Dynamically linked binaries do not work

Mike Frysinger vapier at gentoo.org
Sat May 9 22:49:16 UTC 2009


On Thursday 07 May 2009 14:26:22 Martin Emrich wrote:
> If I build using uClibc, the system does not boot (kernel panic, "failed
> to execute /init"). By chance I noticed that when I build busybox
> statically, the system boots, but any dynamically linked binaries do not
> work.

indicates you didnt install all the relevant uClibc files correctly in the 
/lib/ directory, or you didnt compile uClibc correctly

> This is what the host's ldd and uClibc's ldd.host say about the binaries:

ldd should never be used on ELFs which are not native.  use `scanelf -n` or 
`readelf -d`.
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20090509/6252b149/attachment.pgp>


More information about the uClibc mailing list