Comment 1 for bug 1326368

Revision history for this message
Max Bubenick (max-bubenick) wrote :

try doing this change on CMakeLists.txt

${MYSQL_LIBRARIES_mysqlclient_r}

to

${MYSQL_LIBRARIES}

then

rm CMakeCache.txt
cmake .
make

Or try compiling from the trunk

bzr branch lp:mydumper