• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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