• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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