Results 1 to 2 of 2

Thread: qt error.

  1. #1
    Join Date
    Mar 2010
    Posts
    18
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Question qt error.

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: qt error.

    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.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. no compile error, but error on run with QMenu QAction
    By sincnarf in forum Qt Programming
    Replies: 4
    Last Post: 4th May 2011, 11:05
  2. Replies: 0
    Last Post: 4th November 2009, 10:21
  3. Replies: 1
    Last Post: 25th October 2008, 19:18
  4. qTextEdit error - clipboard error
    By bruccutler in forum Qt Programming
    Replies: 1
    Last Post: 21st May 2007, 09:21
  5. ERROR:: QPainter: Internal error; no available GC
    By Krishnacins in forum Qt Programming
    Replies: 2
    Last Post: 8th March 2006, 06:05

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.