• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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