Changes between Version 26 and Version 27 of InstallingFACT++


Ignore:
Timestamp:
09/08/18 21:34:59 (7 years ago)
Author:
tbretz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingFACT++

    v26 v27  
    130130}}}
    131131
    132 === ETH (PC45) ===
    133 
    134 {{{
    135 cmake \
    136 -DMYSQL_LIBRARY=/usr/lib/x86_64-linux-gnu/libmysqlclient.so.20 \
    137 /path/to/CMakeList.txt
    138 }}}
    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 
    142132== Known to work ==
    143133
     
    154144* mysql++ 3.2.2 / 3.2.4
    155145
     146As a default, the libmysqlclient to which the project is linked is the one found to be linked by the libmysqlpp library.
     147
    156148Not all combinations might work though. (There are known problems with openssl 1.1.0 and Ubuntu 16.04: downgrade openssl to 1.0.*)
    157149