• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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