• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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