技術(shù)文檔
安裝php擴(kuò)展的報錯,提示:Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script
如圖:
出現(xiàn)原因:缺少 autoconf 組件的依賴
解決方案:CentOS|RedHat系列:
yum install autoconf -y
Ubuntu|Debian系列:
apt-get update-yapt-get install autoconf2.13 -y
標(biāo)簽: