Subject: Re: OpenSSL library question
To: None <current-users@netbsd.org>
From: David S. <davids@idiom.com>
List: current-users
Date: 03/19/2003 14:46:55
> I get the error:
> Looking for SSL libraries in /usr
> checking for includes... found
> checking for RSA_new in -lcrypto... no
> checking for SSL_new in -lssl... no
> ERROR: Failed to find OpenSSL libraries.
> 
> Do I have to do something special to install the openssl libraries?
> I can't seem to find them.

If you're trying to build something that uses 'autoconf', check
the file 'config.log'.  That should show what test it's using -
typically a one or two line program it tries to link against the
libraries - and why it failed.

David S.

>