cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: can't build 7.1 without SSL

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 8 Aug 2000 13:42:31 +0200 (MET DST)

On Tue, 8 Aug 2000, Domenico Andreoli wrote:

> i made ./configure --without-ssl. here at home everything seems to work
> correctly.

I did too, on a Redhat 6.2 installation here, and it seems to work.

> if i could decide if curl is ssl or no-ssl only by installing the ssl or
> no-ssl libcurl...

Well, the OpenSSL libs are static by default so curl is either linked with or
without them.

> as far as curl is concerned, does it know something about ssl or
> delegates everything to lib curl?

The source code in the curl part has in fact no clue of *any* protocol and it
passes everything to the lib. So, if you'd use dynamic SSL libraries you
could have the same curl executable and just change libcurl...

-- 
      Daniel Stenberg - http://daniel.haxx.se - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-08-08