> File "/usr/lib/python2.3/site-packages/libxml2.py", line 1, in ? import libxml2mod > ImportError: /usr/lib/python2.3/site-packages/libxml2mod.so: undefined symbol: xmlNewDocPI There's probably another libxml2mod.so on your path, ahead of the one in /usr/lib (maybe the one that comes with ActiveTcl :-)) Do ldd /usr/lib/python2.3/site-packages/libxml2.py and check where libxml2mod.so comes from. If it is not /usr/lib, you've got a problem. One way to fix it is to update the package that's causing you trouble. Another is to add /lib and /usr/lib to the top of /etc/ld.so.conf and run ldconfig (this will complain about duplicate /lib and /usr/lib, and may break that other package) but it will fix yum. _______________________________________________ No banners. No pop-ups. No kidding. Make My Way your home on the Web - http://www.myway.com