Changes between Version 26 and Version 27 of InstallingFACT++
- Timestamp:
- 09/08/18 21:34:59 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingFACT++
v26 v27 130 130 }}} 131 131 132 === ETH (PC45) ===133 134 {{{135 cmake \136 -DMYSQL_LIBRARY=/usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 \137 /path/to/CMakeList.txt138 }}}139 140 MySQL++ was compiled with mysqlclient 5.7, on pc45, the default mysqlclient library is 8.0.12, thus -- to avoid confusion for the linker -- better use the older version for FACT++ (and root!).141 142 132 == Known to work == 143 133 … … 154 144 * mysql++ 3.2.2 / 3.2.4 155 145 146 As a default, the libmysqlclient to which the project is linked is the one found to be linked by the libmysqlpp library. 147 156 148 Not all combinations might work though. (There are known problems with openssl 1.1.0 and Ubuntu 16.04: downgrade openssl to 1.0.*) 157 149