I am getting the following errors when I execute some commands on Solaris 10.
couldn't set locale correctly
Output of locale command-
LANG=en_US
LC_CTYPE="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_COLLATE="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
Does LC_ALL need to be set? I don't have root on this machine.. can I specify locale in my rc files?
LC_ALLand the otherLC_variables. Either unsetLC_ALL, or set it to a valid value and unset the others. – mark4o Sep 17 '09 at 13:57