• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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