[Tfug] Strange ld behavior
James Hood
tfug@tfug.org
Sat Mar 8 13:40:02 2003
> If you you haven't, I would first try ldconfig -v to see if ldconfig
> is indeed finding either file at all. It will tell you where it is
> finding them and if there are any conflicts also.
Tried it, the output shows:
/usr/java/j2sdk1.4.0/jre/lib/i386: (hwcap: 0x1000000000000)
libzip.so -> libzip.so
libverify.so ->libverify.so
...
libjava.so -> libjava.so
...
It doesn't mention anything about any conflicts and the libverify.so it
found is in the proper directory. Yet when I do 'ldd libjava.so' (in the
java directory) I still get that libverify.so is not found. Weird!
James