• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

unable to update plesk - package conflict zend-guard

BunyaminV

New Pleskian
my autoupdate fails, then i started autoinstaller in CLI

/usr/local/psa/admin/sbin/autoinstaller

the result is:

ERROR: Unable to proceed with the installation until the package php-zend-guard-loader-5.5.0-3.el5.art.x86_64 is removed from the system.
Not all packages were installed.
Please resolve this issue and try installing the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.

then i do this:

yum install php-zend-guard-loader-5.5.0-3.el5.art.x86_64

and the result is:
Setting up Install Process
Package php-zend-guard-loader-5.5.0-3.el5.art.x86_64 already installed and latest version
Nothing to do

what must i do?
 
Try to remove php-zend-guard-loader-5.5.0-3.el5.art.x86_64 package with something like

rpm -e --nodeps --justdb php-zend-guard-loader-5.5.0-3.el5.art.x86_64
 
--justdb option will just remove package from rpm database.
 
Back
Top