View Single Post
Posts: 223 | Thanked: 323 times | Joined on Dec 2010
#106
Originally Posted by gionni88 View Post
I have installed libqtm-dev and libqtm-12 on QtSDK and libqtm-12 (It removed all others libqtm modules) on N900, but when starting application I get this error:

/opt/todolisterfreefremantle/bin/todolisterfreefremantle: error while loading shared libraries: libQtOrganizer.so.1: cannot open shared object file: No such file or directory

The file is in /opt/qtm12/lib, so it's not missing, but app seams not to look there for libs.

Have I missed anything?
You should add /opt/qtm12/lib to /etc/ld.so.conf and run ldconfig to make libraries to be searched from that directory. (Or you can start your app with /lib/ld-linux.so.3 --library-path /opt/qtm12/lib EXECUTABLE-FILE)