CentOS7 安装PHP提示如下错误

2024年11月15日 20:56
有3个网友回答
网友(1):

你可以使用下面的方法

首先配置yum源

# yum install epel-release
# rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm

使用yum list命令查看可安装的包(Packege)。

# yum list --enablerepo=remi --enablerepo=remi-php56 | grep php

安装PHP5.6

yum源配置好了,下一步就安装PHP5.6。

# yum install --enablerepo=remi --enablerepo=remi-php56 php php-opcache php-devel php-mbstring php-mcrypt php-mysqlnd php-phpunit-PHPUnit php-pecl-xdebug php-pecl-xhprof

用PHP命令查看版本。

# php --version

网友(2):

更新一下yum源,好像是提示安装包不够,你一个一个的安装试试,看看缺少那些包在去对应的下载就可以了

网友(3):

系统找不到安装包路径……建议更新系统中的安装包下载路径表