Using question # 197444, I was able to create cURL and libcurl from a source on Windows from the Visual Studio 2010 IDE, OpenSSL 1.0.0, and zlib 1.2.5. The problem that I see is that at the moment, if I run the resulting curl.exe with the -V argument, then the version it reports is
curl 7.20.1 (i386-pc-win32) libcurl/7.20.1 OpenSSL/0.9.8d zlib/1.2.3 Protocols: dict file ftp ftps http https imap imaps ldap pop3 pop3s rtsp smtp smtps telnet tftp Features: AsynchDNS Largefile NTLM SSL libz
Please note that the versions reported for both OpenSSL and zlib do not match what I actually used. Any idea on how to fix this?
ps Is there a clear list of additional components that can be compiled into libcurl and what options / preprocessor directive to use? (e.g. SSPI, libidn, ...?)
source share