Re: [fpc-devel] Firebird shared library name change

2009-08-24 Thread Luca Olivetti
En/na Graeme Geldenhuys ha escrit: Doing a search on http://packages.ubuntu.com, it seems that only the 'firebird2.0-dev' and 'firebird2.1-dev' packages include the symlink libfbclient.so. The standard firebird client and server packages only install libfbclient.so.2 This is standard practic

Re: [fpc-devel] Firebird shared library name change

2009-08-24 Thread Graeme Geldenhuys
2009/8/24 Desmond Coertzen : > > With my last production experience with Firebird, libgds.so was the stubs to > the old Interbase lib where Firebird derived from. libfbclient.so.x is The problem is easy to fix from my side, by simply manually creating a libfbclient.so symlink to libfbclient.so.2 -

Re: [fpc-devel] Firebird shared library name change

2009-08-24 Thread Desmond Coertzen
Hi Graeme > It seems the SqlDB + Firebird code only looks for 'libgds.so' and > 'libfbclient.so' giving the following error at runtime... With my last production experience with Firebird, libgds.so was the stubs to the old Interbase lib where Firebird derived from. libfbclient.so.x is backwards c

Re: [fpc-devel] Firebird shared library name change

2009-08-24 Thread Joost van der Sluis
Op maandag 24-08-2009 om 13:02 uur [tijdzone +0200], schreef Graeme Geldenhuys: > Hi, > > I noticed that on newer Ubuntu Linux systems that the name of the > Firebird shared library has changed for v2.x versions of Firebird > Database Server. > > -- > $ ls -l /usr/