Subject | isql client-only on linux |
---|---|
Author | derryck.welas |
Post date | 2011-04-12T16:05:11Z |
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:
regards,
Derryck
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:
>./isqlAlso added /usr/lib to PATH but has same result.
>./isql: error while loading shared libraries: libfbembed.so.2.5: cannot open shared object file: No such file or directory
regards,
Derryck