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 ?
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
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 ?
On Tue, Dec 09, 2003 at 06:32:32PM +0530, Murali Potla wrote:
On Tue, 2003-12-09 at 16:38, Daniel Veillard wrote: 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 ?
- the shared libs in your path are not the ones from RPM - your installation got overwritten...
Daniel
On Tue, 2003-12-09 at 10:22, Daniel Veillard wrote:
On Tue, Dec 09, 2003 at 06:32:32PM +0530, Murali Potla wrote:
On Tue, 2003-12-09 at 16:38, Daniel Veillard wrote: 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 ?
- the shared libs in your path are not the ones from RPM
- your installation got overwritten...
Daniel
I'm having the same problems... so how does one fix this?
-- Paul
i upgraded from rhl9 to fc1 and had the same problem with yum. thanks to daniel's advice, i found the problem was indeed caused by conflicting libxml2 libraries installed by nusphere rpms for an evaluation copy of a php editor (NuSphere's PhpED). once i removed PHPed, yum was fine.
for slightly more info and followup see
http://ww1.nusphere.com/support/viewtopic.php?p=2299#2299
-jeff
On Tue, 9 Dec 2003, Daniel Veillard wrote:
On Tue, Dec 09, 2003 at 06:32:32PM +0530, Murali Potla wrote:
On Tue, 2003-12-09 at 16:38, Daniel Veillard wrote: 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 ?
- the shared libs in your path are not the ones from RPM
- your installation got overwritten...
Daniel
users@lists.stg.fedoraproject.org