I am using Qt to design a gui/network app that will run on a Eurotech.com Moblin Atom Z5xx SBC since Qt is the dev platform for MeeGo but my app causes the following run-time error(s) on the target:
/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) Adding libc-2.11.1.so to /lib (which is what it looks like Qt needs) and replacing libc.so.6 -> libc-2.6.1.so with libc.so.6 -> libc-2.11.1.so causes segmentation faults. The current version on the platform is Standard moblin 2.6.22-31 menlow-lpia kernel. Does MeeGo use libc-2.11.1.so? Which MeeGo release (if any) should I try on the Eurotech.com Intel Atom Z5xx SBC? Or is there some change I should make to Qt that would be preferable? Thanks, Jack
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
