Koozali.org: home of the SME Server

FIREBIRD - How to install on SME 7.4

Offline PeterHiggins

  • 3
  • +0/-0
FIREBIRD - How to install on SME 7.4
« 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

Offline hawk

  • *
  • 141
  • +0/-0
    • hawkelectronics
Re: FIREBIRD - How to install on SME 7.4
« Reply #1 on: January 19, 2010, 09:38:14 PM »
interested to know why you want to load firebird

Offline Stefano

  • *
  • 10,839
  • +2/-0
Re: FIREBIRD - How to install on SME 7.4
« Reply #2 on: January 20, 2010, 12:10:07 AM »
Peter:

setup Epel repo as per Wiki 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
« Last Edit: January 20, 2010, 12:11:45 AM by Stefano »

Offline eastend99

  • **
  • 48
  • +0/-0
Re: FIREBIRD - How to install on SME 7.4
« Reply #3 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.


Offline Gert

  • ****
  • 208
  • +0/-0
    • http://www.huge.co.za
Re: FIREBIRD - How to install on SME 7.4
« Reply #4 on: August 24, 2010, 11:05:01 AM »
Thank you Stefano

This information helped me too.