Subject | Re: Type 2 vs. Type 4 Performance |
---|---|
Author | evgeneyputilin |
Post date | 2005-01-28T05:40:10Z |
Hi sbnspindler
libfbclient.so/libfbembed.so
Do you have access to libfbclient.so/libfbembed.so/jaybird.so
by LD_LIBRARY_PATH ?
Do you test local connection by isql ?
WBH Eugeney Putilin.
> I've firebird 1.5.2 on linux and I want to connect local (without(GDS
> socket communication) to my database.
> With jdbc:firebird:local:<my_database> i always get the exception
>
> java.lang.RuntimeException: Failed to initilize jaybird native
> library. This is most likley due to a failure to load the firebird
> client library.
> at
> org.firebirdsql.ngds.GDS_Impl.attemptToLoadAClientLibraryFromList
> _Impl.java:135)works.
> ...
> although i think libfbembed.so and libfbclient.so are correctly
> installed.
>
> If I try to connect with jdbc:firebird:native:<my_database> it
> But then it doesn't use IPC communication, is this right ?Do you have jaybird.so? It's native bridge to
libfbclient.so/libfbembed.so
Do you have access to libfbclient.so/libfbembed.so/jaybird.so
by LD_LIBRARY_PATH ?
Do you test local connection by isql ?
WBH Eugeney Putilin.