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

Re: LSB wrapper library



Matt Wilson <msw@redhat.com> writes:

> On Tue, Apr 03, 2001 at 05:02:51PM +0200, Thorsten Kukuk wrote:
> > 
> > It will not work if one library is linked against a newer ld-linux.so.2
> > than ld-lsb.so.2 is. In this case, we could get unresolvable symbols
> > since the symbol version in ld-linux.so.2 is higher.
> 
> However, the only library that is actually linked against
> ld-linux.so.2 is /lib/libc.so.6.  Distributions will just need to make
> a modified glibc for lsb if the need arises.

Please check the facts.  Each shared lib is linked against
ld-linux.so.2:

$ ldd /lib/libm.so.6
        libc.so.6 => /lib/libc.so.6 (0x4002b000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

$ ldd /usr/X11R6/lib/libX11.so.6
        libc.so.6 => /lib/libc.so.6 (0x400f7000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x2aaaa000)

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



Reply to: