标签:升级 php5.3 php5.4 php centos
在配置zabbix3.0.3版本的时候,由于yum安装的环境php都是5.3版本,而zabbix最新版要求版本要大于5.4.这个时候我们就需要给现有的php升级
不升级的后果:
浏览器打开zabbix的时候,毛都么有!!!!!!
1、设置yum源
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -ivh remi-release-6.rpm
2、yum claean all
3、yum update php*
出现的故障现象及解决方案:
1、如果yum源里面的baseurl前面有#号,我们需要vim编辑去掉#
2、需要确认enable是否为1,不为1要修改为1
3、报错: Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
执行1步,同时给mirrorlist前面加#
本文出自 “圈中一鸟” 博客,请务必保留此出处http://sgk2011.blog.51cto.com/1551358/1827416
标签:升级 php5.3 php5.4 php centos
原文地址:http://sgk2011.blog.51cto.com/1551358/1827416