编程语言
首页 > 编程语言> > php编译扩展库时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF envi

php编译扩展库时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF envi

作者:互联网

php编译扩展库时报错:Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF environment variable. Then, rerun this script.     解决方案:
  1. yum install m4
  2. yum -y install autoconf
 

标签:PHP,script,Please,your,autoconf,check
来源: https://www.cnblogs.com/WackMr/p/10929877.html