There is no libqsqlodbc.so in qt-opensource-linux-x64-5.10.0.run
Solved
Installation and Deployment
-
I've downloaded most recent offline installer the qt-opensource-linux-x64-5.10.0.run and there's no libqsqlodbc.so there. i'm using odbc for connection to ms sql. What should i do?
-
@plgrm44 spoiler alert: I never used Qt SQL ODBC driver
I've checked my Qt 5.9.0 installation (from offline installer) and only Mysql, Postgresl and Sqlite plugins are there (in folder Qt5.9.0/5.9/gcc_64/plugins/sqldrivers) so I guess you may need to build the plugin yourself. This post can be a guide, and I suspect you need to have the proper environment setup in your Linux OS.