curl / Mailing Lists / curl-users / Single Mail

curl-users

Re: --disable-ldap configure options usage

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 23 Mar 2017 17:38:02 +0100 (CET)

On Thu, 23 Mar 2017, Jean-Pierre Ribeauville wrote:

> "These errors indicate that the libcurl you're using has IDN, SSL and LDAP
> support, which are disabled by the --without-libidn, --without-ssl and
> --disable-ldap configure options, respectively. "
>
> As I'm an newbie on buuilding the libcurl library , how do I specify these
> options in the ./confgure, make, make install process ?

$ ./configure --without-libidn2 --without-ssl --disable-ldap
$ make
$ make install

-- 
  / daniel.haxx.se
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-03-23