On Fri, Mar 24, 2000 at 02:18:09PM -0800, Christian DeKonink wrote:
>Hi,
>       I just installed 4.0 and when I try to run perl I get

Just so you know, I think 4.0 is being discussed on -stable now.

>perl: warning Setting locale failed
>perl: warning: Please check that you locale settings:
>        LC_ALL = C
>        LC_CTYPE = en_US
>        LANG = C
>      are supported and installed on your system
>perl: warning: Falling back to standard locale ("C").

Just do something like this in your /etc/profile or whatever is
appropriate:

LC_ALL=C
LC_CTYPE=C
LANG=C
export LC_ALL LC_CTYPE LANG

Tim


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to