119 | | It is all a newer version, a newer required version, or compiled with mysqlclient 5.7.23, or all of that. |
| 119 | It is all a newer version, a newer required version, or compiled with mysqlclient 5.7.23, or all of that. Make sure that the root-version cmake finds is also compiled with the same mysqlclient-library, e.g. by |
| 120 | {{{ |
| 121 | /swdev_nfs/cmake-3.5.0-Linux-x86_64/bin/cmake \ |
| 122 | -DMYSQL_LIBRARY=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/lib/libmysqlclient.so \ |
| 123 | -DMYSQL_INCLUDE_DIR=/swdev_nfs/mysql-5.7.23-linux-glibc2.12-x86_64/include \ |
| 124 | /swdev_nfs/root_v5.34.36-source/ |
| 125 | }}} |