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:44:18 +0100 (MET)

On Wed, 14 Nov 2001, Jeff Miller wrote:

> Yeah, right after I sent that last email I realized those results were when
> I typed in: /home/USERID/modules/openssl-0.9.6b
>
> Here's what came up when I entered: ./config --prefix=$HOME

> configure:9874: checking for CRYPTO_lock in -lcrypto
> configure:9901: gcc -o conftest -g -O2 -I/home/USERID/include/openssl
> -I/home/USERID/include -L/home/USERID/lib conftest.c -lcrypto -ldl
> -lsocket -lnsl >&5
> ld: fatal: library -lcrypto: not found

And there *is* a libcrypto.a in /home/USERID/lib, right?

'ar vt /home/USERID/lib/libcrypto.a' shows a bunch of object files, right?

Can you manually make a tiny little program like that and make it link with
those libs?

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