Comment 1 for bug 913307

Revision history for this message
Alex Andrascu (s0-ofk2ce-id) wrote :

I also got this on CentOS release 5.7 (Final) with

mysql55.x86_64 5.5.19-1.ius.el5 installed
mysql55-devel.x86_64 5.5.19-1.ius.el5 installed
mysql55-libs.x86_64 5.5.19-1.ius.el5 installed
mysql55-server.x86_64 5.5.19-1.ius.el5 installed
mysqlclient15.x86_64 5.0.92-1.ius.el5 installed

---compile error -----
-- Using mysql-config: /usr/bin/mysql_config
-- Found MySQL: /usr/include/mysql, MYSQL_LIBRARIES_mysqlclient-NOTFOUND;/usr/lib64/libpthread.so;/lib64/libz.so;/usr/lib64/libm.so;/usr/lib64/librt.so;MYSQL_LIBRARIES_ssl-NOTFOUND;MYSQL_LIBRARIES_crypto-NOTFOUND;/usr/lib64/libdl.so
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MYSQL_LIBRARIES_crypto
    linked by target "mydumper" in directory /opt/mydumper-0.2.3
    linked by target "myloader" in directory /opt/mydumper-0.2.3
MYSQL_LIBRARIES_mysqlclient
    linked by target "mydumper" in directory /opt/mydumper-0.2.3
    linked by target "myloader" in directory /opt/mydumper-0.2.3
MYSQL_LIBRARIES_ssl
    linked by target "mydumper" in directory /opt/mydumper-0.2.3
    linked by target "myloader" in directory /opt/mydumper-0.2.3

-- Configuring incomplete, errors occurred!