Subject | Re: Freepascal 32 bit service on debian amd64 / 64 bit firebird? |
---|---|
Author | Philippe Makowski |
Post date | 2013-07-11T07:44:35Z |
Le 10/07/13 16:13, John vd Waeter a écrit :
you should better do something like :
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libfbclient2:i386
> So I tried:bad idea
> - 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
>
> But the ibconnection in freepascal still cannot find it.certainly more
> 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?
you should better do something like :
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libfbclient2:i386