On 9/18/05, Elsadig Ahmed <elsadig8@xxxxxxxxx> wrote: > There was a problem importing one of the Python > modules > required to run yum. The error leading to this problem > was: > > /usr/lib/libkrb5.so.3: undefined symbol: > add_error_table > > 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.1 (#1, May 16 2005, 15:19:29) > [GCC 4.0.0 20050512 (Red Hat 4.0.0-5)] > > If you cannot solve this problem yourself, please send > this > > Elsadig, How did you install yum, gcc, and python? http://wiki.linux.duke.edu/YumFaq#Q7: This error message is often misleading. To see the real error, run python from the command line, and type import yum. The problem probably isn't with your version of python at all, but with a missing libxml2-python, python-sqlite, or python-elementtree package. A future version of yum will attempt to provide different error messages for different possible module import errors, so this will become less confusing. Regards, Greg