Installing Pycurl on CentOS?
        Posted  
        
            by RadiantHex
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RadiantHex
        
        
        
        Published on 2010-04-21T15:20:29Z
        Indexed on 
            2010/04/21
            15:23 UTC
        
        
        Read the original article
        Hit count: 752
        
Hi folks,
I'm finding it to install pycurl on CentOS 5 quite the mission impossible.
This is the error I'm getting:
>>> import pycurl
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: libcurl.so.4: cannot open shared object file: No such file or directory
Some help would be beyond amazing. :|
© Stack Overflow or respective owner