This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: libgcj-4 puts /usr/lib before LD_LIBRARY_PATH in any case
Yuval Kfir writes:
> We have a native shared library that depends on a library called
> libuuid.so. This is not the default /usr/lib/libuuid.so but a
> completely different library, and the directory containing it is the
> first directory in LD_LIBRARY_PATH.
OK. How is the native shared library that depends on libuuid.so loaded?
What does 'ldd <libname>' say about it?
Andrew.