Debian 4.0 etch,libssl.so.4 install problem.

pug123

Verified User
Joined
Feb 5, 2006
Messages
54
Location
Poland
Hello!

Install fails at some point on Debian Etch 4.0.
Openssl is installed.


Code:
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 597,754 (584K) [application/x-gzip]

100%[====================================>] 597,754      465.03K/s

16:10:24 (464.37 KB/s) - `/usr/local/directadmin/scripts/packages/squirrelmail-1.4.10a.tar.gz' saved [597754/597754]

./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

I saw few post erlier same problem but there was no fix to it.
Could you help mi to deal with it? The case is quite urgent:(

Thank you in advance..
 
# updatedb
# locate libssl.so

if you find a libsso.so file for a different vesrion, eg, /lib/libssl.so.6 (or libssl.so.5), then type:

#cd /lib
#ln -s libssl.so.6 libssl.so.4
 
# updatedb
# locate libssl.so

if you find a libsso.so file for a different vesrion, eg, /lib/libssl.so.6 (or libssl.so.5), then type:

#cd /lib
#ln -s libssl.so.6 libssl.so.4

Ok thanks for help it works:)
 
Back
Top