[BusyBox] busybox & uclibc "relinking"

Csaba Henk ekho at renyi.hu
Wed May 21 08:05:13 UTC 2003



On Wed, 21 May 2003, Christian Zoffoli wrote:

> Hi to all.
> 
> I've uclibc installed in the directory A and a busybox compiled 
> dynamically with the uclibc. Is it possible to substitute the busybox 
> linked libraries with the same libraries with another path
> 
> es:
> # ldd busybox
> 
> libc.so.0 => /build/uClibc/usr/lib/libc.so.0 (0x0x40006000)
> ld-uClibc.so.0 => /build/uClibc/usr/lib/ld-uClibc.so.0 (0x0x40000000)
> 
> with
> 
> # ldd busybox
> 
> libc.so.0 => /usr/lib/libc.so.0 (0x0x40006000)
> ld-uClibc.so.0 => /usr/lib/ld-uClibc.so.0 (0x0x40000000)

Recompile uClibc with SHARED_LIB_LOADER_PATH set to /usr/lib.

Csaba



More information about the busybox mailing list