[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: locale not supported
- From: Will Benton <bentonw stolaf edu>
- To: redhat-list redhat com
- Cc: mw wierdlmpc msci memphis edu
- Subject: Re: locale not supported
- Date: Sat, 27 Feb 1999 10:19:07 -0600 (EST)
On Fri, 26 Feb 1999, Mate Wierdl wrote:
> After upgrading my 4.2 system to 5.2, I get the error
>
> Warning: locale not supported by C library, locale unchanged
>
> when I start many applications, like an xterm.
>
> Where should I look for the cause of this?
Let me guess. You installed using the "redneck" language, right? This
defines your locale as "en_RN", which is not a real locale. The quick fix
is to do something like this (for tcsh, in your ~/.tcshrc):
setenv LANG en_US
setenv LC_CTYPE en_US
setenv LC_NUMERIC en_US
setenv LC_TIME en_US
setenv LC_COLLATE en_US
setenv LC_MONETARY en_US
setenv LC_MESSAGES en_US
setenv LC_ALL en_US
Let me know if this works!
cheers,
wb
---
Will Benton | "A black eye never reformed a drunkard; a czar never
bentonw stolaf edu | stopped a free thought" --Charles Ives
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]