关于我们

质量为本、客户为根、勇于拼搏、务实创新

< 返回新闻公共列表

宝塔面板安装php扩展的报错,提示:Cannot find autoconf. Please

发布时间:2023-04-18 14:42:38
1491984010112764.jpg

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

image.png

如图

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

yum install autoconf -y

 

Ubuntu|Debian系列:

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



/template/Home/8a/PC/Static