Subject Re: [firebird-support] Multiple server installs on linux: WORKS
Author Mark O'Donohue
Hi

Anderson Farias wrote:
> Hi Carrel,
>
>
>> Sorry, I knew I had forgotton something important.
>


And just a final bit from me as well :-).

Depending upon your setup, but you may want to not to rely on the
libraries in /usr/lib/. To do that you can add LD_LIBRARY_PATH, to the
script. Then you can delete the old /usr/lib/libfbembed.so.1.X.X links.


#!/bin/bash
export FIREBIRD=/opt/fb15
export LD_LIBRARY_PATH=/opt/fb15/lib:$LD_LIBRARY_PATH

/opt/fb15/binfb_inet_server


But glad it is all working :-)

Cheers - Mark