運(yùn)行phpize時(shí)出現(xiàn):Cannot find autoconf. Please check your autoconf installation
運(yùn)行/usr/local/webserver/php/bin/phpize時(shí)出現(xiàn):
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.
根據(jù)網(wǎng)上的解決辦法是:
Java代碼- 1.yum install m4
- yum install m4
復(fù)制代碼 Java代碼- 1.yum install autoconf
- yum install autoconf
復(fù)制代碼 php的GD擴(kuò)展支持 http://jimingsong.iteye.com/blog/1181654
|