Koozali.org: home of the SME Server

Obsolete Releases => SME Server 6.x => Topic started by: eiceic on April 23, 2006, 07:02:54 PM

Title: Firebird 2.0 SQL on SME 6.0.1
Post by: eiceic 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
Title: Re: Firebird 2.0 SQL on SME 6.0.1
Post by: CharlieBrady 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.
Title: Firebird 2.0 SQL on SME 6.0.1
Post by: marsa_matruh on April 24, 2006, 09:03:53 AM
Installing Firebird 2.0 on SME 7.0 (http://forums.contribs.org/index.php?topic=30627.0).