[uClibc] Library path
Dmytro Bablinyuk
dmytro.bablinyuk at rftechnology.com.au
Sun Dec 19 23:22:40 UTC 2004
I have found the problem - the uClibc compiled binary actually doesn't
care about LD_LIBRARY PATH
It is looking always for
/lib/ld-uClibc.so.0
So this fixes the problem
cd /lib
ln -s
.../buildroot/build_i386/staging_dir/i386-linux-uclibc/lib/ld-uClibc-0.9.26.so
ld-uClibc.so.0
Is this an expected behavior of uClibc or I am missing something.
Before I always used the target therefore I had no such problem before.
Dmytro
Thomas Petazzoni wrote:
> Hello,
>
> Dmytro Bablinyuk a écrit :
>
>> This is a very trivial question but I am asking for help.
>> I have dynamically linked a simple test program in order to test uClibc.
>> I have updated LD_LIB_PATH and ld.so.conf but when I try to run it.
>
>
> AFAIK, the correct environnement variable is LD_LIBRARY_PATH and not
> LD_LIB_PATH.
>
> Thomas
More information about the uClibc
mailing list