cURL / Mailing Lists / curl-library / Single Mail

curl-library

RE: Can't find or build libcurl

From: Michael D. Spence <spence_at_panix.com>
Date: Thu, 9 Jan 2003 10:52:31 -0500

> -----Original Message-----
> From: curl-library-admin_at_lists.sourceforge.net
> [mailto:curl-library-admin_at_lists.sourceforge.net]On Behalf Of Daniel
> Stenberg
> Sent: Thursday, January 09, 2003 10:19 AM
> To: libcurl Mailing list
> Subject: Re: Can't find or build libcurl
>
>
>
> Hm, try adding #define HAVE_OPENSSL_ENGINE_H in the
> lib/config-win32.h and
> see if that helps. IIRC, they incorporated the engine stuff
> in the core-lib
> starting with 0.9.7.

That helped. Chugged along for a while, then this happened:

url.c
.\url.c(962) : warning C4013: 'ENGINE_by_id' undefined; assuming extern
returning int
.\url.c(962) : warning C4047: '=' : 'struct engine_st *' differs in levels
of indirection from 'int '
.\url.c(965) : warning C4013: 'ENGINE_free' undefined; assuming extern
returning int
.\url.c(985) : warning C4013: 'ENGINE_set_default' undefined; assuming
extern returning int
.\url.c(985) : error C2065: 'ENGINE_METHOD_ALL' : undeclared identifier
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'
Stop.

>
> Right, it is a curl package, not a libcurl package.
>

But I thought libcurl would be in there with it. I'm really just
trying to get PHP to use SSL.

> As mentioned in the OpenSSL package for Windows Jörn and
> Kevin have provided:
>
> "You may have to rename libssl32.dll to ssleay32.dll for
> some applications."
>
> Could it be that it is called ssleay32.dll when you built it?

It certainly was. Thanks!

-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld http://www.vasoftware.com
Received on 2003-01-09