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. Set-up MariaDB library file location programmatically?
Forum Updated to NodeBB v4.3 + New Features

Set-up MariaDB library file location programmatically?

Scheduled Pinned Locked Moved Solved General and Desktop
85 Posts 7 Posters 36.1k 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.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by
    #29

    I'v been through the steps again:

    cd $QTDIR/Src/qtbase/src/plugins/sqldrivers 
    $QTDIRBIN/qmake -- MYSQL_PREFIX=/usr/local
    

    The output is the same:

    Running configuration tests... 
    Done running configuration tests.
    
    Configure summary:
    
    Qt Sql Drivers:
      DB2 (IBM) .............................. no
      InterBase .............................. no
      MySql .................................. no
      OCI (Oracle) ........................... no
      ODBC ................................... no
      PostgreSQL ............................. no
      SQLite2 ................................ no
      SQLite ................................. yes
        Using system provided SQLite ......... no
      TDS (Sybase) ........................... no
    
    Qt is now configured for building. Just run 'make'.
    Once everything is built, you must run 'make install'.
    Qt will be installed into '/Users/simonplatten/Qt/5.14.2/clang_64'.
    
    Prior to reconfiguration, make sure you remove any leftovers from
    the previous build.
    

    Again it looks like its set-up to build SQLite and not MySQL. I then run make and the result is:

    cd sqlite/ && ( test -e Makefile || /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake -o Makefile /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/sqlite/sqlite.pro ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
    make[1]: Nothing to be done for `first'.
    

    @jsulm , I tried your instruction:

    install: libfreetype-dev: No such file or directory
    

    'config.log' is quite verbose:

    Command line: MYSQL_PREFIX=/usr/local
    Global lib dirs: [] [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
    Global inc dirs: [/usr/local/opt/openssl/include] [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
    loaded result for library config.sqldrivers.libraries.db2
    Trying source 0 (type inline) of library db2 ...
      => source failed condition 'config.win32'.
    Trying source 1 (type inline) of library db2 ...
    sqlcli.h not found in [] and global paths.
    sqlcli1.h not found in [] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.db2 FAILED
    loaded result for library config.sqldrivers.libraries.ibase
    Trying source 0 (type inline) of library ibase ...
      => source failed condition 'config.win32'.
    Trying source 1 (type inline) of library ibase ...
    ibase.h not found in [] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.ibase FAILED
    loaded result for library config.sqldrivers.libraries.mysql
    Trying source 0 (type mysqlConfig) of library mysql ...
    + /usr/local/bin/mysql_config --version
    > 10.4.6
    + /usr/local/bin/mysql_config --libs_r
    > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
    + /usr/local/bin/mysql_config --include
    > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
    > Info: creating stash file /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/.qmake.stash
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
    > Undefined symbols for architecture x86_64:
    >   "_mysql_get_client_version", referenced from:
    >       _main in main.o
    > ld: symbol(s) not found for architecture x86_64
    > clang: error: linker command failed with exit code 1 (use -v to see invocation)
    > make: *** [mysql] Error 1
     => source failed verification.
    Trying source 1 (type mysqlConfig) of library mysql ...
    + /usr/local/bin/mysql_config --version
    > 10.4.6
    + /usr/local/bin/mysql_config --libs
    > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
    + /usr/local/bin/mysql_config --include
    > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
    > rm -f main.o
    > rm -f *~ core *.core
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
    > Undefined symbols for architecture x86_64:
    >   "_mysql_get_client_version", referenced from:
    >       _main in main.o
    > ld: symbol(s) not found for architecture x86_64
    > clang: error: linker command failed with exit code 1 (use -v to see invocation)
    > make: *** [mysql] Error 1
     => source failed verification.
    Trying source 2 (type mysqlConfig) of library mysql ...
    + /usr/local/bin/mysql_config --version
    > 10.4.6
    + /usr/local/bin/mysql_config --libs_r
    > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
    + /usr/local/bin/mysql_config --include
    > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
    > rm -f main.o
    > rm -f *~ core *.core
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
    > ld: library not found for -lssl
    > clang: error: linker command failed with exit code 1 (use -v to see invocation)
    > make: *** [mysql] Error 1
     => source failed verification.
    Trying source 3 (type mysqlConfig) of library mysql ...
    + /usr/local/bin/mysql_config --version
    > 10.4.6
    + /usr/local/bin/mysql_config --libs
    > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
    + /usr/local/bin/mysql_config --include
    > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
    > rm -f main.o
    > rm -f *~ core *.core
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
    > ld: library not found for -lssl
    > clang: error: linker command failed with exit code 1 (use -v to see invocation)
    > make: *** [mysql] Error 1
     => source failed verification.
    Trying source 4 (type inline) of library mysql ...
    mysql.h not found in [/usr/local/include] and global paths.
      => source produced no result.
    Trying source 5 (type inline) of library mysql ...
      => source failed condition 'config.win32'.
    Trying source 6 (type inline) of library mysql ...
    mysql.h not found in [/usr/local/include] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.mysql FAILED
    loaded result for library config.sqldrivers.libraries.oci
    Trying source 0 (type inline) of library oci ...
      => source failed condition 'config.win32'.
    Trying source 1 (type inline) of library oci ...
    oci.h not found in [] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.oci FAILED
    loaded result for library config.sqldrivers.libraries.odbc
    Trying source 0 (type inline) of library odbc ...
      => source failed condition 'config.win32'.
    Trying source 1 (type inline) of library odbc ...
    sql.h not found in [] and global paths.
    sqlext.h not found in [] and global paths.
      => source produced no result.
    Trying source 2 (type inline) of library odbc ...
      => source failed condition '!config.win32 && !config.darwin'.
    test config.sqldrivers.libraries.odbc FAILED
    loaded result for library config.sqldrivers.libraries.psql
    Trying source 0 (type pkgConfig) of library psql ...
    pkg-config use disabled globally.
      => source produced no result.
    Trying source 1 (type psqlConfig) of library psql ...
    pg_config not found.
      => source produced no result.
    Trying source 2 (type psqlEnv) of library psql ...
      => source failed condition 'config.win32'.
    Trying source 3 (type psqlEnv) of library psql ...
    libpq-fe.h not found in [] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.psql FAILED
    loaded result for library config.sqldrivers.libraries.sqlite2
    Trying source 0 (type inline) of library sqlite2 ...
    sqlite.h not found in [] and global paths.
      => source produced no result.
    test config.sqldrivers.libraries.sqlite2 FAILED
    loaded result for library config.sqldrivers.libraries.tds
    Trying source 0 (type sybaseEnv) of library tds ...
      => source failed condition 'config.win32'.
    Trying source 1 (type sybaseEnv) of library tds ...
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds
    + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && MAKEFLAGS= make
    > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
    > main.cpp:2:10: fatal error: 'sybfront.h' file not found
    > #include <sybfront.h>
    >          ^~~~~~~~~~~~
    > 1 error generated.
    > make: *** [main.o] Error 1
     => source failed verification.
    test config.sqldrivers.libraries.tds FAILED
    

    Kind Regards,
    Sy

    jsulmJ 1 Reply Last reply
    0
    • SPlattenS SPlatten

      I'v been through the steps again:

      cd $QTDIR/Src/qtbase/src/plugins/sqldrivers 
      $QTDIRBIN/qmake -- MYSQL_PREFIX=/usr/local
      

      The output is the same:

      Running configuration tests... 
      Done running configuration tests.
      
      Configure summary:
      
      Qt Sql Drivers:
        DB2 (IBM) .............................. no
        InterBase .............................. no
        MySql .................................. no
        OCI (Oracle) ........................... no
        ODBC ................................... no
        PostgreSQL ............................. no
        SQLite2 ................................ no
        SQLite ................................. yes
          Using system provided SQLite ......... no
        TDS (Sybase) ........................... no
      
      Qt is now configured for building. Just run 'make'.
      Once everything is built, you must run 'make install'.
      Qt will be installed into '/Users/simonplatten/Qt/5.14.2/clang_64'.
      
      Prior to reconfiguration, make sure you remove any leftovers from
      the previous build.
      

      Again it looks like its set-up to build SQLite and not MySQL. I then run make and the result is:

      cd sqlite/ && ( test -e Makefile || /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake -o Makefile /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/sqlite/sqlite.pro ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
      make[1]: Nothing to be done for `first'.
      

      @jsulm , I tried your instruction:

      install: libfreetype-dev: No such file or directory
      

      'config.log' is quite verbose:

      Command line: MYSQL_PREFIX=/usr/local
      Global lib dirs: [] [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
      Global inc dirs: [/usr/local/opt/openssl/include] [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
      loaded result for library config.sqldrivers.libraries.db2
      Trying source 0 (type inline) of library db2 ...
        => source failed condition 'config.win32'.
      Trying source 1 (type inline) of library db2 ...
      sqlcli.h not found in [] and global paths.
      sqlcli1.h not found in [] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.db2 FAILED
      loaded result for library config.sqldrivers.libraries.ibase
      Trying source 0 (type inline) of library ibase ...
        => source failed condition 'config.win32'.
      Trying source 1 (type inline) of library ibase ...
      ibase.h not found in [] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.ibase FAILED
      loaded result for library config.sqldrivers.libraries.mysql
      Trying source 0 (type mysqlConfig) of library mysql ...
      + /usr/local/bin/mysql_config --version
      > 10.4.6
      + /usr/local/bin/mysql_config --libs_r
      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
      + /usr/local/bin/mysql_config --include
      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
      > Info: creating stash file /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/.qmake.stash
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
      > Undefined symbols for architecture x86_64:
      >   "_mysql_get_client_version", referenced from:
      >       _main in main.o
      > ld: symbol(s) not found for architecture x86_64
      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
      > make: *** [mysql] Error 1
       => source failed verification.
      Trying source 1 (type mysqlConfig) of library mysql ...
      + /usr/local/bin/mysql_config --version
      > 10.4.6
      + /usr/local/bin/mysql_config --libs
      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
      + /usr/local/bin/mysql_config --include
      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
      > rm -f main.o
      > rm -f *~ core *.core
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
      > Undefined symbols for architecture x86_64:
      >   "_mysql_get_client_version", referenced from:
      >       _main in main.o
      > ld: symbol(s) not found for architecture x86_64
      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
      > make: *** [mysql] Error 1
       => source failed verification.
      Trying source 2 (type mysqlConfig) of library mysql ...
      + /usr/local/bin/mysql_config --version
      > 10.4.6
      + /usr/local/bin/mysql_config --libs_r
      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
      + /usr/local/bin/mysql_config --include
      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
      > rm -f main.o
      > rm -f *~ core *.core
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
      > ld: library not found for -lssl
      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
      > make: *** [mysql] Error 1
       => source failed verification.
      Trying source 3 (type mysqlConfig) of library mysql ...
      + /usr/local/bin/mysql_config --version
      > 10.4.6
      + /usr/local/bin/mysql_config --libs
      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
      + /usr/local/bin/mysql_config --include
      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
      > rm -f main.o
      > rm -f *~ core *.core
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
      > ld: library not found for -lssl
      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
      > make: *** [mysql] Error 1
       => source failed verification.
      Trying source 4 (type inline) of library mysql ...
      mysql.h not found in [/usr/local/include] and global paths.
        => source produced no result.
      Trying source 5 (type inline) of library mysql ...
        => source failed condition 'config.win32'.
      Trying source 6 (type inline) of library mysql ...
      mysql.h not found in [/usr/local/include] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.mysql FAILED
      loaded result for library config.sqldrivers.libraries.oci
      Trying source 0 (type inline) of library oci ...
        => source failed condition 'config.win32'.
      Trying source 1 (type inline) of library oci ...
      oci.h not found in [] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.oci FAILED
      loaded result for library config.sqldrivers.libraries.odbc
      Trying source 0 (type inline) of library odbc ...
        => source failed condition 'config.win32'.
      Trying source 1 (type inline) of library odbc ...
      sql.h not found in [] and global paths.
      sqlext.h not found in [] and global paths.
        => source produced no result.
      Trying source 2 (type inline) of library odbc ...
        => source failed condition '!config.win32 && !config.darwin'.
      test config.sqldrivers.libraries.odbc FAILED
      loaded result for library config.sqldrivers.libraries.psql
      Trying source 0 (type pkgConfig) of library psql ...
      pkg-config use disabled globally.
        => source produced no result.
      Trying source 1 (type psqlConfig) of library psql ...
      pg_config not found.
        => source produced no result.
      Trying source 2 (type psqlEnv) of library psql ...
        => source failed condition 'config.win32'.
      Trying source 3 (type psqlEnv) of library psql ...
      libpq-fe.h not found in [] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.psql FAILED
      loaded result for library config.sqldrivers.libraries.sqlite2
      Trying source 0 (type inline) of library sqlite2 ...
      sqlite.h not found in [] and global paths.
        => source produced no result.
      test config.sqldrivers.libraries.sqlite2 FAILED
      loaded result for library config.sqldrivers.libraries.tds
      Trying source 0 (type sybaseEnv) of library tds ...
        => source failed condition 'config.win32'.
      Trying source 1 (type sybaseEnv) of library tds ...
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds
      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && MAKEFLAGS= make
      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
      > main.cpp:2:10: fatal error: 'sybfront.h' file not found
      > #include <sybfront.h>
      >          ^~~~~~~~~~~~
      > 1 error generated.
      > make: *** [main.o] Error 1
       => source failed verification.
      test config.sqldrivers.libraries.tds FAILED
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #30

      @SPlatten said in Set-up MariaDB library file location programmatically?:

      install: libfreetype-dev: No such file or directory

      Name on your system can be different, simply search for freetype.

      Undefined symbols for architecture x86_64:
      >   "_mysql_get_client_version", referenced from:
      >       _main in main.o
      > ld: symbol(s) not found for architecture x86_64
      

      /usr/local/Cellar/mariadb/10.4.6_1/lib/* - is this a x86_64 binary?

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • SPlattenS Offline
        SPlattenS Offline
        SPlatten
        wrote on last edited by
        #31

        @jsulm , I searched for freetype on my system:

        find / -name freetype 
        

        and found nothing.

        The contents of /usr/local/Cellar/mariadb/10.4.6_1/lib:

        total 1152
        -rw-r--r--   1 simonplatten  staff  230704 28 Sep  2019 libmariadb.3.dylib
        lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmariadb.dylib -> libmariadb.3.dylib
        -rw-r--r--   1 simonplatten  staff  336264 17 Jun  2019 libmariadbclient.a
        lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.a -> libmariadbclient.a
        lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.dylib -> libmariadb.3.dylib
        lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.a -> libmariadbclient.a
        lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.dylib -> libmariadb.3.dylib
        -r--r--r--   1 simonplatten  staff   12400 17 Jun  2019 libmysqlservices.a
        drwxr-xr-x   3 simonplatten  staff      96 28 Sep  2019 pkgconfig
        drwxr-xr-x  49 simonplatten  staff    1568 17 Jun  2019 plugin
        

        Kind Regards,
        Sy

        jsulmJ 1 Reply Last reply
        0
        • SPlattenS SPlatten

          @jsulm , I searched for freetype on my system:

          find / -name freetype 
          

          and found nothing.

          The contents of /usr/local/Cellar/mariadb/10.4.6_1/lib:

          total 1152
          -rw-r--r--   1 simonplatten  staff  230704 28 Sep  2019 libmariadb.3.dylib
          lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmariadb.dylib -> libmariadb.3.dylib
          -rw-r--r--   1 simonplatten  staff  336264 17 Jun  2019 libmariadbclient.a
          lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.a -> libmariadbclient.a
          lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient.dylib -> libmariadb.3.dylib
          lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.a -> libmariadbclient.a
          lrwxr-xr-x   1 simonplatten  staff      18 17 Jun  2019 libmysqlclient_r.dylib -> libmariadb.3.dylib
          -r--r--r--   1 simonplatten  staff   12400 17 Jun  2019 libmysqlservices.a
          drwxr-xr-x   3 simonplatten  staff      96 28 Sep  2019 pkgconfig
          drwxr-xr-x  49 simonplatten  staff    1568 17 Jun  2019 plugin
          
          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #32

          @SPlatten said in Set-up MariaDB library file location programmatically?:

          find / -name freetype

          I don't mean searching in the filesystem. I mean searching in the package manager.

          "The contents of /usr/local/Cellar/mariadb/10.4.6_1/lib:" - this does not answer the question.
          Please do:

          file /usr/local/Cellar/mariadb/10.4.6_1/lib/libmariadb.3.dylib
          

          And post the output.

          Also it can be that MariaDB can't be used with Qt as the error message says that "_mysql_get_client_version" symbol is not defined, but I'm not sure.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          1
          • SPlattenS Offline
            SPlattenS Offline
            SPlatten
            wrote on last edited by SPlatten
            #33

            @jsulm said in Set-up MariaDB library file location programmatically?:

            file /usr/local/Cellar/mariadb/10.4.6_1/lib/libmariadb.3.dylib

            /usr/local/Cellar/mariadb/10.4.6_1/lib/libmariadb.3.dylib: Mach-O 64-bit dynamically linked shared library x86_64
            

            I'm sure I've been through this process a few years ago using MariaDB...I just wish I've made some good notes...its a mystery to me MariaDB seems to be exactly the same as MySQL in everyday with the exception of the outside world knowing it as MariaDB, internally the files are still called mySQL, which I'm unsure quite how the author got away with this as Oracle are normally very hot on licensing.

            Kind Regards,
            Sy

            1 Reply Last reply
            0
            • SPlattenS Offline
              SPlattenS Offline
              SPlatten
              wrote on last edited by
              #34

              Found this post:

              https://forum.qt.io/topic/90065/how-to-create-the-plugin-of-mariadb-for-qt5/19

              And have adapted the qmake command to match my system:

              qmake -- MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib" MYSQL_LIBS="-llibmariadb"
              

              I'm not sure if libmariadb is correct, the paths are correct.

              Kind Regards,
              Sy

              jsulmJ 1 Reply Last reply
              0
              • SPlattenS SPlatten

                Found this post:

                https://forum.qt.io/topic/90065/how-to-create-the-plugin-of-mariadb-for-qt5/19

                And have adapted the qmake command to match my system:

                qmake -- MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib" MYSQL_LIBS="-llibmariadb"
                

                I'm not sure if libmariadb is correct, the paths are correct.

                jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #35

                @SPlatten said in Set-up MariaDB library file location programmatically?:

                MYSQL_LIBS="-llibmariadb"

                This should be

                MYSQL_LIBS="-lmariadb"
                

                https://forum.qt.io/topic/113070/qt-code-of-conduct

                1 Reply Last reply
                2
                • SPlattenS Offline
                  SPlattenS Offline
                  SPlatten
                  wrote on last edited by
                  #36

                  @jsulm, Thank you, it still looks like its only set-up for SQLite:

                  simonplatten@Simons-iMac sqldrivers % $QTDIRBIN/qmake -- MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib" MYSQL_LIBS="-lmariadb"
                  
                  Running configuration tests...
                  Done running configuration tests.
                  
                  Configure summary:
                  
                  Qt Sql Drivers:
                    DB2 (IBM) .............................. no
                    InterBase .............................. no
                    MySql .................................. no
                    OCI (Oracle) ........................... no
                    ODBC ................................... no
                    PostgreSQL ............................. no
                    SQLite2 ................................ no
                    SQLite ................................. yes
                      Using system provided SQLite ......... no
                    TDS (Sybase) ........................... no
                  
                  Qt is now configured for building. Just run 'make'.
                  Once everything is built, you must run 'make install'.
                  Qt will be installed into '/Users/simonplatten/Qt/5.14.2/clang_64'.
                  
                  Prior to reconfiguration, make sure you remove any leftovers from
                  the previous build.
                  

                  Kind Regards,
                  Sy

                  jsulmJ 1 Reply Last reply
                  0
                  • SPlattenS SPlatten

                    @jsulm, Thank you, it still looks like its only set-up for SQLite:

                    simonplatten@Simons-iMac sqldrivers % $QTDIRBIN/qmake -- MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib" MYSQL_LIBS="-lmariadb"
                    
                    Running configuration tests...
                    Done running configuration tests.
                    
                    Configure summary:
                    
                    Qt Sql Drivers:
                      DB2 (IBM) .............................. no
                      InterBase .............................. no
                      MySql .................................. no
                      OCI (Oracle) ........................... no
                      ODBC ................................... no
                      PostgreSQL ............................. no
                      SQLite2 ................................ no
                      SQLite ................................. yes
                        Using system provided SQLite ......... no
                      TDS (Sybase) ........................... no
                    
                    Qt is now configured for building. Just run 'make'.
                    Once everything is built, you must run 'make install'.
                    Qt will be installed into '/Users/simonplatten/Qt/5.14.2/clang_64'.
                    
                    Prior to reconfiguration, make sure you remove any leftovers from
                    the previous build.
                    
                    jsulmJ Offline
                    jsulmJ Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on last edited by
                    #37

                    @SPlatten Is there configure.log file? If so check it.

                    https://forum.qt.io/topic/113070/qt-code-of-conduct

                    1 Reply Last reply
                    0
                    • SPlattenS Offline
                      SPlattenS Offline
                      SPlatten
                      wrote on last edited by
                      #38

                      As before I don't see a configure.log, but there is a config.log:

                      simonplatten@Simons-iMac sqldrivers % cat config.log
                      Command line: MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib MYSQL_LIBS=-lmariadb
                      Global lib dirs: [] [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
                      Global inc dirs: [/usr/local/opt/openssl/include] [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
                      loaded result for library config.sqldrivers.libraries.db2
                      Trying source 0 (type inline) of library db2 ...
                        => source failed condition 'config.win32'.
                      Trying source 1 (type inline) of library db2 ...
                      sqlcli.h not found in [] and global paths.
                      sqlcli1.h not found in [] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.db2 FAILED
                      loaded result for library config.sqldrivers.libraries.ibase
                      Trying source 0 (type inline) of library ibase ...
                        => source failed condition 'config.win32'.
                      Trying source 1 (type inline) of library ibase ...
                      ibase.h not found in [] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.ibase FAILED
                      loaded result for library config.sqldrivers.libraries.mysql
                      Trying source 0 (type mysqlConfig) of library mysql ...
                      + /usr/local/bin/mysql_config --version
                      > 10.4.6
                      + /usr/local/bin/mysql_config --libs_r
                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                      + /usr/local/bin/mysql_config --include
                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                      > Info: creating stash file /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/.qmake.stash
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                      > Undefined symbols for architecture x86_64:
                      >   "_mysql_get_client_version", referenced from:
                      >       _main in main.o
                      > ld: symbol(s) not found for architecture x86_64
                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                      > make: *** [mysql] Error 1
                       => source failed verification.
                      Trying source 1 (type mysqlConfig) of library mysql ...
                      + /usr/local/bin/mysql_config --version
                      > 10.4.6
                      + /usr/local/bin/mysql_config --libs
                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                      + /usr/local/bin/mysql_config --include
                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                      > rm -f main.o
                      > rm -f *~ core *.core
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                      > Undefined symbols for architecture x86_64:
                      >   "_mysql_get_client_version", referenced from:
                      >       _main in main.o
                      > ld: symbol(s) not found for architecture x86_64
                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                      > make: *** [mysql] Error 1
                       => source failed verification.
                      Trying source 2 (type mysqlConfig) of library mysql ...
                      + /usr/local/bin/mysql_config --version
                      > 10.4.6
                      + /usr/local/bin/mysql_config --libs_r
                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                      + /usr/local/bin/mysql_config --include
                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                      > rm -f main.o
                      > rm -f *~ core *.core
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                      > ld: library not found for -lssl
                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                      > make: *** [mysql] Error 1
                       => source failed verification.
                      Trying source 3 (type mysqlConfig) of library mysql ...
                      + /usr/local/bin/mysql_config --version
                      > 10.4.6
                      + /usr/local/bin/mysql_config --libs
                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                      + /usr/local/bin/mysql_config --include
                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                      > rm -f main.o
                      > rm -f *~ core *.core
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                      > ld: library not found for -lssl
                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                      > make: *** [mysql] Error 1
                       => source failed verification.
                      Trying source 4 (type inline) of library mysql ...
                      mysql.h not found in [/usr/local/include] and global paths.
                        => source produced no result.
                      Trying source 5 (type inline) of library mysql ...
                        => source failed condition 'config.win32'.
                      Trying source 6 (type inline) of library mysql ...
                      mysql.h not found in [/usr/local/include] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.mysql FAILED
                      loaded result for library config.sqldrivers.libraries.oci
                      Trying source 0 (type inline) of library oci ...
                        => source failed condition 'config.win32'.
                      Trying source 1 (type inline) of library oci ...
                      oci.h not found in [] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.oci FAILED
                      loaded result for library config.sqldrivers.libraries.odbc
                      Trying source 0 (type inline) of library odbc ...
                        => source failed condition 'config.win32'.
                      Trying source 1 (type inline) of library odbc ...
                      sql.h not found in [] and global paths.
                      sqlext.h not found in [] and global paths.
                        => source produced no result.
                      Trying source 2 (type inline) of library odbc ...
                        => source failed condition '!config.win32 && !config.darwin'.
                      test config.sqldrivers.libraries.odbc FAILED
                      loaded result for library config.sqldrivers.libraries.psql
                      Trying source 0 (type pkgConfig) of library psql ...
                      pkg-config use disabled globally.
                        => source produced no result.
                      Trying source 1 (type psqlConfig) of library psql ...
                      pg_config not found.
                        => source produced no result.
                      Trying source 2 (type psqlEnv) of library psql ...
                        => source failed condition 'config.win32'.
                      Trying source 3 (type psqlEnv) of library psql ...
                      libpq-fe.h not found in [] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.psql FAILED
                      loaded result for library config.sqldrivers.libraries.sqlite2
                      Trying source 0 (type inline) of library sqlite2 ...
                      sqlite.h not found in [] and global paths.
                        => source produced no result.
                      test config.sqldrivers.libraries.sqlite2 FAILED
                      loaded result for library config.sqldrivers.libraries.tds
                      Trying source 0 (type sybaseEnv) of library tds ...
                        => source failed condition 'config.win32'.
                      Trying source 1 (type sybaseEnv) of library tds ...
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds
                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && MAKEFLAGS= make
                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                      > main.cpp:2:10: fatal error: 'sybfront.h' file not found
                      > #include <sybfront.h>
                      >          ^~~~~~~~~~~~
                      > 1 error generated.
                      > make: *** [main.o] Error 1
                       => source failed verification.
                      test config.sqldrivers.libraries.tds FAILED
                      

                      Kind Regards,
                      Sy

                      1 Reply Last reply
                      0
                      • hskoglundH Offline
                        hskoglundH Offline
                        hskoglund
                        wrote on last edited by
                        #39

                        Hi, it seems you're missing openssl, try:
                        brew install openssl

                        1 Reply Last reply
                        1
                        • SPlattenS Offline
                          SPlattenS Offline
                          SPlatten
                          wrote on last edited by
                          #40
                          brew install openssl
                          Updating Homebrew...
                          ==> Auto-updated Homebrew!
                          Updated 1 tap (homebrew/core).
                          ==> New Formulae
                          k9s
                          ==> Updated Formulae
                          agedu              broot              elvish             gmt                kustomize          pgrouting          serve              swiftgen           vulkan-headers
                          artifactory        catch2             erlang             grap               libmicrohttpd      pnpm               snapcraft          tnftp
                          benthos            duplicity          fluent-bit         heimdal            mdcat              quickjs            sphinx-doc         unnethack
                          bit                dwarfutils         git-town           helmfile           mpg123             rsync              sratoolkit         vttest
                          
                          Error: openssl@1.1 1.1.1d is already installed
                          To upgrade to 1.1.1g, run `brew upgrade openssl@1.1`
                          simonplatten@Simons-iMac sqldrivers % 
                          

                          Kind Regards,
                          Sy

                          1 Reply Last reply
                          0
                          • hskoglundH Offline
                            hskoglundH Offline
                            hskoglund
                            wrote on last edited by hskoglund
                            #41

                            Hi, I just tried the same, i.e. brew install mariadb and it worked 1st try:

                            ~/Qt/5.15.0/clang_64/bin/qmake  -- MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.13/include/mysql "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.13/lib" MYSQL_LIBS="-lmariadb"
                            Info: creating stash file /Users/henry/Downloads/qt-everywhere-src-5.15.0/qtbase/src/plugins/sqldrivers/.qmake.stash
                            
                            Running configuration tests...
                            Checking for DB2 (IBM)... no
                            Checking for InterBase... no
                            Checking for MySQL... yes
                            Checking for OCI (Oracle)... no
                            Checking for ODBC... no
                            Checking for PostgreSQL... no
                            Checking for SQLite (version 2)... no
                            Checking for TDS (Sybase)... no
                            Done running configuration tests.
                            
                            Configure summary:
                            
                            Qt Sql Drivers:
                              DB2 (IBM) .............................. no
                              InterBase .............................. no
                              MySql .................................. yes
                              OCI (Oracle) ........................... no
                              ODBC ................................... no
                              PostgreSQL ............................. no
                              SQLite2 ................................ no
                              SQLite ................................. yes
                                Using system provided SQLite ......... no
                              TDS (Sybase) ........................... no
                            
                            Qt is now configured for building. Just run 'make'.
                            Once everything is built, you must run 'make install'.
                            Qt will be installed into '/Users/henry/Qt/5.15.0/clang_64'.
                            
                            Prior to reconfiguration, make sure you remove any leftovers from
                            the previous build.
                            

                            and the config.log file: (just the interesting/good part):

                            ...
                            ...
                            Trying source 4 (type inline) of library mysql ...
                            + cd /Users/henry/Downloads/qt-everywhere-src-5.15.0/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/henry/Qt/5.15.0/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.13/lib -lmariadb' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.13/include/mysql' /Users/henry/Downloads/qt-everywhere-src-5.15.0/qtbase/src/plugins/sqldrivers/config.tests/mysql
                            + cd /Users/henry/Downloads/qt-everywhere-src-5.15.0/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                            > rm -f main.o
                            > rm -f *~ core *.core
                            > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.13/include/mysql -I/Users/henry/Qt/5.15.0/clang_64/mkspecs/macx-clang -o main.o main.cpp
                            > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.13/lib -lmariadb   
                             => source accepted.
                            test config.sqldrivers.libraries.mysql succeeded
                            ...
                            ...
                            

                            The only difference I can see, is that I got mariadb version 10.4.13 but you have 10.4.6._1 maybe you can upgrade?

                            Edit: added the good parts of the log :-)

                            1 Reply Last reply
                            2
                            • hskoglundH Offline
                              hskoglundH Offline
                              hskoglund
                              wrote on last edited by
                              #42

                              Aha, I think I got it, you also need unixODBC:
                              brew install unixodbc

                              1 Reply Last reply
                              1
                              • SPlattenS Offline
                                SPlattenS Offline
                                SPlatten
                                wrote on last edited by
                                #43

                                Thank you:

                                simonplatten@Simons-iMac bin % brew install unixodbc
                                ==> Downloading https://homebrew.bintray.com/bottles/libtool-2.4.6_2.catalina.bottle.tar.gz
                                ==> Downloading from https://d29vzk4ow07wi7.cloudfront.net/af317b35d0a394b7ef55fba4950735b0392d9f31bececebf9c412261c23a01
                                ######################################################################## 100.0%
                                ==> Downloading https://homebrew.bintray.com/bottles/unixodbc-2.3.7.catalina.bottle.1.tar.gz
                                ==> Downloading from https://akamai.bintray.com/03/03ba378d971af98d07652f978548ffacb4c155ba11dd36af9d46af36e2d5674b?__gda
                                ######################################################################## 100.0%
                                ==> Installing dependencies for unixodbc: libtool
                                ==> Installing unixodbc dependency: libtool
                                ==> Pouring libtool-2.4.6_2.catalina.bottle.tar.gz
                                ==> Caveats
                                In order to prevent conflicts with Apple's own libtool we have prepended a "g"
                                so, you have instead: glibtool and glibtoolize.
                                ==> Summary
                                🍺  /usr/local/Cellar/libtool/2.4.6_2: 71 files, 3.7MB
                                ==> Installing unixodbc
                                ==> Pouring unixodbc-2.3.7.catalina.bottle.1.tar.gz
                                🍺  /usr/local/Cellar/unixodbc/2.3.7: 46 files, 1.9MB
                                ==> `brew cleanup` has not been run in 30 days, running now...
                                Removing: /Users/simonplatten/Library/Caches/Homebrew/gettext--0.20.1.mojave.bottle.tar.gz... (8.4MB)
                                Removing: /Users/simonplatten/Library/Caches/Homebrew/git--2.23.0_1.mojave.bottle.tar.gz... (17.1MB)
                                Removing: /usr/local/Cellar/libtool/2.4.6_1... (70 files, 3.7MB)
                                Removing: /Users/simonplatten/Library/Caches/Homebrew/mariadb--10.4.6_1.mojave.bottle.tar.gz... (48.6MB)
                                Removing: /Users/simonplatten/Library/Caches/Homebrew/openssl@1.1--1.1.1d.mojave.bottle.tar.gz... (5.2MB)
                                Removing: /Users/simonplatten/Library/Caches/Homebrew/pcre2--10.33.mojave.bottle.tar.gz... (1.9MB)
                                Removing: /Users/simonplatten/Library/Logs/Homebrew/mariadb... (64B)
                                Removing: /Users/simonplatten/Library/Logs/Homebrew/gettext... (64B)
                                Removing: /Users/simonplatten/Library/Logs/Homebrew/pcre2... (64B)
                                Removing: /Users/simonplatten/Library/Logs/Homebrew/openssl@1.1... (64B)
                                Removing: /Users/simonplatten/Library/Logs/Homebrew/git... (64B)
                                Pruned 0 symbolic links and 4 directories from /usr/local
                                ==> Caveats
                                ==> libtool
                                In order to prevent conflicts with Apple's own libtool we have prepended a "g"
                                so, you have instead: glibtool and glibtoolize.
                                

                                Kind Regards,
                                Sy

                                1 Reply Last reply
                                0
                                • SPlattenS Offline
                                  SPlattenS Offline
                                  SPlatten
                                  wrote on last edited by
                                  #44

                                  After all that:

                                  simonplatten@Simons-iMac bin % cd $QTDIR/Src/qtbase/src/plugins/sqldrivers
                                  simonplatten@Simons-iMac sqldrivers % $QTDIRBIN/qmake -- MYSQL_INCDIR="/usr/local/Cellar/mariadb/10.4.6_1/include/mysql" "MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib" MYSQL_LIBS="-lmariadb"
                                  
                                  Running configuration tests...
                                  Done running configuration tests.
                                  
                                  Configure summary:
                                  
                                  Qt Sql Drivers:
                                    DB2 (IBM) .............................. no
                                    InterBase .............................. no
                                    MySql .................................. no
                                    OCI (Oracle) ........................... no
                                    ODBC ................................... no
                                    PostgreSQL ............................. no
                                    SQLite2 ................................ no
                                    SQLite ................................. yes
                                      Using system provided SQLite ......... no
                                    TDS (Sybase) ........................... no
                                  
                                  Qt is now configured for building. Just run 'make'.
                                  Once everything is built, you must run 'make install'.
                                  Qt will be installed into '/Users/simonplatten/Qt/5.14.2/clang_64'.
                                  
                                  Prior to reconfiguration, make sure you remove any leftovers from
                                  the previous build.
                                  

                                  Kind Regards,
                                  Sy

                                  1 Reply Last reply
                                  0
                                  • hskoglundH Offline
                                    hskoglundH Offline
                                    hskoglund
                                    wrote on last edited by hskoglund
                                    #45

                                    config.log please...

                                    1 Reply Last reply
                                    0
                                    • SPlattenS Offline
                                      SPlattenS Offline
                                      SPlatten
                                      wrote on last edited by
                                      #46
                                      simonplatten@Simons-iMac sqldrivers % cat config.log
                                      Command line: MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib MYSQL_LIBS=-lmariadb
                                      Global lib dirs: [] [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
                                      Global inc dirs: [/usr/local/opt/openssl/include] [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
                                      loaded result for library config.sqldrivers.libraries.db2
                                      Trying source 0 (type inline) of library db2 ...
                                        => source failed condition 'config.win32'.
                                      Trying source 1 (type inline) of library db2 ...
                                      sqlcli.h not found in [] and global paths.
                                      sqlcli1.h not found in [] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.db2 FAILED
                                      loaded result for library config.sqldrivers.libraries.ibase
                                      Trying source 0 (type inline) of library ibase ...
                                        => source failed condition 'config.win32'.
                                      Trying source 1 (type inline) of library ibase ...
                                      ibase.h not found in [] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.ibase FAILED
                                      loaded result for library config.sqldrivers.libraries.mysql
                                      Trying source 0 (type mysqlConfig) of library mysql ...
                                      + /usr/local/bin/mysql_config --version
                                      > 10.4.6
                                      + /usr/local/bin/mysql_config --libs_r
                                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                      + /usr/local/bin/mysql_config --include
                                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                      > Info: creating stash file /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/.qmake.stash
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                                      > Undefined symbols for architecture x86_64:
                                      >   "_mysql_get_client_version", referenced from:
                                      >       _main in main.o
                                      > ld: symbol(s) not found for architecture x86_64
                                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                      > make: *** [mysql] Error 1
                                       => source failed verification.
                                      Trying source 1 (type mysqlConfig) of library mysql ...
                                      + /usr/local/bin/mysql_config --version
                                      > 10.4.6
                                      + /usr/local/bin/mysql_config --libs
                                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                      + /usr/local/bin/mysql_config --include
                                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                      > rm -f main.o
                                      > rm -f *~ core *.core
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                                      > Undefined symbols for architecture x86_64:
                                      >   "_mysql_get_client_version", referenced from:
                                      >       _main in main.o
                                      > ld: symbol(s) not found for architecture x86_64
                                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                      > make: *** [mysql] Error 1
                                       => source failed verification.
                                      Trying source 2 (type mysqlConfig) of library mysql ...
                                      + /usr/local/bin/mysql_config --version
                                      > 10.4.6
                                      + /usr/local/bin/mysql_config --libs_r
                                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                      + /usr/local/bin/mysql_config --include
                                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                      > rm -f main.o
                                      > rm -f *~ core *.core
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                                      > ld: library not found for -lssl
                                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                      > make: *** [mysql] Error 1
                                       => source failed verification.
                                      Trying source 3 (type mysqlConfig) of library mysql ...
                                      + /usr/local/bin/mysql_config --version
                                      > 10.4.6
                                      + /usr/local/bin/mysql_config --libs
                                      > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                      + /usr/local/bin/mysql_config --include
                                      > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                      > rm -f main.o
                                      > rm -f *~ core *.core
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                                      > ld: library not found for -lssl
                                      > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                      > make: *** [mysql] Error 1
                                       => source failed verification.
                                      Trying source 4 (type inline) of library mysql ...
                                      mysql.h not found in [/usr/local/include] and global paths.
                                        => source produced no result.
                                      Trying source 5 (type inline) of library mysql ...
                                        => source failed condition 'config.win32'.
                                      Trying source 6 (type inline) of library mysql ...
                                      mysql.h not found in [/usr/local/include] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.mysql FAILED
                                      loaded result for library config.sqldrivers.libraries.oci
                                      Trying source 0 (type inline) of library oci ...
                                        => source failed condition 'config.win32'.
                                      Trying source 1 (type inline) of library oci ...
                                      oci.h not found in [] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.oci FAILED
                                      loaded result for library config.sqldrivers.libraries.odbc
                                      Trying source 0 (type inline) of library odbc ...
                                        => source failed condition 'config.win32'.
                                      Trying source 1 (type inline) of library odbc ...
                                      sql.h not found in [] and global paths.
                                      sqlext.h not found in [] and global paths.
                                        => source produced no result.
                                      Trying source 2 (type inline) of library odbc ...
                                        => source failed condition '!config.win32 && !config.darwin'.
                                      test config.sqldrivers.libraries.odbc FAILED
                                      loaded result for library config.sqldrivers.libraries.psql
                                      Trying source 0 (type pkgConfig) of library psql ...
                                      pkg-config use disabled globally.
                                        => source produced no result.
                                      Trying source 1 (type psqlConfig) of library psql ...
                                      pg_config not found.
                                        => source produced no result.
                                      Trying source 2 (type psqlEnv) of library psql ...
                                        => source failed condition 'config.win32'.
                                      Trying source 3 (type psqlEnv) of library psql ...
                                      libpq-fe.h not found in [] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.psql FAILED
                                      loaded result for library config.sqldrivers.libraries.sqlite2
                                      Trying source 0 (type inline) of library sqlite2 ...
                                      sqlite.h not found in [] and global paths.
                                        => source produced no result.
                                      test config.sqldrivers.libraries.sqlite2 FAILED
                                      loaded result for library config.sqldrivers.libraries.tds
                                      Trying source 0 (type sybaseEnv) of library tds ...
                                        => source failed condition 'config.win32'.
                                      Trying source 1 (type sybaseEnv) of library tds ...
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds
                                      + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && MAKEFLAGS= make
                                      > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                      > main.cpp:2:10: fatal error: 'sybfront.h' file not found
                                      > #include <sybfront.h>
                                      >          ^~~~~~~~~~~~
                                      > 1 error generated.
                                      > make: *** [main.o] Error 1
                                       => source failed verification.
                                      test config.sqldrivers.libraries.tds FAILED
                                      

                                      Kind Regards,
                                      Sy

                                      1 Reply Last reply
                                      0
                                      • hskoglundH Offline
                                        hskoglundH Offline
                                        hskoglund
                                        wrote on last edited by hskoglund
                                        #47

                                        Almost there, one more: freetds
                                        brew install freetds

                                        Edit: check that have you all the .h files needed:
                                        ls -la /usr/local/include/mysql*
                                        I got:
                                        lrwxr-xr-x 1 henry admin 39 Jul 6 09:16 /usr/local/include/mysql -> ../Cellar/mariadb/10.4.13/include/mysql

                                        Also check:
                                        ls -la /usr/local/include/sql

                                        lrwxr-xr-x 1 henry admin 38 Mar 24 22:12 /usr/local/include/sql.h -> ../Cellar/unixodbc/2.3.7/include/sql.h
                                        lrwxr-xr-x 1 henry admin 40 Mar 24 22:12 /usr/local/include/sqldb.h -> ../Cellar/freetds/1.1.24/include/sqldb.h
                                        lrwxr-xr-x 1 henry admin 41 Mar 24 22:12 /usr/local/include/sqlext.h -> ../Cellar/unixodbc/2.3.7/include/sqlext.h
                                        lrwxr-xr-x 1 henry admin 43 Mar 24 22:12 /usr/local/include/sqlfront.h -> ../Cellar/freetds/1.1.24/include/sqlfront.h
                                        lrwxr-xr-x 1 henry admin 41 Mar 24 22:12 /usr/local/include/sqlspi.h -> ../Cellar/unixodbc/2.3.7/include/sqlspi.h
                                        lrwxr-xr-x 1 henry admin 43 Mar 24 22:12 /usr/local/include/sqltypes.h -> ../Cellar/unixodbc/2.3.7/include/sqltypes.h
                                        lrwxr-xr-x 1 henry admin 43 Mar 24 22:12 /usr/local/include/sqlucode.h -> ../Cellar/unixodbc/2.3.7/include/sqlucode.h

                                        1 Reply Last reply
                                        1
                                        • SPlattenS Offline
                                          SPlattenS Offline
                                          SPlatten
                                          wrote on last edited by
                                          #48

                                          Done that, still after quake only see SQLite with yes by it, and MySql with no, output from config.log:

                                          Command line: MYSQL_INCDIR=/usr/local/Cellar/mariadb/10.4.6_1/include/mysql MYSQL_LIBDIR=/usr/local/Cellar/mariadb/10.4.6_1/lib MYSQL_LIBS=-lmariadb
                                          Global lib dirs: [] [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib]
                                          Global inc dirs: [/usr/local/opt/openssl/include] [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.3/include /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
                                          loaded result for library config.sqldrivers.libraries.db2
                                          Trying source 0 (type inline) of library db2 ...
                                            => source failed condition 'config.win32'.
                                          Trying source 1 (type inline) of library db2 ...
                                          sqlcli.h not found in [] and global paths.
                                          sqlcli1.h not found in [] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.db2 FAILED
                                          loaded result for library config.sqldrivers.libraries.ibase
                                          Trying source 0 (type inline) of library ibase ...
                                            => source failed condition 'config.win32'.
                                          Trying source 1 (type inline) of library ibase ...
                                          ibase.h not found in [] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.ibase FAILED
                                          loaded result for library config.sqldrivers.libraries.mysql
                                          Trying source 0 (type mysqlConfig) of library mysql ...
                                          + /usr/local/bin/mysql_config --version
                                          > 10.4.6
                                          + /usr/local/bin/mysql_config --libs_r
                                          > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                          + /usr/local/bin/mysql_config --include
                                          > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                          > Info: creating stash file /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/.qmake.stash
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                                          > Undefined symbols for architecture x86_64:
                                          >   "_mysql_get_client_version", referenced from:
                                          >       _main in main.o
                                          > ld: symbol(s) not found for architecture x86_64
                                          > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                          > make: *** [mysql] Error 1
                                           => source failed verification.
                                          Trying source 1 (type mysqlConfig) of library mysql ...
                                          + /usr/local/bin/mysql_config --version
                                          > 10.4.6
                                          + /usr/local/bin/mysql_config --libs
                                          > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                          + /usr/local/bin/mysql_config --include
                                          > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                          > rm -f main.o
                                          > rm -f *~ core *.core
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib   
                                          > Undefined symbols for architecture x86_64:
                                          >   "_mysql_get_client_version", referenced from:
                                          >       _main in main.o
                                          > ld: symbol(s) not found for architecture x86_64
                                          > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                          > make: *** [mysql] Error 1
                                           => source failed verification.
                                          Trying source 2 (type mysqlConfig) of library mysql ...
                                          + /usr/local/bin/mysql_config --version
                                          > 10.4.6
                                          + /usr/local/bin/mysql_config --libs_r
                                          > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                          + /usr/local/bin/mysql_config --include
                                          > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                          > rm -f main.o
                                          > rm -f *~ core *.core
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                                          > ld: library not found for -lssl
                                          > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                          > make: *** [mysql] Error 1
                                           => source failed verification.
                                          Trying source 3 (type mysqlConfig) of library mysql ...
                                          + /usr/local/bin/mysql_config --version
                                          > 10.4.6
                                          + /usr/local/bin/mysql_config --libs
                                          > -L/usr/local/Cellar/mariadb/10.4.6_1/lib  -lmariadb -lz -liconv -lssl -lcrypto
                                          + /usr/local/bin/mysql_config --include
                                          > -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql/..
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += mysql' 'QMAKE_LIBS_MYSQL = -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto' 'QMAKE_INCDIR_MYSQL = /usr/local/Cellar/mariadb/10.4.6_1/include/mysql /usr/local/Cellar/mariadb/10.4.6_1/include' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/mysql && MAKEFLAGS= make clean && MAKEFLAGS= make
                                          > rm -f main.o
                                          > rm -f *~ core *.core
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/usr/local/Cellar/mariadb/10.4.6_1/include/mysql -I/usr/local/Cellar/mariadb/10.4.6_1/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -stdlib=libc++ -headerpad_max_install_names  -arch x86_64 -Wl,-syslibroot,/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -Wl,-rpath,@executable_path/../Frameworks -o mysql main.o   -L/usr/local/Cellar/mariadb/10.4.6_1/lib -lmariadb -lz -liconv -lssl -lcrypto   
                                          > ld: library not found for -lssl
                                          > clang: error: linker command failed with exit code 1 (use -v to see invocation)
                                          > make: *** [mysql] Error 1
                                           => source failed verification.
                                          Trying source 4 (type inline) of library mysql ...
                                          mysql.h not found in [/usr/local/include] and global paths.
                                            => source produced no result.
                                          Trying source 5 (type inline) of library mysql ...
                                            => source failed condition 'config.win32'.
                                          Trying source 6 (type inline) of library mysql ...
                                          mysql.h not found in [/usr/local/include] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.mysql FAILED
                                          loaded result for library config.sqldrivers.libraries.oci
                                          Trying source 0 (type inline) of library oci ...
                                            => source failed condition 'config.win32'.
                                          Trying source 1 (type inline) of library oci ...
                                          oci.h not found in [] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.oci FAILED
                                          loaded result for library config.sqldrivers.libraries.odbc
                                          Trying source 0 (type inline) of library odbc ...
                                            => source failed condition 'config.win32'.
                                          Trying source 1 (type inline) of library odbc ...
                                          sql.h not found in [] and global paths.
                                          sqlext.h not found in [] and global paths.
                                            => source produced no result.
                                          Trying source 2 (type inline) of library odbc ...
                                            => source failed condition '!config.win32 && !config.darwin'.
                                          test config.sqldrivers.libraries.odbc FAILED
                                          loaded result for library config.sqldrivers.libraries.psql
                                          Trying source 0 (type pkgConfig) of library psql ...
                                          pkg-config use disabled globally.
                                            => source produced no result.
                                          Trying source 1 (type psqlConfig) of library psql ...
                                          pg_config not found.
                                            => source produced no result.
                                          Trying source 2 (type psqlEnv) of library psql ...
                                            => source failed condition 'config.win32'.
                                          Trying source 3 (type psqlEnv) of library psql ...
                                          libpq-fe.h not found in [] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.psql FAILED
                                          loaded result for library config.sqldrivers.libraries.sqlite2
                                          Trying source 0 (type inline) of library sqlite2 ...
                                          sqlite.h not found in [] and global paths.
                                            => source produced no result.
                                          test config.sqldrivers.libraries.sqlite2 FAILED
                                          loaded result for library config.sqldrivers.libraries.tds
                                          Trying source 0 (type sybaseEnv) of library tds ...
                                            => source failed condition 'config.win32'.
                                          Trying source 1 (type sybaseEnv) of library tds ...
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && /Users/simonplatten/Qt/5.14.2/clang_64/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" 'INCLUDEPATH += /usr/local/opt/openssl/include' 'QMAKE_USE += tds' 'QMAKE_LIBS_TDS = -lsybdb' /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds
                                          + cd /Users/simonplatten/Qt/5.14.2/Src/qtbase/src/plugins/sqldrivers/config.tests/tds && MAKEFLAGS= make
                                          > /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -O2 -std=gnu++11  -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.13 -w -fPIC  -I. -I/usr/local/opt/openssl/include -I/Users/simonplatten/Qt/5.14.2/clang_64/mkspecs/macx-clang -o main.o main.cpp
                                          > main.cpp:2:10: fatal error: 'sybfront.h' file not found
                                          > #include <sybfront.h>
                                          >          ^~~~~~~~~~~~
                                          > 1 error generated.
                                          > make: *** [main.o] Error 1
                                           => source failed verification.
                                          test config.sqldrivers.libraries.tds FAILED
                                          

                                          Kind Regards,
                                          Sy

                                          1 Reply Last reply
                                          0

                                          • Login

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