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

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