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@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