Cannot find autoconf Please check your autoconf installatio

Posted siwnchs

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cannot find autoconf Please check your autoconf installatio相关的知识,希望对你有一定的参考价值。

Cannot find autoconf. Please check your autoconf installation and the $php_AUTOCONF environment variable. Then, rerun this script.

运行/usr/local/webserver/php/bin/phpize时出现:
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
根据网上的解决办法是:

# cd /usr/src
# wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
# tar -zvxf m4-1.4.9.tar.gz
# cd m4-1.4.9/
# ./configure && make && make install
# cd ../
# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz
# tar -zvxf autoconf-2.62.tar.gz
# cd autoconf-2.62/
# ./configure && make && make install
更简单的办法
# yum install m4
# yum install autoconf

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://www.cnblogs.com/captainbed

以上是关于Cannot find autoconf Please check your autoconf installatio的主要内容,如果未能解决你的问题,请参考以下文章

phpize编译,Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF

Ubuntu下PHP动态编译出现Cannot find autoconf的解决方法

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

go 报错 cannot find module providing package或cannot find main module

eclipse故障cannot find -lstdc++,如何解决??麻烦高手详细讲解

/usr/bin/ld: cannot find -llzma /usr/bin/ld: cannot find -lbz2