PDA

View Full Version : problems on running an example application



hungr
21st August 2007, 12:25
Hi all,

i've cross compiled the tutorial 1 and tried to run it, then the following error messages come out:


./t1 -qws
./t1: error while loading shared libraries: /lib/libQtCore.so.4: symbol nl_langinfo, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

Could anyone tell me what to do in order to run the application successfully?

wysota
21st August 2007, 14:12
You're probably linking against another version of libc that is found by the dynamic linker during execution. You might have to adjust LD_LIBRARY_PATH.