cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl 7.9.4 error

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 5 Feb 2002 16:13:49 +0100 (MET)

On Tue, 5 Feb 2002, Justin Piszcz wrote:

> ../lib/.libs/libcurl.so: undefined reference to `ENGINE_load_private_key'
> ../lib/.libs/libcurl.so: undefined reference to `ENGINE_set_default'
> ../lib/.libs/libcurl.so: undefined reference to `ENGINE_free'
> ../lib/.libs/libcurl.so: undefined reference to `ENGINE_by_id'

You obviously got your libcurl built with SSL support enabled, but the
configure script also found a header named openssl/engine.h which then
enables the SSL ENGINE support (conditionally compiled).

But when it links with your SSL libs, there don't seem to be any ENGINE
support.

Now, this makes me wonder. Is the SSL ENGINE really supposed to be supported
in the exact same libraries as without ENGINE supported?

Götz, can you help me out on this one?

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
Received on 2002-02-05