configure problem --- Can't find recent OpenSSL libcrypto

Darren Tucker dtucker at zip.com.au
Fri Jun 21 11:30:24 EST 2002


Santanu Misra wrote:
> I installed OpenSSL 0.9.6d 9 May 2002 with this option on a Solaris 8 box
> using Sun Forte6-2
[snip]
> configure:8285: error: *** Can't find recent OpenSSL libcrypto (see
> config.log for details) ***
[snip]

The last problem of this type I saw was caused because there was an old
libcrpyto.so and a new libcrypto.a (or vice versa, I forget) in the same
ssl/lib directory.

It might be picking up libcrypto from somewhere other than where you
expect. Try:

$ find / -name 'libcrypto.*' -print

-- 
Darren Tucker (dtucker at zip.com.au)
GPG Fingerprint D9A3 86E9 7EEE AF4B B2D4  37C9 C982 80C7 8FF4 FA69
    Good judgement comes with experience. Unfortunately, the experience
usually comes from bad judgement.



More information about the openssh-unix-dev mailing list