This is the mail archive of the libc-alpha@sourceware.cygnus.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: [Various] libc/1336: Problem building JDK 1.2.1 with glibc 2.1.2


   Date: Fri, 5 Nov 1999 15:07:40 +0100
   From: Kars de Jong <jongk@linux-m68k.org>

If I'm not mistaken the problem Kars reported happens when libtt.so.2
cannot be found by the dynamic linker.  Or is there an old version
living in /usr/lib ?

My guess is that in the versioning information in ttcp, somehow the
dependency on libpthread is recorded, while no DT_NEEDED entry for
libpthread is included.  Could you try to figure out if this is indeed
the case Kars?  I believe ldd spits out the version information, but
otherwise you might try readelf (included with recent binutils) or
objdump and/or nm to find the information.

Mark

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