On Thu, 17 Jan 2008, Simon 'corecode' Schubert wrote:
> walt wrote: > > ... > > Loaded symbols for /usr/lib/libthread_xu.so.2 <========== huh? > > > > Wait just a minute -- what is libthread_xu doing there? I'm using > > libc_r, not xu: > > somebody insists to link to libthread_xu. maybe one of the libs, maybe the > perl build itself. try a ldd on all involved binaries. # readelf -d /usr/lib/libpthread.so Dynamic section at offset 0x620 contains 20 entries: Tag Type Name/Value 0x00000001 (NEEDED) Shared library: [libthread_xu.so.2] 0x00000001 (NEEDED) Shared library: [libc.so.6] 0x0000000e (SONAME) Library soname: [libpthread.so.0] Maybe?
