I have a CentOS 5 server that I need to install pycurl 7.19.0 on. pycurl 7.19.0 requires libcurl 7.19.x or higher. The bundled version of libcurl is 7.15.5. I can't seem to find any rpms and I'm a little hesitant to install from source.
Any ideas?
I figured it out. For anyone who may be interested here is what I did.
python setup.py install --curl-config=/opt/curl/bin/curl-config
Breath a sigh of relief.
I don't see a new version binary RPM available for CentOS5 anywhere so you'll probably have to recompile. I'd start with http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/curl-7.21.3-3.fc15.src.rpm (and you may as well use http://download.fedora.redhat.com/pub/fedora/linux/development/rawhide/source/SRPMS/python-pycurl-7.19.0-9.fc15.src.rpm as well).