• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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