Re: Weird FC16 yum problem

Zdenek Pavlas <[email protected]>
Newsgroups gmane.linux.rpm.yum
Message-ID <2c45e56b-b868-47aa-83c4-cfb811837e21@zmail14.collab.prod.int.phx2.redhat.com>
> /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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.