cURL / Mailing Lists / curl-users / Single Mail

curl-users

./configure flags not committing

From: Bundy <blazenbundy_at_gmail.com>
Date: Fri, 27 Nov 2015 16:18:45 +1000

G'Day Genius' Peeps,

I'm experiencing an issue that is very familiar to this thread =>
http://curl.haxx.se/mail/archive-2001-12/0042.html
<http://mailstat.us/tr/t/5ynlpuuv26gviihha31ox/7/http://curl.haxx.se/mail/archive-2001-12/0042.html>
in that no matter what flags I throw at ./configure especially the one's
I'm after in --enable-smb and --with-ssl are being accepted as arguements
to be written into curl-config to echo out as accepted however have no
effect on the curl configuration to be make'ed.

Parameters are written to curl-config script:

    --configure)

        echo " '--with-ssl' '--enable-smb'"

        ;;

The echoed build specifications for the curl to be make'ed don't appear
altered as per flag identifiers mentioned just above:

configure: Configured to build curl/libcurl:

  curl version: 7.46.0-DEV

  Host setup: x86_64-unknown-linux-gnu

  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: enabled

  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: enabled

  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/ssl/certs/ca-certificates.crt

  ca cert path: no

  LDAP support: enabled (OpenLDAP)

  LDAPS support: enabled

  RTSP support: enabled

  RTMP support: enabled (librtmp)

  metalink support: no (--with-libmetalink)

  PSL support: no (libpsl not found)

  HTTP2 support: disabled (--with-nghttp2)

  Protocols: *DICT FILE FTP GOPHER HTTP IMAP LDAP POP3 RTMP RTSP SMTP
TELNET TFTP*

The version output:

curl -V

curl 7.46.0-DEV (x86_64-unknown-linux-gnu) libcurl/7.46.0-DEV zlib/1.2.8
libidn/1.28 librtmp/2.3

Protocols: dict file ftp gopher http imap ldap pop3 rtmp rtsp smtp telnet
tftp

Features: IDN IPv6 Largefile libz UnixSockets

I have tried do a "make clean" post ./configure --enable-smb --with-ssl and
still nothing. I tried rm'ing both tar ball and directory and git cloning
again and still no avail. I've basically wasted allot of hours trying to
work it out myself so as to not hassle your brilliancies but I'm at a
stalemate!!!

Can anyone offer further guidance?

Owh and I do already have openssl in the standard directory:

ls /usr/local/ssl

total 48K

4.0K drwxr-xr-x 9 root root 4.0K Nov 27 11:03 .

4.0K drwxr-xr-x 12 root root 4.0K Nov 27 11:02 ..

4.0K drwxr-xr-x 2 root root 4.0K Nov 27 11:03 bin

4.0K drwxr-xr-x 2 root root 4.0K Nov 27 11:03 certs

4.0K drwxr-xr-x 3 root root 4.0K Nov 27 11:03 include

4.0K drwxr-xr-x 4 root root 4.0K Nov 27 11:03 lib

4.0K drwxr-xr-x 6 root root 4.0K Nov 27 11:02 man

4.0K drwxr-xr-x 2 root root 4.0K Nov 27 11:03 misc

 12K -rw-r--r-- 1 root root 11K Nov 27 11:03 openssl.cnf

4.0K drwxr-xr-x 2 root root 4.0K Nov 27 11:03 private

Cheers,

Bundy

P.S. Is there something I should be looking for specifically in the
config.log some sort of stand out error?

<http://mailstat.us/tr/opt-out?guid=5ynlpuuv26gviihha31ox>

-------------------------------------------------------------------
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-11-27