On Tue, 2003-12-09 at 16:38, Daniel Veillard wrote: > On Tue, Dec 09, 2003 at 11:47:01AM +0530, Murali Potla wrote: > > I have problem with redhat-config-packages and yum on my FC1. it looks > > like it is a problem with the python and libxml2. > > I have upgraded my box from Red Hat linux 9 to Fedora Core 1. > > > > I am getting the following error whenever i launch yum or > > redhat-config-pcakages > > > > import libxml2mod > > ImportError: /usr/lib/python2.2/site-packages/libxml2mod.so: undefined > > symbol: xmlTextReaderIsValid > > > > I am unable to use these tools. command line rpm works fine though. > > > > Are there any issues reported while upgrading from RHL to fedora ? > > Triple check that your version of libxml2 and libxml2-python are > at the same level: > rpm -q libxml2 libxml2-python > they should have been upgraded to the the same version-release > if not something went wrong. > > Daniel versions of both libxml2 and libxml2-python are same. # rpm -q libxml2 libxml2-python libxml2-2.5.11-1 libxml2-python-2.5.11-1 What could be the other problems ?