Curl build
Gilles Legoux
gilles.legoux at gmail.com
Wed Oct 3 23:57:44 UTC 2018
Hello,
How to build curl from source on Ubuntu 18.04 with gssapi support?
I tried:
mkdir build
./buildconf
./configure --enable-debug --enable-maintainer-mode \
--prefix="${PWD}/build" \
--enable-shared --with-ssl \
--with-gssapi=/usr/lib/x86_64-linux-gnu/
But I obtained:
curl version: 7.62.0-DEV
Host setup: x86_64-pc-linux-gnu
Install prefix: /home/glegoux/desktop/contribute-curl/curl/build
Compiler: gcc
SSL support: enabled (OpenSSL)
SSH support: no (--with-libssh2)
zlib support: enabled
brotli support: no (--with-brotli)
GSS-API support: no (--with-gssapi)
TLS-SRP support: enabled
resolver: POSIX threaded
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/ssl/certs/ca-certificates.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 FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3
POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP
Impossible to allow GSS-API support
Best regards, Gilles Legoux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-devel-discuss/attachments/20181004/14caf8ae/attachment.html>
More information about the Ubuntu-devel-discuss
mailing list