>백엔드 개발 >PHP 튜토리얼 >phpize报Cannot find autoconf. Please check your autoconf installation and the $PH

phpize报Cannot find autoconf. Please check your autoconf installation and the $PH

WBOY
WBOY원래의
2016-06-23 13:55:081020검색

# /usr/java/php5/bin/phpize


Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20050922
Zend Extension Api No:   220051025
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.


# rpm -qa|grep m4
m4-1.4.13-5.el6.x86_64

# rpm -qa|grep autoconf
autoconf-2.63-5.1.el6.noarch
m4和autoconf 已经安装完成。


phpinfo();  PHP_AUTOCONF    /usr/bin/autoconf    


为什么还是报找不到autoconf?


回复讨论(解决方案)

yum install gcc gcc-c++

yum install gcc gcc-c++



这个已经安装了,难道要先卸载 再安装吗

出现你这种情况的多了去了
到这里  http://www.baidu.com/s?wd=%24PHP_AUTOCONF&ie=utf-8 去对号入座吧

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
이전 기사:php如何读oracle다음 기사:submit提交的问题