From owner-freebsd-stable Thu Sep 7 11: 4:48 2000 Delivered-To: freebsd-stable@freebsd.org Received: from starbug.ugh.net.au (starbug.ugh.net.au [203.31.238.37]) by hub.freebsd.org (Postfix) with ESMTP id C05DC37B422 for ; Thu, 7 Sep 2000 11:04:44 -0700 (PDT) Received: by starbug.ugh.net.au (Postfix, from userid 1000) id 69F8DA8AE; Fri, 8 Sep 2000 05:04:16 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by starbug.ugh.net.au (Postfix) with ESMTP id 63D2B544B; Fri, 8 Sep 2000 04:04:16 +1000 (EST) Date: Fri, 8 Sep 2000 04:04:16 +1000 (EST) From: andrew@ugh.net.au To: Matthieu Pasini Cc: freebsd-stable@freebsd.org Subject: Re: Perl Doesn't like XFree-4.0.1 In-Reply-To: <00090521085201.35453@sniper.domtek.fr> Message-ID: X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 5 Sep 2000, Matthieu Pasini wrote: > >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"). man perllocale. A quick fix would be: setenv LC_ALL "C" for csh I would guess but the man page gives you more details. Try also http://www.freebsd.org/handbook/using-localization.html Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message