curl / Mailing Lists / curl-users / Single Mail

curl-users

Problems building curl in cygwin

From: Marco Marco <mg64ve_at_gmail.com>
Date: Tue, 15 Nov 2016 19:19:05 +0100

Dear all,

I am rebuilding curl with different options in Cygwin.
I am interested to
Although I run configure with the following options:

./configure --enable-tls-srp --with-ssl=/opt/code/openssl

I always get the following result:

  curl version: 7.52.0-DEV
  Host setup: x86_64-unknown-cygwin
  Install prefix: /usr/local
  Compiler: gcc
  SSL support: no
(--with-{ssl,gnutls,nss,polarssl,mbedtls,cyassl,axtls,winssl,darwinssl} )
  SSH support: no (--with-libssh2)
  zlib support: no (--with-zlib)
  GSS-API support: no (--with-gssapi)
  TLS-SRP support: no (--enable-tls-srp)
  resolver: default (--enable-ares / --enable-threaded-resolver)
  IPv6 support: enabled
  Unix sockets support: enabled
  IDN support: no (--with-{libidn2,winidn})
  Build libcurl: Shared=yes, Static=yes
  Built-in manual: enabled
  --libcurl option: enabled (--disable-libcurl-option)
  Verbose errors: enabled (--disable-verbose)
  SSPI support: no (--enable-sspi)
  ca cert bundle: /etc/pki/tls/certs/ca-bundle.crt
  ca cert path: no
  ca fallback: no
  LDAP support: no (--enable-ldap / --with-ldap-lib /
--with-lber-lib)
  LDAPS support: no (--enable-ldaps)
  RTSP support: enabled
  RTMP support: no (--with-librtmp)
  metalink support: no (--with-libmetalink)
  PSL support: no (libpsl not found)
  HTTP2 support: disabled (--with-nghttp2)
  Protocols: DICT FILE FTP GOPHER HTTP IMAP POP3 RTSP SMTP TELNET
TFTP

Which does not include SSL and TLS-SRP.
Openssl is in /opt/code/openssl and compiled.
What might be the problem ?
If I use this setting the compilation run fine but I get:

$ ./curl.exe --ssl

curl: option --ssl: the installed libcurl version doesn't support this

curl: try 'curl --help' or 'curl --manual' for more information

Thanks.
Best regards.

-------------------------------------------------------------------
List admin: https://cool.haxx.se/list/listinfo/curl-users
FAQ: https://curl.haxx.se/docs/faq.html
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2016-11-15