configure: error: Cannot find PHP-config. Please use --with-php-config=PATH 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改 ...
configure: error: Cannot find php config. Please use with php config PATH 需要说明你的php config的path错误了 find name php config 重新指定你的PATH后安装成功 ...
2018-07-21 16:36 0 968 推荐指数:
configure: error: Cannot find PHP-config. Please use --with-php-config=PATH 一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改 ...
一般出现这个错误说明你执行 ./configure 时 --with-php-config 这个参数配置路径错误导致的。 修改为: ./configure --with-php-config=/usr/local/php/bin/php-config 就可以解决问题 上面的 /usr ...
为php增加mysql模块时报错 configure: error: mysql configure failed. Please check config.log for more information. 解决方法: ...
错误: NOTICE: PHP message: PHP Warning: PHP Startup: mcrypt: Unable to initialize moduleModule compiled with module API=20090626PHP compiled ...
; find / -name "xml2-config" ...
安装ImageMagick扩展报错: checking ImageMagick MagickWand API configuration program... checking Testing /u sr/local/bin/MagickWand-config... Doesn't ...
phpize建立php扩展Cannot find config.m4[root@ns root]# phpize Cannot find config.m4. Make sure that you run /usr/local/bin/phpize in the top level ...
安装pdo_mysql cd /usr/local/src/php-5.4.0/ext/pdo_mysql/ /usr/local/php/bin/phpize # /usr/local/php为php安装后的目录 ./configure --with-php-config=/usr ...