Results 1 to 5 of 5

Thread: Raspberry (Jessie): QT5, MySQL

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2011
    Posts
    15
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Raspberry (Jessie): QT5, MySQL

    Thank you for the quick reply.
    I installed libqt5sql5-mysql and libqsqlmysql.so is installed in /usr/lib/arm-Linux-gnueabihf/qt5/plugins/
    but the QMYSQL Driver is still not found!
    What did I forget?

    Thank you

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Raspberry (Jessie): QT5, MySQL

    Hmm, the package dependencies should have ensured all libraries are there, but check with ldd on the plugin .so that it indeed has all the libs it needs.

    You can also try setting the envionment variable QT_DEBUG_PLUGINS to a non-zero value and see if this gives you any more hints

    Cheers,
    _

  3. #3
    Join Date
    Dec 2011
    Posts
    15
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Raspberry (Jessie): QT5, MySQL

    Thank you!
    Setting QT_DEBUG_PLUGINS was a good idea!
    So I found out that there was some mixture with QT4 which is/was also installed.
    After reconfiguring and recompiling everything is working now!
    Best wishes!

Similar Threads

  1. Qwt, Creator, RapberryPi Jessie
    By hgstoehr in forum Qt Tools
    Replies: 6
    Last Post: 9th March 2016, 22:50
  2. Problems with Qt on Raspberry Pi 2
    By skypuppy in forum Newbie
    Replies: 7
    Last Post: 30th December 2015, 10:53
  3. Replies: 5
    Last Post: 1st July 2015, 14:04
  4. Compiling qt 5.4 for raspberry
    By dram in forum Newbie
    Replies: 5
    Last Post: 15th February 2015, 23:21

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.