From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 06:26:48 2005 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 8087D16A41F for ; Fri, 23 Sep 2005 06:26:48 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0770543D49 for ; Fri, 23 Sep 2005 06:26:47 +0000 (GMT) (envelope-from peterclutton@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so550046wxc for ; Thu, 22 Sep 2005 23:26:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=r6v5I5skpO03L1Ny/YCgiLXG/b2nnKAhpIzU6rhNfds+7cqeox2GygcFwOevmMuVD1or4BD1apCqEhkuGQpD0imWb/lpnAJmHC6FKHSlVJ6G/HeDtFeRlNoHQtPqVX43EfPj6h7SrJGwLMaJrAjfIKhWn8YkoiAhn7cacFXqpu4= Received: by 10.70.111.11 with SMTP id j11mr732359wxc; Thu, 22 Sep 2005 23:26:47 -0700 (PDT) Received: by 10.70.91.17 with HTTP; Thu, 22 Sep 2005 23:26:47 -0700 (PDT) Message-ID: <57416b30050922232617728fd@mail.gmail.com> Date: Fri, 23 Sep 2005 16:26:47 +1000 From: Peter Clutton To: Gregory Nou In-Reply-To: <43339EC3.8040605@altern.org> MIME-Version: 1.0 References: <200509212203.35549.dfarmour@myrealbox.com> <57416b300509222218697a524b@mail.gmail.com> <43339EC3.8040605@altern.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: David Armour , freebsd-questions@freebsd.org Subject: Re: NEWBIE: how-to for feeding file to gnomealyzer.sh? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Peter Clutton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 06:26:48 -0000 On 9/23/05, Gregory Nou wrote: > > You should install port textproc/p5-XML-Parser, and if already > installed, verify that the link are well done in your /usr/local/bin (eg > : not something like using perl5.8 and having perl pointing on perl5.6.2) Thanks for that. I usually check out the port it mentions in it's output, but the XML-parser thing threw me. Will have a look tonight and let you know.