Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Chris Buechler on April 15, 2004, 05:51:39 PM

Title: Where's the Autoexec.bat :)
Post by: Chris Buechler on April 15, 2004, 05:51:39 PM
I installed Firebird 1.5 on my SME 6 and all works great, but I don't know how to make the service start automatically after rebooting the server..

Here's what I have to do manually after a reboot.

cd /etc/rc.d/init.d
.firbird start

What do I need to change to get that automated into the reboot process?

Thanks
Chris Buechler
Title: Where's the Autoexec.bat :)
Post by: byte on April 15, 2004, 06:39:50 PM
at command line type...

ln -s /etc/rc.d/init.d/e-smith-service S96firbird

HTH
Title: It didn't work :(
Post by: Chris Buechler on April 15, 2004, 08:20:21 PM
I did this...

ln -s /etc/rc.d/init.d/e-smith-service S96firebird
reboot

but after the reboot, the service was still stopped.. -- any ideas?

[root@linux1 root]# /etc/rc.d/init.d/firebird status
fbserver is stopped
[root@linux1 root]# /etc/rc.d/init.d/firebird start
[root@linux1 root]# rver:                                  [   OK   ]


Thanks,

Chris Buechler
Title: Where's the Autoexec.bat :)
Post by: Boris on April 15, 2004, 08:38:28 PM
ln -s /etc/rc.d/rc7.d/S96firebird /etc/rc.d/init.d/firebird
Title: Where's the Autoexec.bat :)
Post by: byte on April 15, 2004, 08:41:02 PM
try this...

ln -s /etc/rc.d/init.d/firebird /etc/rc.d/rc7.d/S96firebird

*Edit Looks like boris beat me to it  :lol: *
Title: It Worked
Post by: Chris Buechler on April 16, 2004, 12:34:31 AM
This one worked perfectly -- thank you all

ln -s /etc/rc.d/init.d/firebird /etc/rc.d/rc7.d/S96firebird
Title: Where's the Autoexec.bat :)
Post by: Anonymous on April 17, 2004, 10:38:38 PM
You are going to let us know how firebird works on sme!
Title: Where's the Autoexec.bat :)
Post by: jibe on August 30, 2004, 08:19:02 PM
Hi Chris,

Please, could you tell us how you did this install ? Some collegues tried but got a problem with PHP due to the libraries they installed to satify the dependencies of the rpm of Firebird... Did you got this problem, and how did you solved it ?
Title: Where's the Autoexec.bat :)
Post by: jibe on August 30, 2004, 08:29:56 PM
By the way, does somebody knows where to find a rpm to install Firebird 1.5 SS on a P90 ? I was able to find only an i686 version...
Title: Where's the Autoexec.bat :)
Post by: jibe on September 13, 2005, 02:46:35 PM
Hi,

For those who look for the solution to install Firebird, it's just here (http://forums.contribs.org/index.php?topic=23991.0). I put a script and the needed libraries here (http://jibe.74.free.fr/smerp/firebird/Firebird_Install.sh).

Enjoy !