PDA

View Full Version : qt error.



QT-embedded
1st April 2010, 08:53
I am working on QT 4.6.2 for embedded linux and want to run the demos of QT on EVM board. I have used omap3_qt46_config.patch

When I run the demo on EVM board it gives me following error.

./books: error while loading shared libraries: libQtSql.so.4: cannot open shared object file: No such file or directory

I am not sure what to do to remove this error.

axeljaeger
3rd April 2010, 16:54
Obviously your application cannot find the mentioned library file. Find out whether the file is realy not there or is just not found. ldd on linux is your friend.