Date: Thu, 12 Nov 1998 19:54:41 +0000 From: Tom Hukins <tom@eborcom.com> To: VEGA <vega@d132-h017.rh.rit.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: perl strangeness Message-ID: <19981112195441.A1427@eborcom.com> In-Reply-To: <Pine.BSF.4.05.9811121037280.23935-100000@d132-h017.rh.rit.edu>; from VEGA on Thu, Nov 12, 1998 at 10:38:47AM -0500 References: <Pine.BSF.4.05.9811121037280.23935-100000@d132-h017.rh.rit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 12, 1998 at 10:38:47AM -0500, VEGA wrote: > > whenever i run anything that perl is used for i get the following message: > > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LANG = "us" > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). Have you installed Star Office? I noticed this exact problem on my machine when I installed it. Basically, somehow the LANG environment variable is being set. To find out what is causing it to be set try: % grep LANG `ls -A $HOME` and then edit any configuration files which set this. If Star Office has caused this, you will need to edit your .sd.sh or .sd.csh. Regards, Tom -- Learn how to create amazing web sites Visit eBORcOM's Web Development Resources http://www.eborcom.com/webmaker/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981112195441.A1427>