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

Resolved upgrade to Onyx fails (liblog4cplus required)

roadrash

Basic Pleskian
Have Plesk 12.5.30 Update #53 on CentOS 6.8 and ried upgrade to Onyx 17.0.17 through commandline, because via panel fails:

wget https://installer.plesk.com/plesk-installer

chmod +x plesk-installer

./plesk-installer

After a while:

Exception: Failed to solve dependencies:
plesk-lmlib-0.2.3-centos6.825.16102518.x86_64 requires liblog4cplus-1.1.so.9()(64bit)

ERROR: The Yum utility failed to install the required packages.

Anyone knows what's missing?
THanks.
 
As you can see this library is a part of log4cplus package.

# rpm -qf /usr/lib64/liblog4cplus-1.1.so.9
log4cplus-1.1.2-centos7.16071418.x86_64

Install it with

# yum install log4cplus

Then start Plesk upgrade.
 
I found out, that with "yum install log4cplus" then it takes the 1.1.1-1 version from Epel.
Think that is not OK.
From what repo should it come with yum ?? (in CentOS 6 )
 
# rpm -qi log4cplus | grep Vendor
Vendor : Plesk

So, this package from Plesk repo.
 
Back
Top