Building curl with libssh2 and GSS-Negotiate
Some people on our server need curl with libssh2 and GSS-Negotiate.
Base CentOS ships with curl enabled with these options/features:
Where as curl in /opt/curlssl does not have these options/features:
Is it possible to build curl with libssh2 and GSS-Negotiate?
# curl -V
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2
Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp
Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libzWhere as curl in /opt/curlssl does not have these options/features:
# /opt/curlssl/bin/curl -V
curl 7.24.0 (x86_64-unknown-linux-gnu) libcurl/7.24.0 OpenSSL/1.0.0 zlib/1.2.3 libidn/1.18
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IDN IPv6 Largefile NTLM NTLM_WB SSL libzIs it possible to build curl with libssh2 and GSS-Negotiate?
-
Hello :) You could utilize a raw opts file as documented here: EasyApache - Raw Opts It's not supported, but here are a couple of threads you may find helpful for proof of concept: Update cPanel to TLS 1.2 without modifying system files [php5 + curlssl + apache2.4.x] cURL with AsynchDNS Thank you. 0
Please sign in to leave a comment.
Comments
1 comment