From owner-freebsd-questions@FreeBSD.ORG Fri May 11 01:54:01 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 95D6E16A400 for ; Fri, 11 May 2007 01:54:01 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.freebsd.org (Postfix) with ESMTP id 7406813C455 for ; Fri, 11 May 2007 01:54:01 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from hymn03.u.washington.edu (hymn03.u.washington.edu [140.142.12.169]) by mxout4.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B1s0vq032089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 10 May 2007 18:54:01 -0700 Received: from localhost (localhost [127.0.0.1]) by hymn03.u.washington.edu (8.13.7+UW06.06/8.13.7+UW07.03) with ESMTP id l4B1s0YR031693 for ; Thu, 10 May 2007 18:54:00 -0700 X-Auth-Received: from [192.55.52.4] by hymn03.u.washington.edu via HTTP; Thu, 10 May 2007 18:54:00 PDT Date: Thu, 10 May 2007 18:54:00 -0700 (PDT) From: youshi10@u.washington.edu To: freebsd-questions@freebsd.org In-Reply-To: <991662.54266.qm@web51609.mail.re2.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.5.10.183636 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='NO_REAL_NAME 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0' Subject: Re: Missing perl module is messing everything up 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: Fri, 11 May 2007 01:54:01 -0000 On Thu, 10 May 2007, Craig Russell wrote: > Try running "perl -MCPAN -e shell" as root. > > That should take you to a cpan> prompt from there type > "install XML::Parser" > > If that completes succesfully hit exit and try to > install what you were looking for. > > Hope this helps > > Craig Russell > --- David LeCount wrote: > >> Ahoy. Every time I try to upgrade a program that >> depends on Perl, I get this error: >> >> checking for XML::Parser... configure: error: >> XML::Parser perl module is required for intltool >> >> I've tried a portupgrade -fRra to no avail. I'm not >> sure if I'm missing a package (pkgdb -F doesn't show >> anything) or something is configured incorrectly. >> I've >> done a search and came up with nothing. I could use >> a >> little help. Sounds similar to an error which occurred with Gentoo Linux over the past couple years. Did you just upgrade Perl and do you use GNU products frequently? -Garrett