• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Unable to install latest Plest 7.5.4 update

M

Mr. Jinx

Guest
I'm trying to install the latest updates for my plesk 7.5.4 installation.

This is the error I get:

Download file versions.inf3: 18%..100% done
Download file PSA_7.5.4/plesk-7.5.4-rhel3-i386.inf3: 100% done
Checking for system installed packages...done.
Check for components installation status
Reading system installed packages...done.
Download file plesk-7.5.4-rhel3-i386.hdr.gz: 57%..100% done
Download file plesk-7.5.4-rhel3-i386.hdr.gz: 24%..52%..81%..100% done
Resolve components
ERROR: Impossible do installation while package vzdummyrhas3-2.0-3.swsoft.i386 is installed in system

What does this mean?
 
Same problem here, but with self compiled PHP5 package.

Download file versions.inf3: 18%..100% done
Download file PSA_7.5.4/plesk-7.5.4-suse9.3-x86_64.inf3: 100% done
Checking for system installed packages...done.
Check for components installation status
Reading system installed packages...done.
Download file plesk-7.5.4-suse9.3-x86_64.hdr.gz: 35%..100% done
Download file plesk-7.5.4-suse9.3-x86_64.hdr.gz: 21%..69%..100% done
Resolve components
ERROR: Impossible do installation while package php5-5.0.3-14.18.x86_64 is installed in system

This is a self-compiled PHP 5.1.2 package, which is named to "php5-5.0.3-14.18.x86_64". Other file-names ends in the same error.

Thanks for your help!

Daniel Speicher
 
I am getting a similar error when trying to update. Could someone please address this issue?

Code:
Download file versions.inf3: 100% done
Download file PSA_7.5.4/plesk-7.5.4-rh9-i386.inf3: 26%..100% done
Checking for system installed packages...done.
Check for components installation status
Reading system installed packages...done.
Download file plesk-7.5.4-rh9-i386.hdr.gz: 16%..100% done
Download file plesk-7.5.4-rh9-i386.hdr.gz: 62%..100% done
Resolve components
ERROR: Impossible do installation while package php-pear-1:4.3.11-8.rh90.art.i386 is installed in system
 
I've found a workaround for this problem...

Just delete the entry for the specific rpm package in the rpm-db.

This solves this problem in my case...

rpm -e --justdb $packagename

Therefore the package does not exists for plesk, but it is installed...

Not that great, but you can use the plesk updater ;-)

For me it is no problem, because of I'm only using a self-compiled php5 fcgi, so it doesnt matter what php-version is also installed in the system!

Greetz

Daniel
 
ive the same problem as mentioned above.

logsnip

Files conflict detected: necessary package php-4.3.2-psa.rh9.1.i386 have file /usr/bin/pear which is also provided by package php-pear-1:4.4.2-3.rh90.art.i386 with different md5 sum, try to resolve this situation.
Unresolved files conflict: necessary package php-4.3.2-psa.rh9.1.i386 have the file /usr/bin/pear. Other package php-pear-1:4.4.2-3.rh90.art.i386 is provides the same file with different md5sum and there is no upgrade or obsolete solution, add to removable list php-pear
catch error with message: Impossible do installation while package php-pear-1:4.4.2-3.rh90.art.i386 is installed in system
ERROR: Impossible do installation while package php-pear-1:4.4.2-3.rh90.art.i386 is installed in system
Exit with ERROR status

DSpeicher, your solution wont work in this case (or i just dumb^^, maybe i dont understand the exact syntax for $packagename)

any hints?

sorry for my bad english
thanks

peter
 
Back
Top