Subject Re: [firebird-support] Re: Installing
Author Helen Borrie
At 09:41 AM 5/03/2004 +0000, you wrote:
>tar
>I extracted files. But I can't run install.sh, because I'm not a root.
>So I want to use Firebird only as a client on this mashine.
>What I should do with libfbclient.so.1.5.0?

1. Copy it to /usr/lib
2. ln –s /usr/lib/libfbclient.so.1.5 /usr/lib/libfbclient.so.0
3. ln –s /usr/lib/libfbclient.so.0 /usr/lib/libfbclient.so

/heLen