Hi again, I'm getting a strange problem whenever I run perl, I get this output :-
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
I know (or think) it's something to do with the file /etc/sysconfig/i18n but I can't figure out how to setup the rest, are there defaults that these variables should be set to?
TIA
Simon
On Wed, Nov 21, 2001 at 09:24:25AM -0000, Simon Parkes wrote:
Hi again, I'm getting a strange problem whenever I run perl, I get this output :-
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
I do remember seeing this on a RedHat 6.2 machine, but can't remember how I fixed it :o)
Luckily, doing 'perldoc perllocale' will throw you up a document written by someone who can remember. If not you'll find it at
http://www.perlmonks.org/index.pl?node=perlman%3Aperllocale&lastnode_id=...
HTH
Malc