From owner-freebsd-questions@FreeBSD.ORG Fri Jan 14 14:42:07 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 1A7F916A4CE for ; Fri, 14 Jan 2005 14:42:07 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE88043D54 for ; Fri, 14 Jan 2005 14:42:06 +0000 (GMT) (envelope-from fehwalker@gmail.com) Received: by wproxy.gmail.com with SMTP id 36so792950wri for ; Fri, 14 Jan 2005 06:42:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=jEDgeMe6Qz66Vd9QAKTIFRRIugLhEMk9q/GJrWvvzc15Uv+U6fngltYADZj/xfSw67p8NeQlgWz6WnGsJIs4aOiDbEz59So1GOtAIuL+DfUMtpRAU2mhf38DlIYnhTAT1LzTmJzs9Ae78ci0jtq3KKWbGyc/nzkB0h3V0CfzMfQ= Received: by 10.54.59.11 with SMTP id h11mr220554wra; Fri, 14 Jan 2005 06:42:06 -0800 (PST) Received: by 10.54.19.59 with HTTP; Fri, 14 Jan 2005 06:42:06 -0800 (PST) Message-ID: <35de0c30050114064223a4f2cd@mail.gmail.com> Date: Fri, 14 Jan 2005 09:42:06 -0500 From: Bryan Fullerton To: freebsd-questions@freebsd.org In-Reply-To: <20050114133433.GA7526@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050114133433.GA7526@akroteq.com> Subject: Re: perl -MCPAN -e shell question - need a howto X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Bryan Fullerton List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 14:42:07 -0000 On Fri, 14 Jan 2005 04:34:33 -0900, 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. What are the errors when they fail? Bryan