From owner-freebsd-questions Fri Mar 3 11:42:43 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bellona.asdf.com (bellona.asdf.com [205.138.138.158]) by hub.freebsd.org (Postfix) with ESMTP id D088C37B58A for ; Fri, 3 Mar 2000 11:42:35 -0800 (PST) (envelope-from xlogan@novagate.net) Received: from localhost (xlogan@localhost) by bellona.asdf.com (8.9.3/8.9.3) with ESMTP id OAA06247 for ; Fri, 3 Mar 2000 14:42:28 -0500 (EST) (envelope-from xlogan@novagate.net) X-Authentication-Warning: bellona.asdf.com: xlogan owned process doing -bs Date: Fri, 3 Mar 2000 14:42:28 -0500 (EST) From: x@asdf.com To: freebsd-questions@FreeBSD.ORG Subject: Re: Strange error messages in Perl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG We ran into this issue as well, and it was "fixed" by just putting a .login.locale file in your home dir. Mine looks like this: setenv LC_ALL en_US.ISO_8859-1 setenv LC_CTYPE en_US.ISO_8859-1 setenv LANG en_US.ISO_8859-1 setenv LESSCHARSET latin1 -Dan On Thu, 2 Mar 2000, Evan Leon wrote: > I'm running 3.4-RELEASE, and I have been getting the following error > message every time Perl is called (a friend of mine has previously seen > the same error, but did not know what the cause was): > > bash-2.03$ perl -e 'print "hello!\n"' > perl: warning: Setting locale failed. > perl: warning: Please check that your locale settings: > LC_ALL = (unset), > LC_CTYPE = "en_US", > LANG = (unset) > are supported and installed on your system. > perl: warning: Falling back to the standard locale ("C"). > hello! > bash-2.03$ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message