From owner-freebsd-stable Thu Sep 7 11:13:27 2000 Delivered-To: freebsd-stable@freebsd.org Received: from smtpproxy1.mitre.org (mb-20-100.mitre.org [129.83.20.100]) by hub.freebsd.org (Postfix) with ESMTP id B24B337B42C for ; Thu, 7 Sep 2000 11:06:10 -0700 (PDT) Received: from avsrv1.mitre.org (avsrv1.mitre.org [129.83.20.58]) by smtpproxy1.mitre.org (8.9.3/8.9.3) with ESMTP id OAA22630 for ; Thu, 7 Sep 2000 14:05:19 -0400 (EDT) Received: from mailsrv2.mitre.org (mailsrv2.mitre.org [129.83.221.17]) by smtpsrv1.mitre.org (8.9.3/8.9.3) with ESMTP id OAA07768 for ; Thu, 7 Sep 2000 14:02:32 -0400 (EDT) Received: from mitre.org ([128.29.145.140]) by mailsrv2.mitre.org (Netscape Messaging Server 4.1) with ESMTP id G0J3KT00.IB7; Thu, 7 Sep 2000 14:05:17 -0400 Message-ID: <39B7D8E0.A5AE4466@mitre.org> Date: Thu, 07 Sep 2000 14:05:20 -0400 From: "Andresen,Jason R." Organization: The MITRE Corporation X-Mailer: Mozilla 4.73 [en]C-20000509M (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Matthieu Pasini Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Perl Doesn't like XFree-4.0.1 References: <00090521085201.35453@sniper.domtek.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthieu Pasini wrote: > > Hello, > I'm having a problem since i installed Xfree-4.0.1 from the ports. > XFree 4 is very good working, but perl is complaining . > I have the following message when i do "whereis"( i have > seen this error in Eterm which must be using Perl and whereis is using Perl) : > > >bash-2.03$ perl > >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"). > > I did'nt made a make world since the 22 August : > > >FreeBSD sniper.domtek.fr 4.1-STABLE FreeBSD 4.1-STABLE #10: Tue Aug 22 > >16:14:36 CEST 2000 root@sniper.domtek.fr:/usr/src/sys/compile/SNIPER i386 > > Does someone have an idea ? Perl doesn't like your locale settings, I don't know why XFree4 would change these, it may just be a coinincidence. Try settings these environment variables in your profile: export LANG="en_US.ISO_8859-1" export LC_ALL="en_US.ISO_8859-1" export LC_CTYPE="en_US.ISO_8859-1" Assuming of course that you are an American English speaker. (and based upon your language setting above). -- _ _ _ ___ ____ ___ ______________________________________ / \/ \ | ||_ _|| _ \|___| | Jason Andresen -- jandrese@mitre.org / /\/\ \ | | | | | |/ /|_|_ | Views expressed may not reflect those /_/ \_\|_| |_| |_|\_\|___| | of the Mitre Corporation. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message