Thanks Brad! Its working with my system curl! Here is the curl version I am using. curl 7.38.1-DEV (Linux) libcurl/7.38.1-DEV OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 libssh2/1.4.3 Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtsp scp sftp smtp smtps telnet tftp Features: IDN IPv6 NTLM SSL libz
What are the next steps? Shall I wait till you complete re-adding curl into the cmake build to submit? I could prevent users from using CMAKE_USE_LIBSSH2=1 and CMAKE_USE_SYSTEM_CURL=0. Or I could submit it as is (after I clean out the debug messages). I had been talking to Bill Hoffman (on the users mailing list) about adding libssh2 support for upcoming binaries, so I guess it depends on your build settings for the binaries too... -Jameson On Thu, Oct 30, 2014 at 7:30 AM, Brad King <[email protected]> wrote: > On 10/29/2014 04:27 PM, Jameson Merkow wrote: > > I am working on adding libssh2 support into cmake > > Great! > > > change for libssh2_free to libssh2_free2 in ssh.c > > Try building against a system-installed curl by enabling > CMAKE_USE_SYSTEM_CURL. That should be much more recent > than the version that comes in CMake and may have fixed > some problems. > > I have been working slowly toward updating the version > of curl that comes in our source tree but it is not ready > yet. > > -Brad >
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers
