>  From config.log:
> | #include <openssl/evp.h>
> | int
> | main ()
> | {
> | EVP_EncryptInit(NULL, NULL, NULL, NULL) ; return 0;
> |   ;
> |   return 0;
> | }
> configure:16948: error: "Unable to find libcrypto"

There has to be an actual compiler/linker command and error in the log.

> Why this problem (configure: error: "Unable to find libcrypto") occurs?

No idea. If OpenSSL were in the system path, you wouldn't get that error, so my 
guess is it's not for some reason. You will have to examine the configure test 
that's failing in the log.
 
-- Scott


Reply via email to