• 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.

9.5.4 Update fail

GuillaumeH

Basic Pleskian
When trying to apply an 9.5.4 update, it end up with the following errors:

...
The requested package "psa" could not be installed.
Searching problems for the "psa" package.
No suitable solutions were found for the "libkrb5.so.3()(64bit)" dependency.
The "krb5-libs-1.6.1-36.el5_5.6.x86_64" package resolves "libkrb5.so.3()(64bit)".
Could not add package glibc-2.5-58.el5_6.3.i686to the list of required packages.Problem occured during searching directly resolved dependencies for 'rtld(GNU_HASH)' of package plesk-base-9.5.4-cos5.build95101209.08.x86_64 Error: Unable to install the "psa-9.5.4-cos5.build95101209.08.x86_64" package.
Not all packages were installed.
...
 
What is OS version where you have tried update Plesk?
It looks like you have installed two version of krb5-libs - x86 and x86_64. Try to remove x86 version if you have 64 bit OS version.
 
Hi,

Try installing krb5-libs via yum. I am on Centos 5.6 x64 and it works like a charm :

[root@aaaa ~]# cat /usr/local/psa/version
9.5.4 CentOS 5 95101209.08
[root@aaaa ~]# cat /etc/issue
CentOS release 5.6 (Final)
Kernel \r on an \m

[root@aaaa ~]# uname -a
Linux xxxx.coom 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@aaaa ~]# rpm -aq |grep krb
krb5-libs-1.6.1-55.el5_6.1
krb5-libs-1.6.1-55.el5_6.1
[root@aaaa ~]#
 
but krb5-libs is already installed:

[root@server2 ~]# rpm -aq |grep krb
pam_krb5-2.2.14-18.el5
krb5-workstation-1.6.1-55.el5_6.1
krb5-libs-1.6.1-55.el5_6.1

Still having problems to last 9.5.4 version

[root@server2 ~]# cat /usr/local/psa/version
9.5.4 CentOS 5 95101209.05
 
Back
Top