Qt 4.7.4 on i.MX28 libQtGui.so.4 not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Qt 4.7.4 on i.MX28 libQtGui.so.4 not found

1,983 Views
rmeyer_arrow
Contributor II

Hello I have just started working with QT and the i.MX28EVK.

I have the kernel working and have, finally, compiled the QT libraries using this discussion: http://imxcommunity.org/forum/topics/qt-4-7-4-embedded-spec-on-i-mx28?commentId=4103961%3AComment%3A...

None of the demos are running all of them give me the error:

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

I have located the file in question in the directory /home/madfsl/Software/QtEmbedded-4.7.4-imx/lib

I have tried 'export export LD_LIBRARY_PATH=/home/madfsl/Software/QtEmbedded-4.7.4-imx/lib'

But no success.

What am I missing?

0 Kudos
3 Replies

724 Views
Matteo
Contributor II

Thank you very much, now my board work fine.

Thanks for your advice!

0 Kudos

724 Views
rmeyer_arrow
Contributor II

Yes it turns out that I when I copy the files to the SD card they need to be in the exact same directory under home that they were complied in.  Then everything works.

0 Kudos

724 Views
Matteo
Contributor II

Hi Richard,

have you solved the problem?

0 Kudos