configure: error: XML configuration could not be found

执行:

./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm

之后出现  

Running FastCGI Process Manager checks

checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for php-fpm log file path... $prefix/logs/php-fpm.log
checking for php-fpm pid file path... $prefix/logs/php-fpm.pid
checking for XML configuration
checking for xml2-config... no
checking for xml-config... no

configure: error: XML configuration could not be found

说明xml没有安装

执行:

yum -y install libxml2 libxml2-devel 

就解决了

时间: 2024-08-01 13:50:07

configure: error: XML configuration could not be found的相关文章

configure: error: Please fix the library issues listed above and try again错误解决方法

今天在编译安装rrdtool时,进行到[root@localhost rrdtool-1.4.8]# ./configure --prefix=/usr/local/rrdtool 报错如下: checking for glib_check_version in -lglib-2.0... yes checking glib.h usability... no checking glib.h presence... no checking for glib.h... no checking fo

configure: error: Perl Module Time::HiRes not available错误解决方法

编译安装pnp4nagios-0.6.21的时候提示如下错误信息: checking for getloadavg... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whethe

编译mysql提示错误:configure: error: No curses/termcap library found 解决方法

文章来源:   在编译Mysql时 ./configure –prefix=DIR 如果出现了以下错误: -- checking for tgetent in -ltermcap- no checking for termcap functions library- configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 apt-cache search curses | grep lib 如果没有安装

configure error:安装php时出现configure: error: Unable to find gd.h anywhere under,错误解决

在进行PHP开发环境源码安装时,在安装PHP-5.2.6是出现:configure: error: Unable to find gd.h anywhere under错误 解决方式: 1.在gd库的安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件 2.在网上搜索发现重装gd库可解决 3.重新安装gd库,在安装时出现:   configure.ac:64: error: possibly undefined macro: AM_ICONV  If this to

configure: error: Cannot find libmysqlclient under /usr/local/mysql.

执行下面语句: ./configure --prefix=/usr/local/php --with-config-file-path=/usr/local/php/etc --with-mysql=/usr/local/mysql  --with-mysqli=/usr/local/mysql/bin/mysql_config --with-iconv-dir=/usr/local --with-freetype-dir --with-jpeg-dir --with-png-dir --wit

随笔 - 141 文章 - 2 评论 - 289 Centos下安装apahce的configure: error: APR not found. Please read the documentation解决办法

今天从Apache官网上http://httpd.apache.org/下载httpd web服务器,由于我的虚拟机上之前安装过,我先yum remove httpd进行卸载,然后重新安装.我采用的是源码安装,先进行./configure --prefix=/usr/local/apahce  --enable-so ,提示以下错误: configure: error: APR not found. Please read the documentation. 解决办法 wget http://

Configure: error: freetype.h not found

Configure: error: freetype.h not found. 的解决办法 Configure: error: freetype.h not found. 的解决办法 CentOSyum install freetype-devel Debian apt-get install libfreetype6-dev 参考: http://rffan.info/4244 http://www.linuxidc.com/Linux/2011-01/31115.htm

checking for termcap functions library... configure: error: No curses/termcap li

在编译MySQL时./configure --prefix=DIR如果出现了以下错误: checking for tgetent in -ltermcap... no checking for termcap functions library... configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 编译安装ncurses-5.7.tar.gz, wget ftp://invisible-islan

shadowsock 编译-shadowsock编译出现configure: error: OpenSSL libraries not found

问题描述 shadowsock编译出现configure: error: OpenSSL libraries not found 我下载shadowsock的c语言版本,交叉编译,总是出现configure: error: OpenSSL libraries not found.,我手动安装了openssl,且lib文件有engines libcrypto.a libcrypto.so libcrypto.so.1.0.0 libssl.a libssl.so libssl.so.1.0.0 p