• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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