Centos

在centos 6.5上升級php版本

  • March 16, 2015

在目前堆棧上,我 hv centos 6.5(64 位),PHP 5.3 可用。

我是 linux 新手,需要將 php 升級到 PHP 5.5。

嘗試以下但返回錯誤:

wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm

然後在remi-php55( in /etc/yum.repos.d/remi.repo)部分

enabled=1yum clean all

yum update -y

這返回的錯誤粘貼在以下 pastebin http://pastebin.com/ehuHibhy

並且 php 沒有升級,任何解決方法如何實現這一點?

編輯1:

啟用 remi repo 和 remi-php55 會導致刪除 php repo 錯誤。

更新跟踪: http: //pastebin.com/J8sN5Z9Z

但是,PHP 版本尚未升級。

您啟用了 remi-php55 儲存庫,但這取決於也啟用了 remi 儲存庫。您還需要啟用此功能。

當您安裝了 cPanel 或 Plesk 時,您真的不應該嘗試像這樣升級單個組件。他們控制伺服器的所有方面,您應該按照他們支持的方式升級 PHP。

引用自:https://serverfault.com/questions/675810