No luck here... Might just have to reinstall
[root@wkeen ~]# rpm -V python
[root@wkeen ~]# ldd /usr/lib/python2.7/lib-dynload/selectmodule.so
linux-gate.so.1 => (0x00cd6000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00345000)
libc.so.6 => /lib/libc.so.6 (0x006dc000)
/lib/ld-linux.so.2 (0x483e6000)
[root@wkeen ~]# yum
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.7/lib-dynload/selectmodule.so: undefined symbol: mory
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, Oct 27 2011, 01:36:46)
[GCC 4.6.1 20111003 (Red Hat 4.6.1-10)]
If you cannot solve this problem yourself, please go to
the yum faq at:
http://yum.baseurl.org/wiki/Faq
[root@wkeen ~]#
On 12/12/2011 06:37 AM, James Antill wrote:
Walter Keen<walter.keen@xxxxxxxxxxxxxxxxxx> writes:
I'm hoping I'm not the first one to encounter this, and unfortunately
I'm not sure what led up to this, but when I try to use yum, I get
this....
[root@wkeen ~]# yum search nano
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
/usr/lib/python2.7/lib-dynload/selectmodule.so: undefined symbol: mory
I'd try:
ldd /usr/lib/python2.7/lib-dynload/selectmodule.so
...my guess is that you have something installed outside of rpm that
is messing with the shared libraries of python.
Running "rpm -V python", might also point out a problem.
--
Walter Keen
Network Engineer
Rainier Connect
(cell) 253-302-0194
(desk) 360-832-4024
_______________________________________________
Yum mailing list
Yum@xxxxxxxxxxxxxxxxx
http://lists.baseurl.org/mailman/listinfo/yum