Subject isql client-only on linux
Author derryck.welas
Hi ,
any body know how to get "isql" (client only) installed on linux ?
(working with Fb 2.5.0)

i followed these instructions: http://www.firebirdsql.org/manual/qsg2-installing.html#qsg2-installing-client


1) copied and created links to /usr/lib

/usr/lib/libfbclient.so -> /usr/lib/libfbclient.so.2.5.0
/usr/lib/libfbclient.so.2.5 -> /usr/lib/libfbclient.so.2.5.0
/usr/lib/libfbclient.so.2.5.0
/usr/lib/libfbembed.so -> /usr/lib/libfbembed.so.2.5.0
/usr/lib/libfbembed.so.2.5 -> /usr/lib/libfbembed.so.2.5.0
/usr/lib/libfbembed.so.2.5.0

2) copied firebird.msg to /local/apps/firebird and put to FIREBIRD environment variable

3) copied isql to /local/apps/firebird/bin



than i get error message:

>./isql
>./isql: error while loading shared libraries: libfbembed.so.2.5: cannot open shared object file: No such file or directory


Also added /usr/lib to PATH but has same result.

regards,
Derryck