• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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