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, 21 Nov 2001 15:19:59 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"
Interesting. I had perl reporting locale problems after an upgrade of gdm (I think) had my LANG environment variable set to 'english' rather than a proper locale name. I fixed it at the time by editing the /etc/locale.alias file to map this to something sensible.
My LANG variable is now set to en_GB.ISO-8859-1 and perl works fine.