PhP 常见安装错误configure error xml2-config not found. p

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

sendos 5.5 安装 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

重新安装libxml2和libxml2-devel包, yum安装的时候发现新版本会提示更新,需要更新的可以更新,不要跳过就行了。

[[email protected] /]# yum install libxml2

[[email protected] /]# yum install libxml2-devel -y

安装完之后查找xml2-config文件是否存在

[[email protected] /] # find / -name "xml2-config"

/usr/bin/xml2-config

如果存在的话重新安装php

[[email protected]  php-5.4.3]# ./configure

[[email protected]  php-5.4.3]# make

[[email protected]  php-5.4.3]# make install

安装好php后别忘了配置下php.ini 文件,

[[email protected] php-5.4.3]# cp php.ini-production /usr/local/lib/php.ini

也可以直接在 make install 后面加一个编译参数 --with-config-file-path=/usr/local/php/etc 指定自己的php.ini路径 然后从源码里面 cp过去php.ini 源码里面有个php.ini-development和php.ini-production 如果不是本地调试模式的 选择后者

时间: 2024-10-10 14:24:44

PhP 常见安装错误configure error xml2-config not found. p的相关文章

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

ngingx安装错误 ./configure: error: the HTTP rewrite module requires the PCRE library.

有时候,我们需要单独安装nginx,来处理大量的下载请求.单独在Centos5安装nginx遇到的rewrite和HTTP  cache错误解决办法: wget http://nginx.org/download/nginx-0.8.33.tar.gztar -zxvf nginx-0.8.33.tar.gz cd nginx-0.8.33./configure --prefix=/usr/local/nginx 安装Nginx时报错 ./configure:  error: the HTTP 

安装php:configure: error: libpng.(a|so) not found解决办法

今天在安装PHP的时候. ./configure --prefix=/usr/local/php5 --with-gd --with-zlib --with-mysql=/usr/local/mysql/ --with-config-file-path=/usr/local/php5 --enable-mbstring --enable-fpm 先是报出如下错误: configure: error: libxml2-config not found,check your libxml2 inst

mysql-python 安装错误 fatal error C1083: Cannot open include file: 'config-win.h': No such file or directory

安装mysql-python之前, 请先安装setuptools. https://pypi.python.org/pypi/setuptools/7.0 下载mysql-python. 下载源码包. https://pypi.python.org/pypi/MySQL-python/1.2.5 解压后执行 python setup.py install 提示错误: fatal error C1083: Cannot open include file: 'config-win.h': No s

PyCurl 安装错误, ERROR: Command errored out with exit status 10: command: '...

原因分析:PyCurl 安装错误,需要安装 PyCurl 库(PyCurl 是一个Python接口,是多协议文件传输库的 libcurl.类似于urllib Python模块,PyCurl 可以用来从Python程序获取 URL 所标识的对象) 解决方法:访问 https://www.lfd.uci.edu/~gohlke/pythonlibs/#pycurl ,下载对应的 wheel 文件, 比如我是 Windows 7 64位,Python 3.7.3,则下载 pycurl-7.43.0.3

zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法

如题所示,在CentOS6.x的系统中安装zabbix3.x,使用了以下的编译命令: ./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: [[email protected] za

SQL Server 2012安装错误:Error while enabling Windows feature: NetFx3, Error Code: -2146498298

最近在安装SQL server 2012时,碰到错误:Error while enabling Windows feature: NetFx3, Error Code: -2146498298.原本以为Windows 2012配上SQL server 2012应该是一路顺畅才对啊.下面是这个问题的描述及解决方案. 1.安装环境 OS:Windows 2012 data center版本 SQL:SQL server 2012 Enterprise 2.故障描述 3.故障解决 经查,该问题是由于未

extmail 服务器搭建以及常见安装错误

extmail搭建文档 参考: http://wiki.extmail.org 一.系统环境 系统:centos 5.11_86 (因为该软件对64位系统支持不够,建议32位系统) 服务:HTTP.MySQL 二.yum源准备 vim /etc/yum.repos.d/EMOS-Base.repo 加入以下内容: # EMOS-Base.repo # # Created by ExtMail Dev Team: http://www.extmail.org/ # # $Id$ [EMOS-bas

安装postgreSQL出现configure:error:readline library not found解决方法

要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能. #yum install readline; #yum install readline-dev; readline 也就是命令行编辑,关闭的话,你直接用psql 就不能编辑命令行,如果输错指令,不能回滚命令历史记录,只能手工重新输入. 在安装postgreSQL的过程中遇到一个问题,在执行 configure 过程中报以下错误,configure: