I downloaded RedHat 6.1 from one of the FTP mirrors. I made a bootable CD
using boot.img. I am pretty sure I have the file structure right. I booted
the computer using this CD, it came up to the RedHat 6.1 welcome window. I
hit enter and things looked good until ....
running install...
running /sbin/loader
Traceback (innermost last):
File "/user/bin/anaconda", line 13, in ?
import gettext
ImportError: No module named gettext
then install exited abnormally. I looked at line 13, it say's 'import
gettext.' I can only find gettext as an rpm. So the question is,where is
gettext supposed to be for this thing to keep installing? I noticed several
other import commands in anaconda, am I going to have the same problem with
them all?
John