I' m installed:
SUSE 10.3 64 bit PC
Firebird 2.0.3 AMD64
ZEOSDBO-6.6.3-stable.zip
fpc-2.2.2-20081005.i386(2).rpm
lazarus-0.9.27.16875-20081005.i386.rpm
When I start my program I got this message;
libraries can't be found libfbclIent.so.20
What sugestions
Thanks
libraries can't be found libfbclIent.so.20
Moderators: gto, cipto_kh, EgonHugeist
Linux is case sensitive.seawolf wrote:I think Linux is key sensitive, so if is looking for libfbclIent you should try
Don't thing it's enough. You should also run ldconfig.seawolf wrote: ln -s /opt/firebird/lib/libfbclient.so.2.0.3 /usr/lib/libfbclIent.so.20
How did you install FB - package or tarball/source?