Koozali.org: home of the SME Server

Firebird 2.0 SQL on SME 6.0.1

Offline eiceic

  • ****
  • 118
  • +0/-0
    • http://www.eicsoftware.com
Firebird 2.0 SQL on SME 6.0.1
« on: April 23, 2006, 07:02:54 PM »
Hi,

I've been using Firebird 1.5 for a while with SME 6.0.1 -- I am now trying to install Firebird 2.0, but it seems to have some new dependencies.

I first installed these two rpms, because 1.5 needed them
rpm -ivh libgcc_s-3.2-1.i386.rpm
rpm -ivh libstdc++-3.2-1.i386.rpm

But when I run the ./install.sh for 2.0, I get this message

Starting Firebird server: /opt/firebird/bin/fbmgr.bin: /lib/libpthread.so.0: version GLIBC_2.3.2' not found (required by /opt/firebird/lib/libfbclient.so.2)
/opt/firebird/bin/fbmgr.bin: /lib/libc.so.6: version GLIBC_2.3' not found (required by /opt/firebird/lib/libfbclient.so.2)
/opt/firebird/bin/fbmgr.bin: /lib/libc.so.6: version GLIBC_2.3.2' not found (required by /opt/firebird/lib/libfbclient.so.2)
                                                           [ FAILED ]

I'm thinking I need to install one of these:

http://rpm.sh-linux.org/rpm-index-2004/libc.so.6.html

Can someone tell me if a new libc would likely break other things?  Or does linux just add the new libc into another folder, so I would have both?

Last question:  Would I have to install any of these additional RPMs if I installed Firebird 2.0 on SME 7?

Thanks,

Chris Buechler
EIC Software

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Firebird 2.0 SQL on SME 6.0.1
« Reply #1 on: April 24, 2006, 03:07:51 AM »
Quote from: "eiceic"

Starting Firebird server: /opt/firebird/bin/fbmgr.bin: /lib/libpthread.so.0: version GLIBC_2.3.2' not found (required by /opt/firebird/lib/libfbclient.so.2)
/opt/firebird/bin/fbmgr.bin: /lib/libc.so.6: version GLIBC_2.3' not found (required by /opt/firebird/lib/libfbclient.so.2)
/opt/firebird/bin/fbmgr.bin: /lib/libc.so.6: version GLIBC_2.3.2' not found (required by /opt/firebird/lib/libfbclient.so.2)


This is an indication that you've installed a package which is not compatible with RedHat 7.3.

Offline marsa_matruh

  • *****
  • 250
  • +0/-0
Firebird 2.0 SQL on SME 6.0.1
« Reply #2 on: April 24, 2006, 09:03:53 AM »