perl not working

2000-03-24 Thread Christian DeKonink

Hi,
I just installed 4.0 and when I try to run perl I get

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").


Is there any way to fix this. I've dedicated my hard disk to freebsd 4.0
and I can't run my killer app

Thanks,

-- 
Christian DeKonink


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



Re: perl not working

2000-03-24 Thread Thimble Smith

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