cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: [cavok: Re: Bug#77220: php4-curl can't be installed with curl-ssl]

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 27 Nov 2000 16:20:43 +0100 (MET)

On Mon, 27 Nov 2000, Domenico Andreoli wrote:

> "ldd curl-ssl-anabled" says always it needs libcrypto & libssl (whether or not
> libcurl is ssl-enabled).

SSL enabled => requires libcrypto & libssl. The only "SSL enabled" part of
curl is the libcurl.

> "ldd curl-ssl-disabled" says it needs libcrypto & co only if used with a
> libcurl ssl-enabled.

Yes, because you don't enable or disable SSL in the curl tool, only in the
libcurl library.

> is that correct?

You can try this yourself. (Using shared libraries) Build one curl with SSL
disabled and one curl with SSL enabled. Then copy the "disabled" curl tool to
the src-directory where you build the "enabled" curl. They should both be the
exact same size and they should both work exactly the same.

-- 
  Daniel Stenberg -- curl project maintainer -- http://curl.haxx.se/
Received on 2000-11-27