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


Mark,
      Actually thinking about it more I don't buy your argument that the
problem is due to directories in the LD_LIBRARY_PATH search path
being marked as non-existant. That is because if you look at my
previous post...

<http://sources.redhat.com/ml/libc-alpha/2000-10/msg00362.html>

You'll see that when libpthreads was looked for under glibc cvs...

01714:
01714:  file=libpthread.so.0;  needed by java_vm
01714:  find library=libpthread.so.0; searching
01714:   search
path=/usr/local/j2sdk1.3/jre/lib/ppc/client:/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)
01714:    trying file=/usr/local/j2sdk1.3/jre/lib/ppc/client/libpthread.so.0
01714:    trying file=/usr/local/j2sdk1.3/jre/lib/ppc/libpthread.so.0
01714:    trying file=/usr/local/j2sdk1.3/jre/lib/ppc/classic/libpthread.so.0
01714:    trying
file=/usr/local/j2sdk1.3/jre/lib/ppc/native_threads/libpthread.so.0
01714:    trying file=./libpthread.so.0
01714:   search cache=/etc/ld.so.cache
01714:    trying file=/lib/libpthread.so.0
01714:

...that it didn't reset the file path as it does for libjvm...

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)
01714:   search cache=/etc/ld.so.cache
01714:   search path=/lib:/usr/lib              (system search path)
01714:    trying file=/lib/libjvm.so
01714:    trying file=/usr/lib/libjvm.so
01714:

I would argue that if the paths were being marked as non-existant I should see
the same
appearance of '01714:   search path=/lib:/usr/lib              (system search
path)'
in the libpthread search since the same exact set of directories are searched.
                                                                           Jack



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