jpan

Member
Aug 12, 2001
20
0
301
I just get my new server today, but when i install anything always showing up the following wrong messages, anyone know how to slove that?
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LANG = \"en_US\"
are supported and installed on your system.
perl: warning: Falling back to the standard locale (\"C\").
 

feanor

Well-Known Member
Aug 13, 2001
835
0
316
Your environment for perl is out of sync w/ redhat\'s base environment, or something along those lines. Do I know what that means? Not really. Do I know a band-aid fix? Probably.

Add this line to your /etc/bashrc ::
export LC_ALL=C

(Under the place where you set the shell\'s default editor, etc... is fine)

Then logout and log back in.
FUN.



:cool: