error while loading shared libraries: libssl.so.10

pardis

New member
Joined
Dec 8, 2016
Messages
3
after run following command directadmin stopped and not run :

Code:
  408  cd /usr/local/directadmin/custombuild
  409  nano options.conf
  410  yum install nano
  411  nano options.conf
  412  ./build set php1_release 7.0
  413  ./build update
  414  ./build php d

error :

Code:
Stopping DirectAdmin:                                      [FAILED]
Starting DirectAdmin: /usr/local/directadmin/directadmin: error while loading shared libraries: libssl.so.10: cannot open shared object file: No such file or directory
                                                           [FAILED]

OS : centos 6 /64
Guide Please ...
 
Hello,

Upgraded OpenSSL?

Code:
openssl version
?

Code:
rpm -qa | grep openssl
?

You might need to re-install it...

Code:
yum reinstall openssl
?

and try to start directadmin once more.
 
Code:
[root@server directadmin]# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013
[root@server directadmin]# rpm -qa | grep openssl
openssl098e-0.9.8e-20.el6.centos.1.x86_64
openssl-1.0.1e-57.el6.x86_64
openssl-devel-1.0.1e-57.el6.x86_64

reinstalling not helped ...
 
Back
Top