哈哈SE7 发表于 2024-9-11 18:17:53

linux云服务器宝塔安装php扩展报错Cannot find

安装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
页: [1]
查看完整版本: linux云服务器宝塔安装php扩展报错Cannot find