I just saw this thread and thought I'd attach my notes for getting version FB 1.5 installed on SME 6.01
#1 Make an IBay called firebird and map it to your windows workstation
-- download the following files from the internet (let me know if you can't find) and drop them in that ibay (in the /files subdir)
libgcc_s-3.2-1.i386.rpm
ibstdc++-3.2-1.i386.rpm
FirebirdSS-1.5.0.4290-0.i686.tar.gz
#2 From the web browser/server-manager -- go to the
security/remote access section and allow Secure Shell Access from local
networks and Allow Command Line over secure shell
#3 Get a telnet program that can do SSH like
http://www.chiark.greenend.org.uk/~sgtatham/putty/ and then connect to
your linux box using the SSH protocol
#4 From the telnet login screen, login as "root" user with whatever
your admin password is. You should now be at a root linux prompt.
#5 Follow these linux commands at the command prompt
cd /home/e-smith/files/ibays/firebird/files
rpm -ivh libgcc_s-3.2-1.i386.rpm
rpm -ivh libstdc++-3.2-1.i386.rpm
cp FirebirdSS-1.5.0.4290-0.i686.tar.gz /usr/local
cd/usr/local
tar -zxvf FirebirdSS-1.5.0.4290-0.i686.tar.gz
cd FirebirdSS-1.5.0.4290-0.i686
./install.sh
ln -s /etc/rc.d/init.d/firebird /etc/rc.d/rc7.d/S96firebird
*** Now you should have an operation firebird/linux server -- you can
test locally by doing the following
cd /opt/firebird/bin
./isql -user sysdba -password (whateveryoupicked)
Enjoy,
Chris Buechler