• 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

error upgrade 8.6 to 9.0

webjfg

Basic Pleskian
Hi i have this in my log when i try to upgrade

A dependency problem is found: required package psa-php4-cgi-4.3.10-1.x86_64 (t 0x1f5bf10 source=0xee8ab0 P:3 R:12) conflicts with php-cli-5.2.6-1.el4.art.x86_64 (s 0xd584b0 source=0xd030e0 P:10 R:33). No upgrade or obsolete solution was found for php-cli. Try to add php-cli to removable list.Problem occured during searching conflicts for package psa-php4-cgi-4.3.10-1.x86_64 (t 0x1f5bf10 source=0xee8ab0 P:3 R:12)ERROR: Unable to proceed with the installation until the package php-cli-5.2.6-1.el4.art.x86_64 (s 0xd584b0 source=0xd030e0 P:10 R:33) is removed from the system.
Not all packages were installed.
Please, resolve the above problem and try installing the packages again.
If you cannot resolve the problem on your own, contact product technical support for assistance.

i upgrade from the lattest 8.6 with all patch and use CentOS 4

thank you
 
NPs glad it fixed it for you...

As long as you remove a package with nodeps you can always put it back afterwards. But in plesk case it will make sure you got php installed and what is necessary to run.

A yum update afterwards will update any older packages.
 
rpm -qa | grep php-*-5*
rpm -e --nodeps <package>

Thanks for the tip
 
Back
Top