From owner-freebsd-current Fri Mar 24 14:37:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.hcisp.net (Stargate.hcisp.net [208.60.89.18]) by hub.freebsd.org (Postfix) with SMTP id 9B28237B7DA for ; Fri, 24 Mar 2000 14:37:35 -0800 (PST) (envelope-from tim@mysql.com) Received: (qmail 12964 invoked from network); 24 Mar 2000 22:43:42 -0000 Received: from modem2.hcsip.net (HELO threads.polyesthetic.msg) (208.60.89.68) by stargate.hcisp.net with SMTP; 24 Mar 2000 22:43:42 -0000 Received: (qmail 37701 invoked by uid 1001); 24 Mar 2000 22:36:44 -0000 From: "Thimble Smith" Date: Fri, 24 Mar 2000 17:36:44 -0500 To: Christian DeKonink Cc: freebsd-current@FreeBSD.ORG Subject: Re: perl not working Message-ID: <20000324173644.G37030@threads.polyesthetic.msg> References: <38DBE9A1.5F2D9118@sendmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <38DBE9A1.5F2D9118@sendmail.com>; from chrisd@sendmail.com on Fri, Mar 24, 2000 at 02:18:09PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 24, 2000 at 02:18:09PM -0800, Christian DeKonink wrote: >Hi, > I just installed 4.0 and when I try to run perl I get Just so you know, I think 4.0 is being discussed on -stable now. >perl: warning Setting locale failed >perl: warning: Please check that you locale settings: > LC_ALL = C > LC_CTYPE = en_US > LANG = C > are supported and installed on your system >perl: warning: Falling back to standard locale ("C"). Just do something like this in your /etc/profile or whatever is appropriate: LC_ALL=C LC_CTYPE=C LANG=C export LC_ALL LC_CTYPE LANG Tim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message