Page 1 of 1

php transaction check error

Posted: Wed Oct 12, 2011 2:29 pm
by westcoastJay
Hello,

I have installed a new server running Centos 5.7 with a 64 bit kernel and Plesk 10.3.1. It is to replace a Centos 5.4 Plesk 9.3.x server. I would like to migrate the 200 domains hosted and I'm worried that php 5.3 will cause my customers problems. Using atomic repos http://www.atomicorp.com/mirrorlist/ato ... -$basearch and yum update php* --exclude=php*5.3* I try to install php-5.2 and get Transaction Check Error:

file /usr/share/man/man1/php.1.gz from install of php-cli-5.2.17-1.el5.art.i386 conflicts with file from package php-cli-5.1.6-27.el5_5.3.x86_64
file /etc/httpd/conf.d/php.conf from install of php-5.2.17-1.el5.art.i386 conflicts with file from package php-5.1.6-27.el5_5.3.x86_64
file /etc/php.ini from install of php-common-5.2.17-1.el5.art.i386 conflicts with file from package php-common-5.1.6-27.el5_5.3.x86_64

If I try and remove the php-cli and php-common prior to upgrade they get a dependency error with psa-configurator, is there any way around this?

Thank you for your help

Re: php transaction check error

Posted: Wed Oct 12, 2011 4:55 pm
by scott
thats happening because you've got both the i386 and x86_64 versions installed at the same time. Try removing the i386 ones and see if that helps

Re: php transaction check error

Posted: Wed Oct 12, 2011 9:36 pm
by westcoastJay
It took a bit of work, but it's all good. Ended up removing everything and starting over.

Thanks for the help,