• 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

Issues with installing Plesk Panel

KyleDude

New Pleskian
Server OS: CentOS 6.3(Final) 64bit
Plesk Panel: v11

Hey Everyone,

I'm just having an issue with installing Plesk Panel and I just can't figure out what is the issue. I downloaded the Panel software, cmod it, and the I ran this command in SSH...

./parallels_installer_v3.12.0_build120601.16_os_CentOS_6_i386

And it gave out an error...

./parallels_installer_v3.12.0_build120601.16_os_CentOS_6_i386: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory

Does anyone have an idea what can be the issue? I did yum update already, rebooted the server. Nothing else.

Thanks!
 
Do you have openssl installed?

rpm -q openssl
openssl-1.0.0-20.el6_2.5.x86_64

I have in my /usr/lib64

lrwxrwxrwx. 1 root root 15 Jul 22 2012 /usr/lib64/libssl.so.10 -> libssl.so.1.0.0
lrwxrwxrwx. 1 root root 18 Jul 22 2012 /usr/lib64/libcrypto.so.10 -> libcrypto.so.1.0.0

if not try,

ln -sf /usr/lib64/libssl.so.1.0.0 /usr/lib64/libssl.so.1.0.0
ln -sf /usr/lib64/libcrypto.so.1.0.0 /usr/lib64/libcrypto.so.1.0.0
 
You try to run i386 binary in x86_64 box. You should download x86_64 version of parallels installer
 
Back
Top