cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Need Some Help Installing OpenSSL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 14 Nov 2001 21:24:05 +0100 (MET)

On Wed, 14 Nov 2001, Jeff Miller wrote:

> Yes, /home/USERID/modules/openssl-0.9.6b is where I had unpacked and
> built everything but I don't see anything relating to OpenSSL in any of
> the directories in my home directory except for modules/openssl-0.9.6b.
>
> When I installed OpenSSL I entered this:
>
> ./config --prefix=$HOME

And you did 'make install' after 'make'?

Did the libs end up in $HOME/lib and there is a new directory named 'openssl'
in your $HOME/include directory?

> I thought entering this would make cURL find where OpenSSL was so it
> wouldn't matter where it was installed:
>
> ./configure --with-ssl=$HOME

This should be correct, yes.

> Below is a copy from the config.log file:
>
> configure:9874: checking for CRYPTO_lock in -lcrypto
> configure:9901: gcc -o conftest -g -O2
> -I/home/USERID/modules/openssl-0.9.6b/include/openssl
> -I/home/USERID/modules/openssl-0.9.6b/include
> -L/home/USERID/modules/openssl-0.9.6b/lib conftest.c -lcrypto -ldl -lsocket

Eh, as you can see on this command line you didn't use $HOME when this log
was recorded. This obviously had "/home/USERID/modules/openssl-0.9.6b"
specified, and you didn't install OpenSSL with that prefix.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2001-11-14