宝塔面板安装php扩展的报错,提示:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script

宝塔面板安装php扩展的报错,提示:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script

图片[1]-宝塔面板安装php扩展的报错,提示:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script-2345资源网 - 精品建站资源与技术分享平台

如图

出现原因:
缺少 autoconf 组件的依赖
解决方案:
CentOS|RedHat系列

yum install autoconf -y

 

Ubuntu|Debian系列:

apt-get update  -y
apt-get install autoconf2.13 -y

 

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容