curl-users
Re: curl 7.9.4 error
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 5 Feb 2002 19:26:18 +0100 (MET)
Date: Tue, 5 Feb 2002 19:26:18 +0100 (MET)
On Tue, 5 Feb 2002, Justin Piszcz wrote:
> same problem, full log attached.
You can avoid this problem by hand-editing the config.h *after* you ran
configure.
Just make sure your line
#define HAVE_OPENSSL_ENGINE_H
is changed to
/* #undef HAVE_OPENSSL_ENGINE_H */
... then recompile.
This is not an actual fix, this is just a work-around. Your problem looks
like some kind of version skew (or something).
My installation of OpenSSL 0.9.6c does not make curl's configure find
openssl/engine.h...
-- Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/Received on 2002-02-05