You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, May 12th 2010, 4:25pm

GLIBC libc.so.6 issues

It seems the Qt libraries use libc.so.6 -> libc-2.11.1.so but my target (eurotech isis moblin atom sbc) uses libc.so.6 -> libc-2.6.1.so.
I put a libc.so.6 -> libc-2.11.1.so in the directory I run my app from and in /usr/lib but it still complains with the following error message:

Source code

1
2
3
4
/home/ume/myapp/: /lib/libc.so.6: version GLIBC_2.9 not found (required by /usr/lib/libQtGui.so.4)
/home/ume/myapp/: /lib/libc.so.6: version GLIBC_2.11 not found (required by /usr/lib/libQtGui.so.4)
/home/ume/myapp/: /lib/libc.so.6: version GLIBC_2.10 not found (required by /usr/lib/libQtNetwork.so.4)
/home/ume/myapp/: /lib/libc.so.6: version GLIBC_2.9 not found (required by /usr/lib/libQtCore.so.4)

libc-2.11.1.so causes segmentation faults on this target after libc.so.6 -> libc-2.11.1.so in /lib.
Is there a way to force specific applications to use a specific libc?
Thanks,
Jack

This post has been edited 1 times, last edit by "jnadelman" (May 12th 2010, 4:38pm)