Actions
Bug #3572
openwt_3.3.3 failed to compile Ddo::mysqlend for supporting the newest version of MySQL
Description
as subject
Updated by Wim Dumon about 10 years ago
- Status changed from New to Feedback
Hi,
What version of MySQL, on what OS? Did you install myql manually or through some package?
BR,
Wim.
Updated by Michael Z. about 10 years ago
MySQL version:5.6.20_1, which is installed through homebrew package manager for MacOS (Mavericks, 10.9.4). Actually, after installation, only library of "libmysql" could not be found in the installation directory, while other libraries such as 'libmysqlclient' could be found.
Updated by Wim Dumon about 10 years ago
There's only one library required, but it may have many different names depending on OS etc. Current Wt looks for one of these: mariadb libmariadb mariadbclient mysqlclient libmysql.
See cmake/WtFindMysql.txt
Set MYSQL_LIBRARY to the name that your installation is using.
Wim.
Updated by Koen Deforche about 10 years ago
- Assignee set to Wim Dumon
- Target version set to 3.3.4
Actions