I'm trying to upgrade from PHP 4 to PHP 5 using this tutorial:
http://www.lunarforums.com/vps_hosting_at_lunarpages/php_and_mysql_upgrade_tutorial_for_vps_container_with_centos4-t53224.0.html
but I am getting errors...
When I try to install yum using this command:
rpm -ihv --nodeps http://mirror.centos.org/centos-4/4/os/i386/CentOS/RPMS/yum-2.4.3-4.el4.centos.noarch.rpm
I get this error:
file /usr/lib/python2.3/site-packages/yum/mdcache.pyc from install of yu
m-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/mdparser.pyc from install of y
um-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/misc.pyc from install of yum-2
.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/packages.pyc from install of y
um-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/pgpmsg.pyc from install of yum
-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/plugins.pyc from install of yu
m-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/repos.py from install of yum-2
.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/repos.pyc from install of yum-
2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/sqlitecache.pyc from install o
f yum-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/sqlitesack.pyc from install of
yum-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/lib/python2.3/site-packages/yum/transactioninfo.pyc from insta
ll of yum-2.4.3-4.el4.centos conflicts with file from package yum-2.4.3-3.el4.ce
ntos
file /usr/share/yum-cli/callback.pyc from install of yum-2.4.3-4.el4.ce
tos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/cli.pyc from install of yum-2.4.3-4.el4.centos
onflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/i18n.pyc from install of yum-2.4.3-4.el4.centos
conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/output.pyc from install of yum-2.4.3-4.el4.cent
s conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/progress_meter.pyc from install of yum-2.4.3-4.
l4.centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/pullheaders.pyc from install of yum-2.4.3-4.el4
centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/serverStuff.pyc from install of yum-2.4.3-4.el4
centos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/shell.pyc from install of yum-2.4.3-4.el4.cento
conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/translate.pyc from install of yum-2.4.3-4.el4.c
ntos conflicts with file from package yum-2.4.3-3.el4.centos
file /usr/share/yum-cli/yummain.pyc from install of yum-2.4.3-4.el4.cen
os conflicts with file from package yum-2.4.3-3.el4.centos
[root@vps ~]#
Has anyone had this problem when upgrading?