php transaction check error

Support/Development for PHP
westcoastJay
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 12, 2011 2:08 pm
Location: Vancouver

php transaction check error

Unread post 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
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: php transaction check error

Unread post 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
westcoastJay
New Forum User
New Forum User
Posts: 2
Joined: Wed Oct 12, 2011 2:08 pm
Location: Vancouver

Re: php transaction check error

Unread post by westcoastJay »

It took a bit of work, but it's all good. Ended up removing everything and starting over.

Thanks for the help,
Post Reply