problems on running an example application
Hi all,
i've cross compiled the tutorial 1 and tried to run it, then the following error messages come out:
Quote:
./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?
Re: problems on running an example application
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.