Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Howto upgrade OEL to apache httpd 2.2.8 & PHP 5.2.9

osde8infoNov 10 2009 — edited Nov 12 2009
Howto upgrade OEL to apache httpd 2.2.8 & PHP 5.2.9

Add CentOS testing repo to yum.repos.d dir
[c5-testing]
name=CentOS-5 Testing 
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=testing
baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/
gpgcheck=1
gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing
enabled=1
priority=1
includepkgs=http*,mod*,php*
To prevent getting the error
Missing Dependency: /etc/enterprise-release is needed by package initscripts-8.45.30-2.0.1.el5.i386 (installed)
you may need to edit yum.conf and add
exclude=kernel* up2date* initscripts* centos-release*
Run yum
# yum clean all
# yum update php
But is there a better way to do this ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 10 2009
Added on Nov 10 2009
2 comments
2,572 views