Subject Re: [Firebird-Java] Re: Incorrectly linked libjaybird22.so and libjaybird22_64.so with Jaybi
Author Mark Rotteveel
On Fri, 27 Jul 2012 18:42:56 +0400, Arioch The <ariochthe@...>
wrote:
> i wonder, how it may depend on installed OS and JVM, if
incorrectly-linked
> library fail or work ?
> can't understand it technically.

It is a dynamically linked library, not statically linked. I am unsure of
why it works on my machine, but I am theorizing that the dependent library
is already loaded in my version of Java and therefor the symbols are
available when libjaybird is loaded and no errors occur. It might be that
this does not happen in other versions of Java and so the missing symbol
error occurs.

Mark