Cannot find autoconf. Please check your autoconf installation

运行/usr/local/webserver/php/bin/phpize时出现:
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.
第一种方法是:
# cd /usr/src
# wget http://ftp.gnu.org/gnu/m4/m4-1.4.9.tar.gz
# tar -zvxf m4-1.4.9.tar.gz
# cd m4-1.4.9/
# ./configure && make && make install
# cd ../
# wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.62.tar.gz
# tar -zvxf autoconf-2.62.tar.gz
# cd autoconf-2.62/
# ./configure && make && make install
本人使用第二种更简单的办法:
# yum install m4
# yum install autoconf

时间: 2024-10-12 06:36:06

Cannot find autoconf. Please check your autoconf installation的相关文章

运行phpize时出现:Cannot find autoconf. Please check your autoconf installation

运行/usr/local/webserver/php/bin/phpize时出现:Configuring for:PHP Api Version: 20041225Zend Module Api No: 20060613Zend Extension Api No: 220060519Cannot find autoconf. Please check your autoconf installation and the$PHP_AUTOCONF environment variable. The

Please check your autoconf installation and the $PHP_AUTOCONF environment variable.

运行/usr/local/webserver/php/bin/phpize时出现: 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 envi

PhP 常见安装错误configure error xml2-config not found. please check your libxml2 installation

编译PHP的时候报错: 安装 PHP 5.4.3 报 configure error xml2-config not found. please check your libxml2 installation 错误 检查是否安装了libxm包 [[email protected] software]# rpm -qa |grep  libxml2  // 查看当前已经安装点包 libxml2-2.6.26-2.1.12 libxml2-python-2.6.26-2.1.12 重新安装libxm

configure: error: xml2-config not found. Please check your libxml2 installation

configure: error: xml2-config not found. Please check your libxml2 installation 参考文章:http://blog.csdn.net/anljf/article/details/6981247 安装php时的报错 checking libxml2 install dir... nochecking for xml2-config path... configure: error: xml2-config not fou

安装php时,configure: error: xml2-config not found. Please check your libxml2 installation

参考文章:http://blog.csdn.net/anljf/article/details/6981247 安装php时的报错configure: error: xml2-config not found. Please check your libxml2 installation. ? ? 检查是否安装了libxm包 [[email protected] php-5.3.8]# rpm -qa |grep? libxml2libxml2-2.6.26-2.1.12libxml2-pyth

jmeter安装启动报错:Not able to find Java executable or version. Please check your Java installation

1.xp安装jmeter后启动,出现下面错误,找了很多方法试了,都没有用: 2.最后找到一个方法解决了[感谢无名大神],在环境变量PATH中添加:%SystemRoot%/system32;%SystemRoot%; 3.可以正常启动了: 'findstr' 不是内部或外部命令,也不是可运行的程序或批处理文件.Not able to find Java executable or version. Please check your Java installation.errorlevel=2请

Linux安装PHP时报错:error: xml2-config not found. Please check your libxml2 installation

error: xml2-config not found. Please check your libxml2 installation 作者:淡淡de幸福 安装php时候,在configure后,又出现错误提示:error: xml2-config not found. Please check your libxml2 installation.错误原因:xml2-config这个文件没找到 错误:xml2-config不见了.请检查你的libxml2安装 与编译MySQL时相同,这是由于系

linux configure: error: xml2-config not found. Please check your libxml2 installation

问题出现: 下载并安装源码包的时候 问题包链接: php5.3.22源码包 问题引申: linux系统安装文件分为:源码包(tar.gz)和非源码包(rpm,deb,非源码的tar.gz),安装源码包需要进入解压目录.笔者解压目录为:/home/ccc/Downloads/php5.3.22 1. 使用cd命令进入php5.3.22后,查看文件夹内容,大部分都会存在INSTALL文件和README文件,在README文件中会有软件安装的详细步骤.在此很多和我一样的新手会犯同样的错误:不进入该解压

【问题解决方案】之 jmeter启动报错:Not able to find Java executable or version. Please check your Java installation

故事发生在云计算实验课上-- ** 故事发生在云计算实验课上-- Step 1 在Xshell中登录自己的cloud虚拟机后,<sudo su ->切换到root用户 Step 2 <~/tpcw/apache-tomcat-8.5.23/bin/startup.sh>启动虚拟机装好的TPC-W(an e-commerce website, which supports online shopping and payment) Step 3 Download Apache Jmet