报错信息: checking whether to enable embedded MySQLi support... no mysql_config not found configure: error: Please reinstall the mysql distribution

解决:

1、no mysql_config not found configure: error

看路径是不是存在。


2、配置


要仔细检查配置脚本是不是路径写错,又或者是多了一个字母等等,比如下面的配置:

--with-mysql=/usr/local/mysql  

--with-mysqli=/usr/local/mysql/bin/mysql d_config 查查这个地方,我的就是在这行脚本里,多了一个d字母,应该是这样的---*****/mysql_config

最后一种可以尝试一下(网上推荐的,不知能不能用):
3、如果php5.3可以用mysqlnd (MySQL native driver for PHP)
--with-mysql=mysqlnd \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd