curl-and-python

RE: what version of python?

From: Jesse Noller <jnoller_at_archivas.com>
Date: Mon, 21 Jun 2004 17:22:56 -0400

On Mon, 2004-06-21 at 17:19, Jeff Barrett wrote:
> Followed these instructions and I get the following error:
>
> import pycurl
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: libcurl.so.2: cannot open shared object file: No such file or
> directory
>
> This seems to be related to the fact that it built the libraries as,
> libcurl.so.3 and not libcurl.so.2 as pycurl seems to have been expecting.
>
> What could I be doing wrong here?
>
> Thanks,
>
> Jeff

You downloaded the source tarball for curl, right? When you did a
./configure, did you give it ./configure --prefix=/usr like I mentioned?
If not, pycurl can not find any of the libraries it requires.

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-and-python
Received on 2004-06-21