• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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