• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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