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

libssl.so error on install

S

Sawffen

Guest
When running Plesk 8.1 for Fedora 4 I get the following error:


./plesk_auto_installer: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory
 
Search rpmfind.net for krb5-libs-1.4.1-5 and openssl-0.9.7f-7.10
Download the two rpms for your architechture.

rpm -i --force krb5-libs-1.4.1-5.[i386].rpm
rpm -i --force openssl-0.9.7f-7.10.[i386].rpm

and then you need

wget ftp://rpmfind.net/linux/fedora/core/updates/4/i386/rpm-libs-4.4.1-23.i386.rpm
rpm -i rpm-libs-4.4.1-23.i386.rpm

then run ./psa-installer....
and then we need libcrypto.so.4


Damned this looks more like rocket sience than software installation
 
I'll give up, I'll find another CP this is to ****ed up at version 8.1
 
Back
Top