On Fri, Apr 13, 2001 at 08:27:49AM -0700, Jon Houg wrote:

> checking for OpenSSL directory... configure: error: Could not find working
> OpenSSL library, please install or check config.log

./configure --with-ssl-dir=/some/place

where "/some/place" is the *parent* directory of "include/openssl/rand.h".
E.g., if you have /usr/local/include/openssl/rand.h, then use
./configure --with-ssl-dir=/usr/local

I wish that it would check for OpenSSL *earlier* in the ./configure
script... on some of the slower computers out there, it could take a long
time just to learn that you've typed the wrong path.  (For me, it took
a bit over 9 minutes....)

Reply via email to