On Tue, May 28, 2002 at 12:43:47PM -0400, Kurtis McDowell wrote: > Hello, > > What have I done wrong.. I am running Mandrake Linux V8.2 with OpenSSL > V0.9.6C > I get the following error. > > error while loading shared libraries: libssl.so.2: cannot open shared > object file: No such file or directory > > can someone please enlighten me... Thanks. > > Kurtis > > > OpenSSL> version > OpenSSL 0.9.6c 21 dec 2001 > OpenSSL>
I haven't libssl.so.2 so on, but: libssl.so -> libssl.so.0 libssl.so.0 -> libssl.so.0.9.6 libssl.so.0.9.6 Everything works fine. I dont'n know Mdk, but maybe package wasn't install correctly? Mayby uoy have any broken symlinks? Check them, and if you will find nothing, try symlink libssl.so.2 direct to openssl shared library (it's libssl.so.0.9.6 in my Slack). I hope this helps. The last way is checking where you have installed libs (maybe /usr/lib), check that this dir is in /etc/ld.so.conf, if yes, 'ldconfig' your Mdk as root. You can try 'ldconfig -v | grep ssl' to print out all of found ssl libs. -- Pozdrawiam Mariusz Registered Linux User #206046 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]