Hi, I've removed my ssl rpm before, now I'm installing the latest version of ssl (openssl - openssl-0.9.6g.tar.gz ). Everythin' goes okay, no error found.... THat something i confused just about getting this message when i'm trying to start up the sshd. sshd: error while loading shared libraries: libcrypto.so.2: cannot open shared object file: No such file or directory In fact, how can i get the source of libcrypto.so.2, how can i make a link to this ? the source ? THanks.
it means that the libcrypto.so.2 was compiled against a different version of libraries ... to find out what is missing, try this: `ldd libcrypto.so.2` libcrypto.so.2 is part of openssl ... i'm assuming you d/l-ed the binaries of openssl, which means you'll have to d/l some more binary packages, or d/l the SRPM to openssl and compile it yourself -mike On Mon, 30 Sep 2002, Aramico wrote:
Hi, I've removed my ssl rpm before, now I'm installing the latest version of ssl (openssl - openssl-0.9.6g.tar.gz ).
Everythin' goes okay, no error found.... THat something i confused just about getting this message when i'm trying to start up the sshd. sshd: error while loading shared libraries: libcrypto.so.2: cannot open shared object file: No such file or directory
In fact, how can i get the source of libcrypto.so.2, how can i make a link to this ? the source ?
THanks.
participants (2)
-
Aramico
-
Michael Patrick Frysinger