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?