php sorry_ i cannot run apxs,Linux运维知识之Linux PHP安装遇见的问题及解决方案

本文主要向大家介绍了Linux运维知识之Linux PHP安装遇见的问题及解决方案,通过具体的内容向大家展现,希望对大家学习Linux运维知识有所帮助。

遇到的问题与解决方案

问题一:

报以下错误

./configure以下错误发生

Sorry, I cannot run apxs.  Possiblereasons follow:

1. Perl is not installed

2. apxs was not found. Try to pass the path using--with-apxs2=/path/to/apxs

3. Apache was not built using --enable-so (the apxs usage page isdisplayed)

解决方法:指定正确的apxs路径

1.查找apxs路径

# whereis apxs

apxs:

说明系统没有安装apxs扩展工具

2.安装apxs

# yum install httpd-devel

3.查找apxs路径

# whereis apxs

apxs: /usr/sbin/apxs /usr/share/man/man8/apxs.8.gz

apxs安装成功

问题二:

报以下错误

安装apxs以下错误发生:

Package cyrus-sasl-plain needs cyrus-sasl-lib = 2.1.22-4, thisis not available.

解决方法:

# yum -y install cyrus*

之后再次安装apxs

问题三:

报以下错

再次./configure以下错误发生

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

解决方法:

安装libxml2

# yum install libxml2-devel

【问题四:=====================================================】

hecking libxml2 install dir... no

checking for xml2-config path... /usr/bin/xml2-config

checking whether libxml build works... no

configure: error: build test failed.  Pleasecheck the config.log fordetails.

解决方法:

# yum erase zlib-devel

# yum install zlib-devel

# yum install libxml2-devel

[root@node1 ~]#  ./configure --prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs

# make && make install

【问题5。。。。。。。。。。。。。。。。。。。。。】

configure: error: mcrypt.h not found.Please reinstall libmcrypt.

解决方法:

解决办法一

1、安装第三方yum源

wgethttp://www.atomicorp.com/installers/atomic

sh ./atomic

2、使用yum命令安装

yum  install  php-mcrypt libmcrypt  libmcrypt-devel

本文由职坐标整理并发布,希望对同学们有所帮助。了解更多详情请关注系统运维Linux频道!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值
>