From owner-freebsd-questions@FreeBSD.ORG Fri May 11 00:50:43 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 EABF116A400 for ; Fri, 11 May 2007 00:50:43 +0000 (UTC) (envelope-from crussell_1969@yahoo.com) Received: from web51609.mail.re2.yahoo.com (web51609.mail.re2.yahoo.com [206.190.38.214]) by mx1.freebsd.org (Postfix) with SMTP id 827BD13C448 for ; Fri, 11 May 2007 00:50:43 +0000 (UTC) (envelope-from crussell_1969@yahoo.com) Received: (qmail 55706 invoked by uid 60001); 11 May 2007 00:50:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=aTm4BD/kOkemhi6Xk9S3fOfhIZaE/5kP0UalGC4ghzW+auXQarZq+Vlp5MnRpYZ+L/uiZVs4Wtdtk+L84uP6/dxXrsszsyWUo2usgga+7JefK6BclHa1+M+FjseCiMou9Nb42GmTfk/gm+IRpQSkzTvEcH+LDahNlfSnLGkkguo=; X-YMail-OSG: JxFJP.gVM1nBbSMge3xATPOL4Z58dQNmT9DtyFNam7mDVsAKAuynU6p0PYvXKVG9741pUkdEJcKZkHeIrmArmYDpm2Vh5I.gd8YqemFpLAmNj.PyS.rAjerll23w4w-- Received: from [208.71.248.176] by web51609.mail.re2.yahoo.com via HTTP; Thu, 10 May 2007 17:50:38 PDT Date: Thu, 10 May 2007 17:50:38 -0700 (PDT) From: Craig Russell To: freebsd In-Reply-To: <713328.4638.qm@web57011.mail.re3.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <991662.54266.qm@web51609.mail.re2.yahoo.com> 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 00:50:44 -0000 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. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >