cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Problem with ./configure option (Open SSL)

From: Geoffrey Sindel <durp00_at_gmail.com>
Date: Fri, 29 May 2015 16:39:00 -0500

Have you tried explicitly pointing the config to your ssl?

./configure --with-ssl=/usr/lib/ssl

?

> On May 29, 2015, at 4:11 PM, Nghia Nguyen <geetard_at_live.co.uk> wrote:
>
> Thank you so much for your reply,
>
> Yes I did ./configure --with-ssl but still the same result
>
> The configuration log I posted was when I tried to installed the cURL 7.21 when the newest version (which is 7.42) did work. Nevertheless the same result appeared.
>
> From: durp00_at_gmail.com <mailto:durp00_at_gmail.com>
> Subject: Re: Problem with ./configure option (Open SSL)
> Date: Fri, 29 May 2015 15:12:19 -0500
> To: curl-users_at_cool.haxx.se <mailto:curl-users_at_cool.haxx.se>
>
> Did you use the:
>
> ./configure --with-ssl
> option? It looks
>
> The install tells you:
>
> configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
> configure: WARNING: Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls, --with-winssl, or --with-darwinssl to address this.
> checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
>
>
>
>
> On May 29, 2015, at 2:54 PM, Nghia Nguyen <geetard_at_live.co.uk <mailto:geetard_at_live.co.uk>> wrote:
>
> Hello all,
>
> I'm very new to this, trying to install cURL, but the following happens:
>
> --------------------------
> checking for lber.h... no
> checking for ldap.h... no
> checking for ldapssl.h... no
> checking for ldap_ssl.h... no
> checking for LDAP libraries... cannot find LDAP libraries
> configure: WARNING: Cannot find libraries for LDAP support: LDAP disabled
> checking whether to enable IPv6... yes
> checking if struct sockaddr_in6 has sin6_scope_id member... yes
> checking if argv can be written to... yes
> checking if GSS-API support is requested... no
> checking whether to enable Windows native SSL/TLS (Windows native builds only)... no
> checking whether to enable iOS/Mac OS X native SSL/TLS... no
> checking for pkg-config... /usr/bin/pkg-config
> checking for openssl options with pkg-config... no
> checking for CRYPTO_lock in -lcrypto... no
> checking for CRYPTO_add_lock in -lcrypto... no
> checking for ssl_version in -laxtls... no
> configure: WARNING: SSL disabled, you will not be able to use HTTPS, FTPS, NTLM and more.
> configure: WARNING: Use --with-ssl, --with-gnutls, --with-polarssl, --with-cyassl, --with-nss, --with-axtls, --with-winssl, or --with-darwinssl to address this.
> checking default CA cert bundle/path... /etc/ssl/certs/ca-certificates.crt
>
> curl version: 7.21.7
> Host setup: x86_64-unknown-linux-gnu
> Install prefix: /usr/local
> Compiler: gcc
> SSL support: no (--with-{ssl,gnutls,nss,polarssl,cyassl,axtls} )
> SSH support: no (--with-libssh2)
> zlib support: enabled
> krb4 support: no (--with-krb4*)
> GSSAPI support: no (--with-gssapi)
> SPNEGO support: no (--with-spnego)
> TLS-SRP support: no (--enable-tls-srp)
> resolver: default (--enable-ares / --enable-threaded-resolver)
> ipv6 support: enabled
> IDN support: no (--with-libidn)
> Build libcurl: Shared=yes, Static=yes
> Built-in manual: enabled
> Verbose errors: enabled (--disable-verbose)
> SSPI support: no (--enable-sspi)
> ca cert bundle: /etc/ssl/certs/ca-certificates.crt
> ca cert path: 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)
> Protocols: DICT FILE FTP GOPHER HTTP IMAP POP3 RTSP SMTP TELNET TFTP
>
> My Openssl directory: /usr/lib/ssl
>
>
> Im trying to install WPscan but cURL must support HTTPS, how do I fix this?
>
>
> Thanks so much.
>
> -------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users <http://cool.haxx.se/list/listinfo/curl-users>
> FAQ: http://curl.haxx.se/docs/faq.html <http://curl.haxx.se/docs/faq.html>
> Etiquette: http://curl.haxx.se/mail/etiquette.html <http://curl.haxx.se/mail/etiquette.html>
>
> ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-users <http://cool.haxx.se/list/listinfo/curl-users> FAQ: http://curl.haxx.se/docs/faq.html <http://curl.haxx.se/docs/faq.html> Etiquette: http://curl.haxx.se/mail/etiquette.html <http://curl.haxx.se/mail/etiquette.html>-------------------------------------------------------------------
> List admin: http://cool.haxx.se/list/listinfo/curl-users <http://cool.haxx.se/list/listinfo/curl-users>
> FAQ: http://curl.haxx.se/docs/faq.html <http://curl.haxx.se/docs/faq.html>
> Etiquette: http://curl.haxx.se/mail/etiquette.html <http://curl.haxx.se/mail/etiquette.html>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2015-05-29