Log in

Bekijk de volledige versie : MySQL on K.Furge Custom Firmware v1.0.7.8



Tofiel
12-04-2008, 13:08
I install it using ipkg like on Kamikaze, but server don't run. Any ideas why? when I am trying to manualy run it by "S80mysqld start" i recived only "syntax error". I had checked few turtorials on the web for unslug with no result.
Had anyone installed mysql on custom firmware?

kfurge
15-04-2008, 02:12
More than likely the startup shell is too complicated for the busybox shell to handle. Execute the command "export KCSHELL=/opt/bin/bash" within rc.local prior to calling the script so that it will be executed with bash instead.

Alternatively, you could just change the top line of the startup script to be "#!/opt/bin/bash" instead of "#!/bin/sh".

- K.C.