[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: LSB wrapper library



On Tue, Apr 03, 2001 at 06:18:34PM +0200, Andreas Jaeger wrote:
> 
> Please check the facts.  Each shared lib is linked against
> ld-linux.so.2:

No!

[msw@pitr msw]$ objdump -p /lib/libm.so.6.1 | grep ld-linux
[msw@pitr msw]$ objdump -p /lib/libc.so.6.1 | grep ld-linux
  NEEDED      ld-linux.so.2
  required from ld-linux.so.2:

The only reason you get it with LD_TRACE_LOADED_OBJECTS=1 is because
libm is linked against libc, which is in turn linked against ld-linux.

Cheers,

Matt



Reply to: