From owner-freebsd-questions@FreeBSD.ORG Fri Oct 8 18:40:14 2004 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 9CDF616A4CE for ; Fri, 8 Oct 2004 18:40:14 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 505A943D39 for ; Fri, 8 Oct 2004 18:40:14 +0000 (GMT) (envelope-from nocmonkey@gmail.com) Received: by mproxy.gmail.com with SMTP id 79so63921rnk for ; Fri, 08 Oct 2004 11:40:06 -0700 (PDT) Received: by 10.38.126.38 with SMTP id y38mr324233rnc; Fri, 08 Oct 2004 11:40:06 -0700 (PDT) Received: by 10.38.73.58 with HTTP; Fri, 8 Oct 2004 11:40:06 -0700 (PDT) Message-ID: Date: Fri, 8 Oct 2004 14:40:06 -0400 From: Danny To: Paul Schmehl In-Reply-To: <0F7C78308FE3BA2A1FF3EEE3@utd49554.utdallas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <0F7C78308FE3BA2A1FF3EEE3@utd49554.utdallas.edu> cc: FreeBSD-questions Subject: Re: How to update perl on FreeBSD 4.9R X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Danny List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Oct 2004 18:40:14 -0000 On Fri, 08 Oct 2004 13:28:59 -0500, Paul Schmehl wrote: > --On Friday, October 08, 2004 02:22:13 PM -0400 Danny > wrote: > > > How to update perl on FreeBSD 4.9R? > > > Define update. Do you mean use the ports version instead of the src > version? Do you mean update the ports version? Update the src version? Whatever is easiest; I do not feel like rebuilding the src, but I don't know if I need to. I am trying to install a perl CPAN module: mx1# perl Makefile.PL Perl 5.006 required--this is only version 5.00503, stopped at Makefile.PL line 3. BEGIN failed--compilation aborted at Makefile.PL line 3. mx1# All I know is that I need to update to a newer version. > It might be helpful if you described what you're trying to accomplish. To update to a newer version of Perl, so that I can install this date:calc CPAN module. Thank you, ...D