• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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