Koozali.org: home of the SME Server

Obsolete Releases => SME Server 7.x => Topic started by: PeterHiggins on January 19, 2010, 03:05:08 PM

Title: FIREBIRD - How to install on SME 7.4
Post by: PeterHiggins on January 19, 2010, 03:05:08 PM
Hi All

I am very new to linux, I need some help installing some software. I have downloaded firebird sql software (FirebirdSS-1.5.5.4926-0.nptl.i686.rpm) to my XP desktop, and need to transfer it to the server so that we can access our database files correctly. We're only a small office and dont have an IT dept to help. I have read the last post on Firebird, but it is quite complex to understand by a learning novice like me. I have installed the required file for it to run (glibc 2.3.4) from the software package, but firebird is not listed in the available packages. Do I need to install teh rpm tile somewhere else?

Thanks

Peter
Title: Re: FIREBIRD - How to install on SME 7.4
Post by: hawk on January 19, 2010, 09:38:14 PM
interested to know why you want to load firebird
Title: Re: FIREBIRD - How to install on SME 7.4
Post by: Stefano on January 20, 2010, 12:10:07 AM
Peter:

setup Epel repo as per Wiki (http://wiki.contribs.org/Epel) instructions

then
Code: [Select]
yum --enablerepo=epel install firebird-superserver
config setprop firebird service status enabled
cd /etc/rc7.d
ln -s /etc/rc.d/init.d/e-smith-service S99firebird
service firebird start

not tested, should work

HTH
Title: Re: FIREBIRD - How to install on SME 7.4
Post by: eastend99 on January 20, 2010, 10:23:40 AM
interested to know why you want to load firebird
I run the AVG enterprise suite for a small business environment. I do not want to install firebird on a dedicated windows machine when I have a linux based (SME) server available.

Title: Re: FIREBIRD - How to install on SME 7.4
Post by: Gert on August 24, 2010, 11:05:01 AM
Thank you Stefano

This information helped me too.