PHP-FPM安装报错解决

Posted Travel the world

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP-FPM安装报错解决相关的知识,希望对你有一定的参考价值。

php源码安装

setenforce 0
--------------------------------------------------------------------
安装php时的报错
checking libxml2 install dir... no
checking for xml2-config path...
configure: error: xml2-config not found. Please check your libxml2 installation.

检查是否安装了libxm包
[[email protected] php-5.3.8]# rpm -qa |grep libxml2
libxml2-2.6.26-2.1.12
libxml2-python-2.6.26-2.1.12

重新安装libxml2和libxml2-devel包
yum install libxml2
yum install libxml2-devel -y

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

[[email protected] php-5.3.8]# find / -name "xml2-config"
/usr/bin/xml2-config

如果存在的话重新安装php
[[email protected] php-5.3.8]# ./configure

---------------------------------------------------------------------------
安装mcrypt时间报错
[[email protected] ~]# tar zxf mcrypt-2.6.8.tar.gz -C /usr/src/
[[email protected] ~]# cd /usr/src/mcrypt-2.6.8/
[[email protected] mcrypt-2.6.8]# export LD_LIBRARY_PATH=/usr/local/lib
:$LD_LIBRARY_PATH
[[email protected] mcrypt-2.6.8]# ./configure
[[email protected] mcrypt-2.6.8]# make && make install




















以上是关于PHP-FPM安装报错解决的主要内容,如果未能解决你的问题,请参考以下文章

mac 自带php-fpm开启报错归纳

nginx 报错 connect() failed (111: Connection refused) while connecting to upstream

docker-compose启动php-fpm报错问题

centos7 安装nginx和php5.6.25遇到 无法访问php页面 报错file not found 问题解决

LNMP安装后子域名访问工程报错502 Bad Gateway

php报错: