大炮运维V587 发表于 2022-7-8 11:35:58

安装php扩展报错Cannot find autoconf. Please check your autoconf install...

安装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

宝塔用_123f 发表于 2023-4-27 11:23:05

用了之后发现,已经安装过了。

宝塔用户_mmpeaw 发表于 2024-11-12 15:24:54

安装完了,还是这样的怎么搞

大炮运维V587 发表于 2024-11-19 15:48:05

宝塔用户_mmpeaw 发表于 2024-11-12 15:24
安装完了,还是这样的怎么搞

您好,您看看有没有安装成功?如果只是执行命令不去观察是否安装成功,也无济于事的
页: [1]
查看完整版本: 安装php扩展报错Cannot find autoconf. Please check your autoconf install...