Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QSqlDatabase: QMYSQL driver not loaded ubuntu, Qt5.14.0
Forum Updated to NodeBB v4.3 + New Features

QSqlDatabase: QMYSQL driver not loaded ubuntu, Qt5.14.0

Scheduled Pinned Locked Moved Solved General and Desktop
18 Posts 5 Posters 6.5k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sujith D
    wrote on 26 Dec 2019, 09:22 last edited by sujith D
    #9

    @Christian-Ehrlicher said in QSqlDatabase: QMYSQL driver not loaded ubuntu, Qt5.14.0:

    qmake

    Bro how to remove the config cache, and how to run correct qmake , if my qt installed path is /home/sujith/Qt5.14.0/5.14.0/Src/

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 26 Dec 2019, 09:35 last edited by
      #10

      How to remove: delete the file/folder using for example rm.

      For qmake, use the full path to the executable you want to call.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      S 1 Reply Last reply 26 Dec 2019, 09:53
      2
      • S SGaist
        26 Dec 2019, 09:35

        How to remove: delete the file/folder using for example rm.

        For qmake, use the full path to the executable you want to call.

        S Offline
        S Offline
        sujith D
        wrote on 26 Dec 2019, 09:53 last edited by sujith D
        #11

        @SGaist Sorry. Do to lack of experience, I don't know which is the config cache folder to remove can you specify the folder name to remove and also how to run the qmake with full path. please help me.

        1 Reply Last reply
        0
        • C Offline
          C Offline
          Christian Ehrlicher
          Lifetime Qt Champion
          wrote on 26 Dec 2019, 10:02 last edited by Christian Ehrlicher
          #12

          The config.cache file is create by qmake in /Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers - you simply could have take a look there to find it.

          Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
          Visit the Qt Academy at https://academy.qt.io/catalog

          S 1 Reply Last reply 26 Dec 2019, 10:17
          4
          • C Christian Ehrlicher
            26 Dec 2019, 10:02

            The config.cache file is create by qmake in /Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers - you simply could have take a look there to find it.

            S Offline
            S Offline
            sujith D
            wrote on 26 Dec 2019, 10:17 last edited by
            #13

            Thanks found /home/sujith/Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers/config.cache
            rm /home/sujith/Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers/config.cache ?
            then again qmake -- MYSQL_PREFIX= fullpath ?
            how to find fullpath ?

            1 Reply Last reply
            0
            • C Offline
              C Offline
              Christian Ehrlicher
              Lifetime Qt Champion
              wrote on 26 Dec 2019, 10:28 last edited by
              #14

              @sujith-D said in QSqlDatabase: QMYSQL driver not loaded ubuntu, Qt5.14.0:

              how to find fullpath ?

              you should know where you installed your Qt5.14. installation into, so you can also find the correct qmake in there - we don't know where you installed your Qt5.14 binary files (your comment about /home/sujith/Qt5.14.0/5.14.0/Src is wrong - at least I don't think that you installed your binary files into the source dir)

              Qt Online Installer direct download: https://download.qt.io/official_releases/online_installers/
              Visit the Qt Academy at https://academy.qt.io/catalog

              1 Reply Last reply
              3
              • E Offline
                E Offline
                eyllanesc
                wrote on 30 Dec 2019, 06:12 last edited by eyllanesc
                #15
                This post is deleted!
                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  sujith D
                  wrote on 30 Dec 2019, 06:12 last edited by
                  #16

                  ok bro 1mnt I will try

                  1 Reply Last reply
                  0
                  • E Offline
                    E Offline
                    eyllanesc
                    wrote on 30 Dec 2019, 06:22 last edited by
                    #17

                    @sujith-D Execute:

                    cd ~/Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers && ~/Qt5.14.0/5.14.0/gcc_64/bin/qmake sqldrivers.pro && make && make install
                    
                    S 1 Reply Last reply 30 Dec 2019, 07:08
                    5
                    • E eyllanesc
                      30 Dec 2019, 06:22

                      @sujith-D Execute:

                      cd ~/Qt5.14.0/5.14.0/Src/qtbase/src/plugins/sqldrivers && ~/Qt5.14.0/5.14.0/gcc_64/bin/qmake sqldrivers.pro && make && make install
                      
                      S Offline
                      S Offline
                      sujith D
                      wrote on 30 Dec 2019, 07:08 last edited by
                      #18

                      @eyllanesc Thank you bro. You saved my week.

                      1 Reply Last reply
                      0

                      18/18

                      30 Dec 2019, 07:08

                      • Login

                      • Login or register to search.
                      18 out of 18
                      • First post
                        18/18
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved