Cannot find autoconf. Please check your autoconf installation and the$PHP_AUTOCONF environment variable. Then, rerun this script.
使用phpize编译php扩展的时候出现报错
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
# root @ qipa50 in ~/swoole-src-master [2:12:49] C:127
$ phpize
Configuring for:
PHP Api Version: 20170718
Zend Module Api No: 20170718
Zend Extension Api No: 320170718
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
报错意思的是找到一个叫autoconf的工具,
我们执行一下yum命令去安装即可
yum install autoconf
再次执行 phpize


本文介绍了解决在使用phpize编译PHP扩展时遇到的找不到autoconf工具的问题。通过执行yum install autoconf命令,可以成功安装autoconf并解决编译错误。
2万+

被折叠的 条评论
为什么被折叠?



