Subject Re: Type 2 vs. Type 4 Performance
Author sbnspindler
Yes, i've libjaybird.so. And LD_LIBRARY_PATH points to /usr/lib where
libjaybird.so, libfbclient.so and libfbembed.so are.
Local connection with isql works fine, but not from my java
application.
What else can i make wrong ??


-- In Firebird-Java@yahoogroups.com, "evgeneyputilin"
<evgeneyputilin@m...> wrote:
>
> Hi sbnspindler
> > I've firebird 1.5.2 on linux and I want to connect local (without
> > 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
> (GDS
> > _Impl.java:135)
> > ...
> > although i think libfbembed.so and libfbclient.so are correctly
> > installed.
> >
> > If I try to connect with jdbc:firebird:native:<my_database> it
> works.
> > 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.