Subject Re: Freepascal 32 bit service on debian amd64 / 64 bit firebird?
Author Philippe Makowski
Le 10/07/13 16:13, John vd Waeter a écrit :
> So I tried:
> - get a 32 bit libfbclient.so from another 32 bit machine.
> - put it in /lib/i386-linux-gnu
> - made a reference in /etc/ld.so.conf.d
> - run ldconfig
>
bad idea

> But the ibconnection in freepascal still cannot find it.
> Maybe this is a freepascal question... I don't know.
> Is it enough to get libfbclient.so from a 32 bit machine or is does it
> depend on more 32 bit libraries?
certainly more

you should better do something like :

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libfbclient2:i386