curl-and-python

Issue with libcurl version required

From: Julien Ricard <julien.ricard_at_gmail.com>
Date: Tue, 31 Aug 2010 11:58:46 +0200

Hi,

I'd like to install Pycurl in Debian Lenny, in which the version of
libcurl is 7.18.2.
So I guessed that I should install pycurl 7.18.2, but it returns an
error telling me that I "Need libcurl version 7.19.0 or greater to
compile pycurl." (see below)
Which version of pycurl should I install then?

thank you
Jul

------------------------------
 pip install pycurl==7.18.2
Downloading/unpacking pycurl==7.18.2
  Running setup.py egg_info for package pycurl
    Using curl-config (libcurl 7.18.2)
Installing collected packages: pycurl
  Running setup.py install for pycurl
    Using curl-config (libcurl 7.18.2)
    building 'pycurl' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_OPENSSL=1
-DHAVE_CURL_SSL=1 -I/usr/include/python2.5 -c src/pycurl.c -o
build/temp.linux-i686-2.5/src/pycurl.o
    src/pycurl.c:61:4: error: #error "Need libcurl version 7.19.0 or
greater to compile pycurl."
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-python
Received on 2010-08-31