<div dir="ltr"><div dir="ltr"><div dir="ltr">Hello,<br><br>How to build curl from source on Ubuntu 18.04 with gssapi support?<br><br>I tried:<div><br></div><div>mkdir build</div><div><div>./buildconf</div><div>./configure --enable-debug --enable-maintainer-mode \</div><div>  --prefix="${PWD}/build" \</div><div>  --enable-shared --with-ssl \</div><div>  --with-gssapi=/usr/lib/x86_64-linux-gnu/</div><div><br></div><div>But I obtained:</div><div><br></div><div><div>curl version:     7.62.0-DEV</div><div>  Host setup:       x86_64-pc-linux-gnu</div><div>  Install prefix:   /home/glegoux/desktop/contribute-curl/curl/build</div><div>  Compiler:         gcc</div><div>  SSL support:      enabled (OpenSSL)</div><div>  SSH support:      no      (--with-libssh2)</div><div>  zlib support:     enabled</div><div>  brotli support:   no      (--with-brotli)</div><div>  GSS-API support:  no      (--with-gssapi)</div><div>  TLS-SRP support:  enabled</div><div>  resolver:         POSIX threaded</div><div>  IPv6 support:     enabled</div><div>  Unix sockets support: enabled</div><div>  IDN support:      no      (--with-{libidn2,winidn})</div><div>  Build libcurl:    Shared=yes, Static=yes</div><div>  Built-in manual:  enabled</div><div>  --libcurl option: enabled (--disable-libcurl-option)</div><div>  Verbose errors:   enabled (--disable-verbose)</div><div>  SSPI support:     no      (--enable-sspi)</div><div>  ca cert bundle:   /etc/ssl/certs/ca-certificates.crt</div><div>  ca cert path:     no</div><div>  ca fallback:      no</div><div>  LDAP support:     no      (--enable-ldap / --with-ldap-lib / --with-lber-lib)</div><div>  LDAPS support:    no      (--enable-ldaps)</div><div>  RTSP support:     enabled</div><div>  RTMP support:     no      (--with-librtmp)</div><div>  metalink support: no      (--with-libmetalink)</div><div>  PSL support:      no      (libpsl not found)</div><div>  HTTP2 support:    disabled (--with-nghttp2)</div><div>  Protocols:        DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP</div><br class="gmail-Apple-interchange-newline"></div><div>Impossible to allow GSS-API support</div><div><br></div>Best regards, Gilles Legoux.</div><div><div><br></div><div><br></div></div></div></div></div>