On 04/18/2012 08:47 AM, Konstantin Kouptsov wrote:
Hello,
I have just downloaded the library source, libzdb-2.10.26, and I am trying to install it. When running ./configure script I get the following error:
configure: error: No available database found or selected. Try configure --help
What is it specifically looking for? I have mysql database installed and running. The --help option does not really help to understand what's wrong.
You need to install the development libraries and files for MySQL.
For Debian type systems:
sudo apt-get install libmysqlclient-dev
For Redhat type systems:
sudo yum install mysql-devel