Subject Re: Re: Re: RE: [firebird-support] help me!
Author Helen Borrie
At 06:51 PM 11/10/2004 +0800, you wrote:

>Helen Borrie£¡
>
> Is libgds.so a client library designed to connect locally to
> an Interbase 7 Classic server?

Thinking about it again, no, Borland probably still adheres to its old
habit of using the same library name for the two different libraries. The
libgds.so for Classic doesn't work with Superserver. But you should not be
trying to connect to a Firebird 1.5 server using an InterBase 7
client. The Firebird and Interbase paths forked four years ago.

> What should I use if I have a remote client trying to connect
> to an Interbase 7 Classic server ?

You should use the libgds.so that is installed with the IB 7 Classic kit.
That client is not thread-safe.

But you said you were running Firebird 1.5. Are you trying to run IB 7 and
Firebird 1.5 on the same server? Or are you trying to connect to two
servers from one remote client?

> :( Sorry ,not libfbclient1.so ,It is libfbclient.so.1

OK, but check the symlinks in /usr/lib to make sure it's pointing
ultimately to libfbclient.so.1.5.0 in /opt/firebird/lib.

./heLen