This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


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

Re: glibc cvs breaks JDK Mozilla plugin


howarth@entropy.crashing.org writes:

> 01714:	file=libjvm.so;  needed by java_vm
> 01714:	find library=libjvm.so; searching
> 01714:	 search path=/usr/local/j2sdk1.3/jre/lib/ppc:/usr/local/j2sdk1.3/jre/lib/ppc/classic:/usr/local/j2sdk1.3/jre/lib/ppc/native_threads:.		(LD_LIBRARY_PATH)

Well, this is apparently what the LD_LIBRARY_PATH says.  It seems that
constructing this path changed.  This would be in the program/script
calling this one.

> ps If you like I can reinstall glibc cvs from 10/20 (before the
> breakage) and verify that this log shows a successful search
> for the lib.

It would at least verify that the correct path is seen at this place
with the old library and you can concentrate on finding out how the
LD_LIBRARY_PATH path generation changed.  I assume the latter happens
in a shell script and therefore should be easy to debug.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

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