[Yum] Weird FC16 yum problem

Zdenek Pavlas zpavlas at redhat.com
Mon Dec 12 10:09:39 UTC 2011


> /usr/lib/python2.7/lib-dynload/selectmodule.so: undefined symbol: mory

My 'select' module does not define that symbol either but Yum
does not complain. 

$ nm -D /usr/lib/python2.7/lib-dynload/selectmodule.so|grep mory
         U PyErr_NoMemory

Strange name for a symbol, anyway.. Is it reproducible?
Can you import that module outside of yum?

$ python
>>> import select
>>> select
<module 'select' from '/usr/lib/python2.7/lib-dynload/selectmodule.so'>

--
Zdenek


More information about the Yum mailing list