当前位置: 代码迷 >> 综合 >> [php] Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environme
  详细解决方案

[php] Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environme

热度:89   发布时间:2023-12-15 04:18:02.0
问题

在 centos 中,对 php 扩展进行编译安装时,出现下面的提示

Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.

解决方法
yum install autoconf
  相关解决方案