If your shell is tcsh, put the following 2 lines in your .tcshrc login/setup file.
setenv LANG en_US setenv LC_ALL C
The funny thing was, most examples I saw had equal signs "=" in there somewhere, and that didn't work at all.
HTH.
Chris http://perlmonks.org/index.pl?node=Louis_Wu
On Thursday, Sep 25, 2003, at 14:19 US/Pacific, Kevin Barry wrote:
I gave up trying to add modules to perl 5.6.0 and upgraded rather painlessly
to 5.8.0. Now I get the error below when running any perl scripts:
perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL = (unset), LANG = "en_US" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C").
I've tried the environment settings on the perl upgrade instructions on the
Apple website and I made the changes to the environment.plist file as
detailed on another site with no luck.
Is there possibly another fix?
Kevin
