I think you need libmysqlclient18. Ask on some ubuntu list if that didn't help
On Oct 1, 2013, at 11:29 PM, Steve Benton steve.benton@gmail.com wrote:
Hello,
I have downloaded and am trying to build libzdb 2.12 on an ubuntu 12.04 64bit system. When I run configure command line:
./configure --without-postgresql --without-sqlite
I receive the following error:
checking for mysql... yes checking for mysql_config... /usr/bin/mysql_config checking mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes checking for mysql_init in -lmysqlclient... no
I have installed mysql_server, mysql_client, and libmysqlclient-dev. I have removed these packages and then re-installed and still get the same configure error.
Any ideas why this is happening?