cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: linking libcurl against newly built openssl package gives undefined references

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 5 Apr 2012 22:41:27 +0200 (CEST)

On Thu, 29 Mar 2012, Bruce Cartland wrote:

> In Ubuntu 10.4 I have the prebuilt package openssl 0.9.8k (just updated). I
> downloaded the equivalent source from launchpad and rebuilt (because I
> wanted to use "no-asm -DPURIFY") and installed to the default locations.
>
> My application calls openssl directly as well as through libcurl. Linking
> the preinstalled libcurl package with the new openssl binaries produces
> numerous errors from libcurl of the form:
>
> libcurl.so: undefined reference to `ENGINE_get_id_at_OPENSSL_0.9.8'

So your new build probably doesn't have the ENGINE stuff built-in, which your
older one has.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-04-05