Subject | Re: [firebird-support] Multiple server installs on linux: WORKS |
---|---|
Author | Mark O'Donohue |
Post date | 2008-12-18T18:42:43Z |
Hi
Anderson Farias wrote:
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
Anderson Farias wrote:
> Hi Carrel,And just a final bit from me as well :-).
>
>
>> Sorry, I knew I had forgotton something important.
>
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