On Wed, 27 Aug 2003 20:44:44 -0400 Philippe Gendreau [Philippe] wrote: Philippe> On Tue, Apr 22, 2003 at 06:11:54PM +0200, Alain TAUCH wrote: Philippe> > when rebuilding anaconda, I set LC_ALL to en_US.UTF-8 Philippe> > but it seems that I get a bad locale-list file, which Philippe> > make my installation process fail. Philippe> Philippe> I have exactly the same problem. Same error. Philippe> Did you solve it? How? Philippe> Philippe> Thanks. hi, I first thought you quoted the wrong guy (old post ;-) but I "solved" the problem, try this (bash): export LANG=en_US.UTF-8 export LC_ALL=$LANG unset LC_ALL before rebuilding anaconda. It works for me, so it should work for you too. -- Alain