PAM installation fails using mysql 5.7 packages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
percona-pam-for-mysql |
New
|
Undecided
|
Unassigned | ||
Ubuntu |
New
|
Undecided
|
Unassigned |
Bug Description
Following installation instructions on https:/
shell> ./configure
...
checking for mysql_config... /usr/bin/
checking for pam_start in -lpam... yes
checking mysql/plugin.h usability... no
checking mysql/plugin.h presence... no
checking for mysql/plugin.h... no
configure: error: Unable to find MySQL development headers. Please install them
Some additional information:
shell> pkg-config --cflags mysqlclient
-fstack-protector -m64 -fabi-version=2 -fno-omit-
shell> rpm -qa | grep -i mysql
mysql57-
mysql-community
mysql-community
mysql-community
mysql-community
mysql-community
mysql-community
shell> # cat /etc/redhat-release
CentOS release 6.5 (Final)
shell> find / -name "*plugin.h"
/usr/include/
/usr/include/
/usr/include/
Uploading config.log file, too.
I'm affected with this bug on Ubuntu 16 LTS as well,
configure:12126: result: no mysql/mysql/ services. h:26:0,
from /usr/include/ mysql/mysql/ plugin. h:59,
from conftest.c:23: mysql/mysql/ service_ srv_session_ info.h: 31:53: fatal error: violite.h: No such file or directory
configure:12126: checking mysql/plugin.h presence
configure:12126: gcc -E -isystem /usr/include/mysql conftest.c
In file included from /usr/include/
/usr/include/
compilation terminated.
There are no such file in MySQL 5.7 community edition bundled with Ubuntu, for some reasons I have to use Oracle's flavor of MySQL.
Could you please fix build for MySQL 5.7 ?