configure: error: Cannot find php-config. Please use --with-php-config=PATH 错误的解决方案

configure: error: Cannot find php-config. Please use --with-php-config=PATH 错误的解决方案

一般出现这个错误说明你执行 ./configure 时  --with-php-config 这个参数配置路径错误导致的。

修改为:

./configure --with-php-config=/usr/local/php/bin/php-config

就可以解决问题

上面的 /usr/local/php/ 是你的 php 安装路径

configure: error: Cannot find php-config. Please use --with-php-config=PATH 错误的解决方案

上一篇:asp.net的3个经典范例(ASP.NET Starter Kit ,Duwamish,NET Pet Shop)学习资料


下一篇:windows下 在cmd中输入ls命令出现“ls不是内部或外部命令“解决方法