On Tue, Jun 05, 2012 at 12:41:39PM +0200, Stefano wrote: > Problem #2 > QLibraryPrivate::loadPlugin failed on > "/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so" : "Cannot load > library /usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: > (/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: undefined > symbol: _ZNK16QWSWindowSurface12directRegionEv)" > "Cannot load library > /usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: > (/usr/lib/qtopia/plugins/gfxdrivers/libqgfxpvregl.so: undefined > symbol: _ZNK16QWSWindowSurface12directRegionEv)" could not load > > Anybody have some info to solve the problem? > Thank's
Hm looks like libqgfxpvregl.so needs more some so-libs depends, find out in which lib the Symbol is e.g. objdump or readelf and tweak the linker line for libqgfxpvregl. Bye Henning _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
