From owner-freebsd-questions@FreeBSD.ORG Tue Feb 14 09:20:53 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E6C116A420 for ; Tue, 14 Feb 2006 09:20:53 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from tin.colossus.net (tin.colossus.net [216.121.224.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 639B943D5A for ; Tue, 14 Feb 2006 09:20:52 +0000 (GMT) (envelope-from jhfoo@nexlabs.com) Received: from nexpc (63.210-193-15.adsl.qala.com.sg [210.193.15.63]) by tin.colossus.net (8.9.3p2/8.9.3) with SMTP id BAA06156 for ; Tue, 14 Feb 2006 01:20:50 -0800 Message-ID: <057001c63149$4b9de350$c801a8c0@nexpc> From: "Foo Ji-Haw" To: Date: Tue, 14 Feb 2006 17:30:27 +0800 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Unable to install libwww (Perl) on FBSD 5.4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2006 09:20:53 -0000 Hi all, I've not no problems installing most of the applications on FBSD 5.4. = But I'm stuck with this one: Some background: 1. Just cvsupped 5 min ago 2. 5.4 OS 3. Using Perl 5.8.6 I'm trying to install ports/www/p5-libwww/, but in all the dependencies = that it tries to install, it always die on the same part of the error: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL =3D (unset), LANG =3D "en_EN.ISO8859-1" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). =3D=3D=3D> Building for p5-Net-1.19,1 0: not found *** Error code 127 I've had this for p5-URI, p5-Net, p5-Compress-Zlib. In the end, I installed the package instead: pkg_add -r libwww Running a test script that includes LWP::UserAgent, I get this warning = message; perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LC_ALL =3D (unset), LANG =3D "en_EN.ISO8859-1" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Can anyone tell me how to get around this error/ warning? Thanks.