curl-and-python

RE: what version of python?

From: Jeff Barrett <jbarrett_at_corpstar.com>
Date: Mon, 21 Jun 2004 17:33:07 -0400

Yes I did that. Then I did a make, then make install. Then I went into the
pycurl directory and ran python setup.py install.

I even ran a check with ldconfig -v | grep curl and made sure the libraries
were being pulled in and they were (not sure if python uses the ldconfig
info in the build process).

Problem still continues where it expects a libcurl.so.2 library and all I
have to offer is /usr/lib/libcurl.so.3

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

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