Mailing Lists
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1384 curl-config --feature reports SSL support, even if not supported
From: Dan Fandrich <dfandrich_at_users.sf.net>
Date: Wed, 25 Jun 2014 17:18:37 +0000
- **status**: open --> closed-invalid
--- ** [bugs:#1384] curl-config --feature reports SSL support, even if not supported** **Status:** closed-invalid **Created:** Wed Jun 25, 2014 02:05 PM UTC by Daren Thomas **Last Updated:** Wed Jun 25, 2014 05:18 PM UTC **Owner:** nobody The 'curl-config --feature' command reports support for SSL even if built without SSL support. If I build libcurl with the following settings: ./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu/ --with-gssapi --enable-debug --disable-curldebug --with-gnutls --without-ssl Calling curl_version() from a C program reports: libcurl/7.27.0 GnuTLS/2.12.14 zlib/1.2.7 libidn/1.25 librtmp/2.3 But 'curl-config --feature' reports: $ curl-config --feature | grep SSL SSL ----- If I build libcurl with the following settings: ./configure --prefix=/usr --libdir=/usr/lib/i386-linux-gnu/ --with-gssapi --enable-debug --disable-curldebug Calling curl_version() from a C program reports: libcurl/7.27.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.25 librtmp/2.3 And 'curl-config --feature' reports: $ curl-config --feature | grep SSL SSL Based on this observation, I can't use 'curl-config --feature' to determine whether or not libcurl supports OpenSSL. Is there an alternate method to test for support? --- Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.Received on 2014-06-25 These mail archives are generated by hypermail. |
Page updated March 21, 2014.
web site info