宝塔面板安装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

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

如图

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

yum install autoconf -y

 

Ubuntu|Debian系列:

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

 

文章来源网络,作者:运维,如若转载,请注明出处:https://shuyeidc.com/wp/114292.html<

(0)
运维的头像运维
上一篇2025-02-17 19:44
下一篇 2025-02-17 19:45

相关推荐

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注