This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]