CentOS5.2安装比较新的php
作者 佚名技术
来源 Linux系统
浏览
发布时间 2012-05-16
洋领导说要用centos 还要比较新的yum出来的php 给了个 [url]http://blog.famillecollet.com/pages/Config-en[/url] 看了下 猜着做了一把.没敢试呢 先记录下来 1. 安装remi-release包 wget [url]http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-2.noarch.rpm[/url] wget [url]http://rpms.famillecollet.com/el5.i386/remi-release-5-4.el5.remi.noarch.rpm[/url] rpm -Uvh remi-release-5*.rpm epel-release-5*.rpm 2. 配置YUM cd /etc/yum.repos.d wget [url]http://rpms.famillecollet.com/remi-enterprise.repo[/url] /etc/yum.repos.d里面,另外有一个remi.repo,和remi-enterprise.repo实际是一样的. 3. 安装PHP 5.2.5 yum --enablerepo=remi install php 升级: yum --enablerepo=remi update php* 第一次安装、升级的时候,需要Remi相应的GPG Key: wget [url]http://rpms.famillecollet.com/RPM-GPG-KEY-remi[/url] rpm --import RPM-GPG-KEY-remi4. 重启动Httpd sudo /etc/init.d/httpd graceful |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: centos4.7升级到centos5.2下一篇: iphone真正进入DFU模式
关于CentOS5.2安装比较新的php的所有评论