Help: CentOS 5 install problem (libssl.so.4 missing)
I just tried to install DA on a CentOS 5 machine (32bit).
After the install I get this message:
What has gone wrong? And how should I fix it?
I did check check the /lib:
I tried:
ln -s libssl.so.6 libssl.so.4
ln -s libcrypto.so.6 libcrypto.so.4
service directadmin start
And it starts, but DA dies silently, no logs, nothing...
Any tips?
I just tried to install DA on a CentOS 5 machine (32bit).
After the install I get this message:
*************************************
* *
* All parts have been installed *
* *
*************************************
Type: /sbin/service httpd restart
cp: `/var/www/html/squirrelmail/data' and `/var/www/html/squirrelmail-1.4.9a/data' are the same file
./directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
* *
* All parts have been installed *
* *
*************************************
Type: /sbin/service httpd restart
cp: `/var/www/html/squirrelmail/data' and `/var/www/html/squirrelmail-1.4.9a/data' are the same file
./directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
./directadmin: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
What has gone wrong? And how should I fix it?
I did check check the /lib:
ls -al /usr/lib | grep libssl
-rwxr-xr-x 1 root root 172364 Apr 9 08:36 libssl3.so
-rw-r--r-- 1 root root 437056 Mar 14 11:56 libssl.a
lrwxrwxrwx 1 root root 26 May 15 15:57 libssl.so -> ../../lib/libssl.so.0.9.8b
-rwxr-xr-x 1 root root 172364 Apr 9 08:36 libssl3.so
-rw-r--r-- 1 root root 437056 Mar 14 11:56 libssl.a
lrwxrwxrwx 1 root root 26 May 15 15:57 libssl.so -> ../../lib/libssl.so.0.9.8b
I tried:
ln -s libssl.so.6 libssl.so.4
ln -s libcrypto.so.6 libcrypto.so.4
service directadmin start
And it starts, but DA dies silently, no logs, nothing...
Any tips?
Last edited: