[uClibc]Re: [BusyBox] uClibc

Erik Andersen andersen at lineo.com
Mon May 28 15:14:25 UTC 2001


On Mon May 28, 2001 at 04:53:09PM +0100, Andreas Neuhaus wrote:
> 
> even if libc.so.6 is linked to libuClibc, when i compile an application
> (like busybox) against that uClibc, ldd only shows ld-uclibc and libuclibc
> and it runs fine on a system without libc.so.6.
> 
> i furthermore tried:
> 
> ~ > strings uClibc/lib/libuClibc-0.9.5.so |grep \\.so
> ld-uclibc.so.0
> libc.so.0
> ~ > strings busybox/busybox |grep \\.so
> /lib/ld-uclibc.so.0
> libc.so.0
> ~ > strings /bin/ping |grep \\.so
> /lib/ld-linux.so.2
> libc.so.0
> 
> maybe my ldd is broken?

Perhaps so...

Try using 'readelf -ld' and check the INTERP and NEEDED fields.  That
is the best way to be sure.  Check libuClibc-0.9.5.so and busybox.

 -Erik

--
Erik B. Andersen   email:  andersen at lineo.com
--This message was written using 73% post-consumer electrons--





More information about the uClibc mailing list