-------- On Wed, Oct 29 1997 11:53 GMT Pere Camps writes: > Whenever I start perl, I get the following warning: > > perl: warning: Setting locale failed for the categories: > LC_CTYPE > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "ISO_8859_1", > LANG = "es_ES" > are supported and installed on your system. > perl: warning: Falling back to the "C" locale. > > Does anybody know how to fix this? Yes. I got this message when I upgraded from stable to unstable (libc5 -> libc6 change) and didn't recompile the locale representations. I don't know whether this holds for you, but I'd try to recompile the locale representation for en_ES:
/usr/bin/localedef --charmap=./ISO_8859-1,1987 --inputfile=./en_CH en_CH where the charmap and inputfile are taken from the locale source package. HTH, David -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .