您的位置:首页 > 编程语言 > PHP开发

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

2017-02-09 16:37 603 查看

问题

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


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

解决方法:

yum install autoconf
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  php