Subject Re: [firebird-support] debian X FB 2.0.3
Author Mikalai Arapau
Hello Rogério,

Tuesday, October 2, 2007, 7:35:58 PM, you wrote:

> Starting Firebird server: /usr/lib/firebird2/bin/fbmgr.bin: error
> while loading shared libraries: libfbclient.so.1: cannot open shared
> object file: No such file or directory

Try to just rename one or all (one by one) of this libs:

libfbclient.so
libfbclient.so.2
libfbclient.so.2.0.3

to libfbclient.so.1

You can get all dependencies by running 'ldd' command (see mam ldd
for details)

Also you can trace what program does by 'strace' command.
Example: strace -e network fbmgr.bin
instead of 'network' there could be another values, see man strace

--
Best regards,
Mikalai mailto:swrus@...