curl-library
Re: how to compile libcurl using uclic
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Wed, 5 Oct 2005 13:20:13 +0200 (CEST)
Date: Wed, 5 Oct 2005 13:20:13 +0200 (CEST)
On Wed, 5 Oct 2005, oussema masmoudi wrote:
> ssluse.c:(.text+0x71): undefined reference to `RAND_status'
> ssluse.c:(.text+0xcd): undefined reference to `RAND_load_file'
> ssluse.c:(.text+0x11f): undefined reference to `RAND_egd'
> ssluse.c:(.text+0x191): undefined reference to `RAND_add'
> ssluse.c:(.text+0x1a9): undefined reference to `RAND_status'
> ssluse.c:(.text+0x1c5): undefined reference to `RAND_file_name'
> ssluse.c:(.text+0x1e0): undefined reference to `RAND_load_file'
All these symbols are supposed to be found in the OpenSSL lib(s). Use
curl-config to get a suggested set of linker options to use when linking your
app.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2005-10-05