系统:centos 7
版本:php 5.6
--with-mysql=/Data/app/mysql
configure: error: Cannot find MySQL header files under /Data/app/mysql.
Note that the MySQL client library is not bundled anymore!
yum install -y mysql-devel
--with-mysql=/usr
configure: error: Cannot find libmysqlclient under /usr.
Note that the MySQL client library is not bundled anymore!
--with-mysql
正确