Page 1 of 1

Can't upgrade to Plesk 11

Posted: Thu Feb 07, 2013 2:02 am
by jpkelly
When trying to upgrade Plesk 10.4.4 to 11.0.9 I get the following errors:
CentOS 5 MediaTemple DV4

Code: Select all

ERROR: Unable to install the "plesk-base-11.0.9-cos5.build110120608.16.x86_64" package.

The following could cause the installation failure:
1) plesk-base-11.0.9-cos5.build110120608.16.x86_64: No suitable solutions were found
for the "sw-engine >= 2.5.1" dependency.

2) sw-engine-2.5.1-201206041748.centos5.x86_64: No suitable solutions were found
for the "libaps.so.1()(64bit)" dependency.

3) Unable to downgrade 'libaps' package to version 1.0.2-669424.11062311:
version 1.0.4-768202.12060417 is currently installed.

4)libaps-1.0.4-768202.12060417.x86_64: No suitable solutions were found
for the "libxml2.so.2()(64bit)" dependency.
Any ideas on how to address this?

Re: Can't upgrade to Plesk 11

Posted: Thu Feb 07, 2013 3:24 pm
by prupert
We encountered the same problem, it is caused by a glitch in the dependency checking during the update process.

A work-around:

Remove the asl-libxml2 package before the Plesk upgrade:

Code: Select all

rpm -e –-nodeps asl-libxml2
Install it again after the Plesk upgrade (or earlier if you dare):

Code: Select all

yum install asl-libxml2