GithubHelp home page GithubHelp logo

Comments (6)

JosephP91 avatar JosephP91 commented on July 20, 2024

@naknut The required version is libcurl 7.28 (as written in CMakeLists.txt). I have OSX 10.10 too and I can compile it without errors. What version do you have?

from curlcpp.

naknut avatar naknut commented on July 20, 2024

The version that is preinstalled with OS X 10.10 is 7.37.1 and i got the error when i built it with that one. I updated curl with Homebrew to 7.41 and now I can build. As you said, curlcpp says it needs atleast 7.28 but my default version is higher. Maybe the version that comes with OS X be different from the official version?

from curlcpp.

naknut avatar naknut commented on July 20, 2024

Just so you know I'm not BSing you:

naknut@Marcuss-MacBook-Pro:~ $ /usr/bin/curl --version
curl 7.37.1 (x86_64-apple-darwin14.0) libcurl/7.37.1 SecureTransport zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IPv6 Largefile NTLM NTLM_WB SSL libz

Can't build with this version

naknut@Marcuss-MacBook-Pro:~ $ curl --version
curl 7.41.0 (x86_64-apple-darwin14.1.0) libcurl/7.41.0 SecureTransport zlib/1.2.5
Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp smb smbs smtp smtps telnet tftp
Features: IPv6 Largefile NTLM NTLM_WB SSL libz UnixSockets

Can build with this version

from curlcpp.

JosephP91 avatar JosephP91 commented on July 20, 2024

Probably yes. I have installed libcurl downloading it from its website and compiling it. But if it works with your version, it's good.

from curlcpp.

JosephP91 avatar JosephP91 commented on July 20, 2024

@naknut very strange. I will check what are the differences between libcurl OSX version and the on homebrew/port. Are you able to compile now?

from curlcpp.

susnux avatar susnux commented on July 20, 2024

The problem is the usage of CURLOPT_SSL_VERIFYSTATUS in curl_easy.
It was introduced in 7.41.0
See also here:
http://curl.haxx.se/libcurl/c/CURLOPT_SSL_VERIFYSTATUS.html

AVAILABILITY
Added in 7.41.0.

from curlcpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.