cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: FW: Problem to statically link to openssl-0.9.8e on HP-UX

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 16 Jun 2010 17:59:32 +0200 (CEST)

On Wed, 16 Jun 2010, Alona Rossen wrote:

> These symbols are undefined:
>
> ENGINE_load_builtin_engines| |undef |code |

> /usr/local/ssl/include/openssl> grep ENGINE_load_builtin_engines *
> engine.h:void ENGINE_load_builtin_engines(void);

So yes they are in the headers, but they are not present in your built
OpenSSL.

libcurl got that impression when you run configure, as it does check for that.
Somehow, libcurl's configure thinks the ENGINE_* functions are present in your
OpenSSL but when you've linked with it, there are no ENGINE_* functions
present.

You need to work out why this happens and correct it!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-06-16