[uClibc]troubles with Busybox and latest uClibc CVS snapshot

Manuel Novoa III mjn3 at uclibc.org
Thu May 31 21:30:39 UTC 2001


On Thu, May 31, 2001 at 03:13:27PM -0600, Erik Andersen wrote:
> On Thu May 31, 2001 at 04:41:55PM -0400, 'Wayne Buckhanan' wrote:
> and then ldd (your system one from glibc) should work for uClibc stuff.  Or you
> can do the simple thing and (again as root)
>     $ cd /lib
>     $ rm -f ld-uclibc.so.0
>     $ ln -s /usr/i386-linux-uclibc/lib/ld-uclibc.so.0
> and then ldd will work, and you can use the uClibc shared lib loader to load binaries.

With the changes I just checked in, you can now specifiy a dynamic linker
via the gcc wrapper at runtime.  It means relinking, but you don't need
root on your development box.

Manuel





More information about the uClibc mailing list