Symptoms

I started a Parallels Plesk Automation installation/update, but it failed with one of the following errors:

1. Find directly required packages for apr-1.4.6-12070410.x86_64
Package installation apr-1.4.6-12070410.x86_64
error: Failed dependencies:
        libapr-1.so.0 is needed by (installed) apr-util-1.2.7-11.el5_5.2.i386
        libapr-1.so.0 is needed by (installed) subversion-1.6.11-11.el5_9.i386

2. Transaction Check Error: package python-crypto-2.0.1-5.el5.x86_64 (which is newer than python-crypto-2.0.1-1.el5.rf.i386) is already installed

Cause

Such behavior is considered to be a software issue whose internal request ID is TP-141091. The issue has been fixed in PPA 11.5.

The root cause of the issue is in the PPA 11.1 logic. It uses its own OS repository for Centos 5.

Resolution

  1. Remove the already installed packages with failed dependencies from the RPM database:

    #rpm -e --nodeps --justdb <package name>
    
  2. Restart the product installation.

Internal content