[uClibc]specifying location of runtime libraries

Erik Andersen andersen at codepoet.org
Tue Jun 3 18:08:49 UTC 2003


On Tue Jun 03, 2003 at 01:58:31PM -0400, Randy Cooper wrote:
> Hi,
> 
> I'd like to know if it is possible to specify the
> location of the runtime libraries used by applications
> built using uclibc.
> 
> For example I have the following
> /home/rcooper/gonzo/rootfs/usr/bin/lrz:
>         libnsl.so.0 =>
> /usr/local/arm/uclibc/lib/libnsl.so.0 (0x00000000)
>         libc.so.0 =>
> /usr/local/arm/uclibc/lib/libc.so.0 (0x00000000)
>         /lib/ld-uClibc.so.0 => /lib/ld-uClibc.so.0
> (0x00000000)
> The last line is perfect. I'd like to eliminate
> /usr/local/arm/uclibc from the previous two lines so
> that I can keep all the libraries in /lib on my target
> system.

Just set SHARED_LIB_LOADER_PATH="/lib" and put all
your libraries into /lib,

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--


More information about the uClibc mailing list