I have worked with WL-500gp asus firmware for some time, but didnīt like it, the download manager and the hd shares where slow, or didnīt work. So with a very few experience in linux, iīve follow the very good guides in this forum, to install the olegīs firmware, and other packadges.
1. Iīve set the wl500gp box with the Olegīs firmware 1.9.2.7-7f.
2. Connected and configured a usb hd (lacie 250gb) with samba share
3. Connected and configured a usb printer (cannon ip4300, mac users must upgrade drivers)
3. installed some packages (nano, midnight commander, torrent, ctorrent, cron, lighttp and php)
Amazing.....Everything works with pc and mac desktops (ethernet connection), pc and notebooks (wifi)
A very special thanks to Olegīs firmware, from a simple router we get a "powerful":D server
Now....just one more thing....i would like to install mysql server....
I search this and other foruns for mysql installation, and i get confused with the posts....
So, i install the mysql using the hmantsao post as guide line to see what happen
result.....erroorrs...:mad:Quote:
install mysql.
1. ipkg install mysql then will show error messages
2. ln -s /opt/lib/mysql/libmysqlclient.so /opt/lib/libmysqlclient.so.14
3. modify /opt/etc/my.cnf
;password = your passwd -> password = root
4. copy database which name is mysql from anywhere we can to /opt/var/lib/mysql/mysql/* , i copy the database from "appsrv<-w32 program"
5. /opt/libexec/mysqld &
6 ipkg install phpmyadmin
7. modify /opt/share/www/phpmyadmin/config.inc.php to add password.
$cfg['Servers'][$i]['password'] = 'root'; // MySQL password (only
8. now , you can try mysql in command mod or use phpmyadmin (please check your httpd location)
9 and try to use
as i showing before that still have many problem , need to check why can't create mysql database and why can't start mysql from /opt/etc/init.d/S70mysqld.
then, i start searching more....and in macsat a saw a post from peridoc and a reply from catalin P
Iīve tryed to find ou if there was a 4.1.16 pack of mysql, but no luck....justo the 4.1.20-1Quote:
peridoc
When installing the mysql package using ipkg I get the following:
Configuring mysql
Installing all prepared tables
Bad system call
and the install never completes. Has anyone else seen this when installing and gotten around it? Am I missing something to get mysql or postgres DB to install on the WLHDD?
Thanks!
Catalin P
I had the same problem with mysql 4.1.20 but with 4.1.16 works without problems.
Catalin P
Sorry, actually is not working...somehow the install said is ok but is not. Maybe somebody else found a solution?
Then....the uClibc++ library.....seems to be the solution....
hereīs a post from oleo in 07-03-2006:
THE QUESTION:Quote:
After many hours I have managed to port uClibc++ library to 3.2.3 toolchain used to build Oleg firmware. This port enabled many previously non working optware packages to start working! (eg. python, py-*, mysql, ctorrent, groff, man, mutt, nmap, nload, nagios-plugins & nrpe, appweb, cdargs, cogito, cherokee, ruby, ...) Visit http://ipkg.nslu2-linux.org/feeds/unslung/wl500g/ for complete list of packages.
See Optware wl-500g Build FAQ page for details of this wl500g toolchain upgrade.
how to get mysql working (if possible) ?
do i need to change the uClibc++ ??
the post from oleo seems to be older than the latest olegīs firmware so it seems that this uClibc++ problem maybe not exist any longer...
Any help ?
