centos中使用phpize编译php扩展的时候出现报错
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
报错意思的是找到一个叫autoconf的工具,我们执行一下yum命令去安装即可
yum install autoconf
本文解决了一个在CentOS中使用phpize编译PHP扩展时遇到的常见问题。当遇到“Cannot find autoconf”错误时,可以通过执行yum install autoconf命令来安装缺失的autoconf工具,从而顺利进行PHP扩展的编译。
centos中使用phpize编译php扩展的时候出现报错
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
报错意思的是找到一个叫autoconf的工具,我们执行一下yum命令去安装即可
yum install autoconf
196
3万+
692
270
5687

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