Python crash issue in Fedora 12

Posted by MA1 on Super User See other posts from Super User or by MA1
Published on 2010-05-05T08:24:59Z Indexed on 2010/05/05 8:28 UTC
Read the original article Hit count: 168

Filed under:
|

How to fix the following issue and what's the problem. Due to this problem, everything that uses python is not working.

/lib/librt.so.1: symbol pthread_barrier_wait, version GLIBC_2.2 not defined in file libpthread.so.0 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.6.2 (r262:71600, Aug 21 2009, 12:22:21) [GCC 4.4.1 20090818 (Red Hat 4.4.1-6)]

© Super User or respective owner

Related posts about linux

Related posts about python