Hide Forgot
Description of problem: After upgrade to python-2.7.2-16.fc17.x86_64 I am not able to use yum or vim, with python-2.7.2-15.fc17.x86_64 everything work: # yum clean all There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib64/python2.7/lib-dynload/selectmodule.so: symbol __fdelt_chk, version GLIBC_2.15 not defined in file libc.so.6 with link time reference Please install a package which provides this module, or verify that the module is installed correctly. It's possible that the above module doesn't match the current version of Python, which is: 2.7.2 (default, Sep 30 2011, 20:54:11) [GCC 4.6.1 20110908 (Red Hat 4.6.1-9)] If you cannot solve this problem yourself, please go to the yum faq at: http://yum.baseurl.org/wiki/Faq # vim vim: relocation error: vim: symbol __fdelt_chk, version GLIBC_2.15 not defined in file libc.so.6 with link time reference
I've downgraded back to python-2.7.2-15.fc17.x86_64 and run update for whole system and problem is gone.