Upgrading to PHP5 on RHEL4 Ensim Pro X for Linux

1.Remove php 4.3.9 rpms

# rpm -qa | grep -i php | grep 4.3.9 | xargs rpm -e –nodeps

2.Upgrade / install libc-client using yum or up2date

# yum install libc-client or up2date libc-client

3.Download all php5 rpms from ftp://ftp.digitalus.nl/ensim_php5/

4.Install all php5 rpms

# rpm -ivh –nodeps *.rpm

5.Edit /etc/virtualhosting/filelists/apache.sh and add following lines

N:S,rpm:php-domxml
N:S,rpm:php-xml
N:S,rpm:libc-client

6.Run ensim through maintenance

set_pre_maintenance
set_maintenance
set_post_maintenance
service epld restart

Reference : http://parallels.com/

One Response to “Upgrading to PHP5 on RHEL4 Ensim Pro X for Linux”

  1. 1headphoneson 12 Jan 2022 at 10:24 pm

    3marbles…

Trackback URI | Comments RSS

Leave a Reply

You must be logged in to post a comment.