Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Yesterday unknowingly I installed curl 7.19.7 package but my FEDORA 16 had already installed curl 7.21.7 (latest version than the one I installed).

Now whenever I execute yum command (eg. yum update,yum install software etc) I get the below error:

Fatal Python error: pycurl: libcurl link-time version is older than compile-time version

Aborted (core dumped)

Has anyone experienced similar issue and resolved it?

share|improve this question
1  
Not programming related. Try superuser.com – Burhan Khalid Oct 11 '12 at 4:22

closed as off topic by skjaidev, Burhan Khalid, Ignacio Vazquez-Abrams, tripleee, Jon Clements Oct 11 '12 at 10:17

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You will need to download both the curl and the curl-devel package and install them using rpm.

share|improve this answer
but I have latest curl version – kattashri Oct 11 '12 at 7:05

Not the answer you're looking for? Browse other questions tagged or ask your own question.