There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was: /usr/lib64/libnssutil3.so: undefined symbol: PL_ClearArenaPool 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.4.3 (#1, Dec 222011, 12:12:01) [GCC 4.1.220080704 (Red Hat 4.1.2-50)] If you cannot solve this problem yourself, please go to the yum faq at: http://wiki.linux.duke.edu/YumFaq
主要是这个问题:
1 2
The error leading to this problem was: /usr/lib64/libnssutil3.so: undefinedsymbol: PL_ClearArenaPool
The problem is not python, it’s the LD_LIBRARY_PATH that does not include/lib64 and /usr/lib64 setting in the /etc/profiles.d/blreports.sh file. we fixed this by pre-pending /lib64:/usr/lib64 to the LD_LIBRARY_PATH