Building curl with libssh2 and GSS-Negotiate

saad.247ne

Registered
May 27, 2014
1
0
1
cPanel Access Level
Root Administrator
Some people on our server need curl with libssh2 and GSS-Negotiate.

Base CentOS ships with curl enabled with these options/features:

Code:
# 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 libz
Where as curl in /opt/curlssl does not have these options/features:
Code:
# /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 libz
Is it possible to build curl with libssh2 and GSS-Negotiate?
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463