Java and libpthread.so.0

View: New views
2 Messages — Rating Filter:   Alert me  

Java and libpthread.so.0

by Gudjon I. Gudjonsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
   I have the following problem with a java version that is distributed
with a commercial program. But I have tried to replace the file with a
symbolic link to the Debian java but without success.
   Java doesn't find libpthread.so.0 but it does exist and I have run
ldconfig several times.

Can anyone explain this please?

/usr/local/ic5141/tools/jre/bin/java: error while loading shared
libraries: libpthread.so.0: cannot open shared object file: No such file
or directory

$ ldd /usr/local/ic5141/tools/jre/bin/java
        linux-gate.so.1 =>  (0xffffe000)
        libpthread.so.0 => /emul/ia32-linux/lib/libpthread.so.0 (0xf7f97000)
        libdl.so.2 => /emul/ia32-linux/lib/libdl.so.2 (0xf7f93000)
        libc.so.6 => /emul/ia32-linux/lib/libc.so.6 (0xf7e4c000)
        /lib/ld-linux.so.2 (0xf7fd0000)

$ find /emul/ia32-linux/ -name libpthread.so.0
/emul/ia32-linux/usr/lib/libpthread.so.0
/emul/ia32-linux/lib/libpthread.so.0

Thanks
Gudjon


--
To UNSUBSCRIBE, email to debian-amd64-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...


Re: Java and libpthread.so.0 (LD_ASSUME_KERNEL)

by Gudjon I. Gudjonsson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi
   Sorry, I should have known the problem, I think I have even asked
similar question earlier. There was an LD_ASSUME_KERNEL statement
hiding in the code.

Thanks
Gudjon



--
To UNSUBSCRIBE, email to debian-amd64-REQUEST@...
with a subject of "unsubscribe". Trouble? Contact listmaster@...