Percona Server 56, checking for mysql_init in -lmysqlclient... no
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Percona Server moved to https://jira.percona.com/projects/PS | Status tracked in 5.7 | |||||
5.1 |
Won't Fix
|
Medium
|
Unassigned | |||
5.5 |
Triaged
|
Medium
|
Unassigned | |||
5.6 |
Triaged
|
Medium
|
Unassigned | |||
5.7 |
Triaged
|
Medium
|
Unassigned |
Bug Description
debian 7, percona server install from apt-get pero
some problems with compilation gcc
./configure --enable-64bit
checking for mysql_config... /usr/bin/
checking for mysql_init in -lmysqlclient... no
checking mysql.h usability... yes
checking mysql.h presence... yes
checking for mysql.h... yes
checking MySQL library (optional)... no
configure: disabling MySQL (optional)
checking for pcre_study in -lpcre... yes
checking PCRE library (optional)... yes
checking host OS... Linux
Tried to install all of those packages. It did not help.
apt-cache search mysqlclient
libmysqlclient-dev - Percona Server database development files
libmysqlclient16 - Percona Server database client library
libmysqlclient1
libmysqlclient18 - Percona Server database client library
libmysqlclient1
libmysqlclient18.1 - Percona Server database client library
libmysqlclient1
on a regular mysql server - no problem, normally compiles.
I just checked on mariadb - no problem
Please, specify the exact steps to reproduce the problem on fresh Debian 7 installation. We need to know what exact packages you've installed and why do you try to build from source this way (cmake is usually used with 5.5+, no configure).