Trying to upgrade to PHP 5 on Plesk 8.3.0
Posted: Thu Jan 03, 2008 4:55 pm
So I've read and read and read about trying to get PHP installed. I have Plesk 8.3.0 on RHEL4. I have the atomic repositories set and am trying to update php. I can't use yum b/c of some proxy/firewall issues, but up2date seems to be running OK.
Results in
So I try:
and get
I can't find anything about upgrading php-domxml. Any advice?
Thanks.
Code: Select all
up2date php --dry-run
Code: Select all
Name Version Rel
----------------------------------------------------------
php 5.2.5 2.el4.art i386
Unresolvable chain of dependencies:
php-domxml-4.3.9-3.22.9 requires php = 4.3.9-3.22.9
php-pear-4.3.9-3.22.9 requires php = 4.3.9-3.22.9
Code: Select all
up2date php-pear --dry-run
Code: Select all
Name Version Rel
----------------------------------------------------------
php-pear 1.5.0 5.el4.art noarch
Unresolvable chain of dependencies:
php-domxml-4.3.9-3.22.9 requires php = 4.3.9-3.22.9
The following packages were added to your selection to satisfy dependencies:
Package Required by
----------------------------------------------------------------------------
php-common-5.2.5-2.el4.art.i386 php-5.2.5-2.el4.art php-common
php-common-5.2.5-2.el4.art.i386 php-cli-5.2.5-2.el4.art php-common
Thanks.