Giter Club home page Giter Club logo

Comments (5)

JosephP91 avatar JosephP91 commented on May 21, 2024

I had the same error on the same Debian version. Are you sure to have the latests cmake and libcurl versions?

from curlcpp.

War3Evo avatar War3Evo commented on May 21, 2024

dpkg -l | grep curl

ii curl 7.26.0-1+wheezy10 amd64 command line tool for transferring data with URL syntax
ii libcurl3:amd64 7.26.0-1+wheezy10 amd64 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3:i386 7.26.0-1+wheezy10 i386 easy-to-use client-side URL transfer library (OpenSSL flavour)
ii libcurl3-gnutls:amd64 7.26.0-1+wheezy10 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl3-gnutls:i386 7.26.0-1+wheezy10 i386 easy-to-use client-side URL transfer library (GnuTLS flavour)
ii libcurl4-openssl-dev 7.26.0-1+wheezy10 amd64 development files and documentation for libcurl (OpenSSL flavour)
ii php5-curl 5.4.4-14+deb7u14 amd64 CURL module for php5
ii python-pycurl 7.19.0-5 amd64 Python bindings to libcurl

dpkg -l | grep cmake

ii cmake 2.8.9-1 amd64 cross-platform, open-source make system
ii cmake-data 2.8.9-1 all CMake data files (modules, templates and documentation)

I have the highest versions for packages for debian:

https://packages.debian.org/search?keywords=libcurl3

7.38 is only offered for Jessie.

is right location? http://curl.haxx.se/download.html

https://packages.debian.org/search?suite=default&section=all&arch=any&searchon=names&keywords=cmake

3.0.2 of cmake requires download and manual install :(

is this the right location? http://www.cmake.org/download/

What versions do you have?

from curlcpp.

War3Evo avatar War3Evo commented on May 21, 2024

Things I did to solve this issue:

add this to my /etc/apt/sources.list

hash-tag jessie
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

Then I issue this command:

sudo aptitude -t jessie install curl

then i also issued this command:

sudo aptitude -t jessie install libcurl4-openssl-dev

then I also issued this command:

sudo aptitude -t jessie install g++

^^ So had to update a bunch of stuff to jessie to get 7.38.0-1 of libcurl.

The fix ended up being the need of 7.38.0-1 version of curl and libcurl. Please post on your main page that your wrapper requires libcurl version 7.38.0-1

from curlcpp.

JosephP91 avatar JosephP91 commented on May 21, 2024

Sure, thank you! :)

from curlcpp.

War3Evo avatar War3Evo commented on May 21, 2024

On a side note.. I dont recommend upgrading to Jessie if you are using Steam. I've also heard Jessie's Nvidia isn't working too!

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.