On Sat, 10 Jul 2004, Gene Heskett wrote:
I'm guesing you did 'yum update' instead of 'yum upgrade' to upgrade to FC1 from RHL9 - hence some of these issues..
Actually I did the upgrade from a rh8 install, using the FC1 cd's I'd dld and burnt.
Wierd.. I thought the installer (from CD) removes obsoleted packgages.
But now apt appears to have fixed this.
All this didn't fix yum though, its still doing this: [root@coyote root]# yum update Traceback (most recent call last): File "/usr/bin/yum", line 22, in ? import yummain File "/usr/share/yum/yummain.py", line 31, in ? import yumcomps File "/usr/share/yum/yumcomps.py", line 4, in ? import comps File "/usr/share/yum/comps.py", line 5, in ? import libxml2 File "/usr/lib/python2.2/site-packages/libxml2.py", line 1, in ? import libxml2mod ImportError: /usr/lib/python2.2/site-packages/libxml2mod.so: undefined symbol: xmlByteConsumed [root@coyote root]#
Sigh...
Sorry - I'm stumped here. You could try the following (not that it helps much)..
asterix:/home/balay>python
Python 2.2.3 (#1, Oct 15 2003, 23:33:35) [GCC 3.3.1 20030930 (Red Hat Linux 3.3.1-6)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import libxml2mod
[no error here]
Just for giggles & grins, whats the md5sum on your libxml2mod.so? Here its: 001cfb1b9fc59a4adad7e14f82034aee /usr/lib/python2.2/site-packages/libxml2mod.so
I get the same thing (rpm -V does MD5 check as well)
001cfb1b9fc59a4adad7e14f82034aee /usr/lib/python2.2/site-packages/libxml2mod.so
Satish