I built a new machine from scratch and installed the minimal system thinking I could install stuff I needed with yum ;) Well I keep getting this error [root@newfw root]# yum Traceback (most recent call last): File "/usr/bin/yum", line 22, in ? import yummain File "yummain.py", line 30, in ? File "yumcomps.py", line 4, in ? File "comps.py", line 5, in ? ImportError: No module named libxml2 I am assuming I am missing some packages but I can't figure out what. I installed libxml2-2.5.4-1.i386.rpm to take care of the ImportError: No module named libxml2 And ran updatedb but I still get this error. Any ideas? Jamie