I get locale errors when running Perl. Does anyone know the answer, or know
where I should look?
~~
When I run perl, I get warnings. I don't know how to fix them. Can anyone
help me fix these?
$ perl -w
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en",
LC_ALL = "en",
LANG = "en"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
This is the output when I type 'locale' on the command line.
$ locale
LANG=en
LC_CTYPE="en"
LC_NUMERIC="en"
LC_TIME="en"
LC_COLLATE="en"
LC_MONETARY="en"
LC_MESSAGES="en"
LC_ALL=en
As you can see, LANGUAGE is missing. LANG and LC_ALL have en but it is not
enclosed by quotes. How can I fix this?
I live in Canada and plan to use English as my primary language (en). I'm
running Mandrake 7.0 and glibc 2.1.
Thank you!
--
--Arcana