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

new install of 12.0 fails on Centos 6

AndyMG

New Pleskian
Hi

I am trying to install Plesk 12.0 on fresh CentOS 6 (64bit). It goes as far as initialising the databases and then moans about missing files:

/usr/bin/sw-engine: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file or directory

I then install libpng
$ yum install libpng.x86_64

Re-run installer and hits next error - libfreetype:
/usr/bin/sw-engine: error while loading shared libraries: libfreetype.so.6: cannot open shared object file: No such file or directory

I have CentOS-base repo and Epel repo enabled.

Why are those files not being installed as dependencies by Plesk? Is this a bug ?
 
Next issue seems to be:

Running rpm_check_debug
Fatal error during packages installation: Test Transaction Errors: package nss-softokn-freebl-3.14.3-12.el6_5.x86_64 (which is newer than nss-softokn-freebl-3.14.3-10.el6_5.i686) is already installed
 
Just incase anyone comes here - a Base CentOS install works fine, it must have been the epel repo or an issue with yum that stopped it working
 
Back
Top