Directadmin Service does not start!!!

sudo

New member
Joined
Dec 3, 2014
Messages
1
Hi,
I wanted to update the service,So I got into the panel and update it! But After a few minutes of down directadmin service!
I did all the things that are listed below but But my problem is not solved :(
note: i'm using directadmin on the Centos 6 X64Bit with Internal License

- yum upgrade -y
- yum install glibc.i686 libssl
- yum install libcom_err-devel libcom_err
- yum install gcc gcc-c++ openssl-devel libstdc++-devel
- ln -sf /usr/lib64/libssl.so.10 /usr/lib64/libssl.so.6
- ln -sf /usr/lib64/libcrypto.so.10 /usr/lib64/libcrypto.so.6

- yum install openssl openssl-devel libstdc++
- cd /usr/local/directadmin ; wget --no-check-certificate -O update.tar.gz 'https://www.directadmin.com/cgi-bin/daupdate?redirect=ok&uid=UserID&lid=ClientID'
in the end , i see: :mad:

Code:
service directadmin restart
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]

Please help me! :confused:
Thank you
 
Back
Top