php安装扩展错误:Cannot find config.m4

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php安装扩展错误:Cannot find config.m4相关的知识,希望对你有一定的参考价值。

php安装扩展错误:

Cannot find config.m4. Make sure that you run /usr/local/bin/phpize in the top level source


故障解决:

如果在安装php扩展的时候出现如题的错误:只需到php的安装目录下如:

cd /source/php-5.6.11/ext/openssl

执行命令:

  cp ./config0.m4 ./config.m4 即可解决



本文出自 “奋斗吧” 博客,请务必保留此出处http://lvnian.blog.51cto.com/7155281/1793816

以上是关于php安装扩展错误:Cannot find config.m4的主要内容,如果未能解决你的问题,请参考以下文章

php安装redis扩展'checking for igbinary includes... configure: error: Cannot find igbinary.h'解决方法

phpize建立PHP扩展报错Cannot find config.m4.

brew安装php70出现configure: error: Cannot find libz 错误解决方法

phpize拓展时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCO

编译安装php服务报错问题:configure: error: Cannot find libmysqlclient under /usr.

configure: error: Cannot find php_pdo_driver.h.