From owner-freebsd-questions Thu Nov 12 12:02:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA14812 for freebsd-questions-outgoing; Thu, 12 Nov 1998 12:02:08 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail3.svr.freeserve.net (mail3.svr.freeserve.net [194.152.65.211]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA14673 for ; Thu, 12 Nov 1998 12:01:53 -0800 (PST) (envelope-from tom@eborcom.com) Received: from modem-59.boron.dialup.pol.co.uk ([62.136.2.59]) by mail3.svr.freeserve.net with esmtp (Exim 2.05iplimit-2 #5) id 0ze2vq-0002L4-00 for freebsd-questions@freebsd.org; Thu, 12 Nov 1998 20:01:31 +0000 Received: (qmail 1498 invoked by uid 5000); 12 Nov 1998 19:54:41 -0000 Message-ID: <19981112195441.A1427@eborcom.com> Date: Thu, 12 Nov 1998 19:54:41 +0000 From: Tom Hukins To: VEGA Cc: freebsd-questions@FreeBSD.ORG Subject: Re: perl strangeness References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from VEGA on Thu, Nov 12, 1998 at 10:38:47AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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