From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 15:08:45 2005 Return-Path: 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 2113816A4CE for ; Fri, 14 Jan 2005 15:08:45 +0000 (GMT) Received: from wenn.com (cube1.wenn.com [195.157.139.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2AF9943D55 for ; Fri, 14 Jan 2005 15:08:44 +0000 (GMT) (envelope-from gary@hayers.org) Received: from [10.0.0.2] (fw.wenn.com [195.157.139.125]) by smtp.wenn.com (8.10.2/8.10.2) with ESMTP id j0EF8TG01762; Fri, 14 Jan 2005 15:08:29 GMT Message-ID: <41E7E067.7090109@hayers.org> Date: Fri, 14 Jan 2005 15:08:23 +0000 From: Gary Hayers User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andy Firman , freebsd-questions@freebsd.org References: <20050114133433.GA7526@akroteq.com> In-Reply-To: <20050114133433.GA7526@akroteq.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: perl -MCPAN -e shell question - need a howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 15:08:45 -0000 Andy Firman wrote: > Using FreeBSD 4.10 stable, perl-5.8.5 installed from ports. > > su-2.05b# perl -v > This is perl, v5.8.5 built for i386-freebsd-64int > > When using perl -MCPAN -e shell, I can install the bundle fine, > but the when I try to install XML::DOM, or Text::Aspell, they fail. > > Where can I go for help on getting the bsdpan ports installed? > Or is there a howto on this stuff because I am clueless? > > Thanks, > Andy If you have the Ports tree installed you can install it from the ports tree # cd /usr/ports/textproc/p5-XML-DOM && make install clean