From owner-freebsd-questions@FreeBSD.ORG Sun May 25 01:49:01 2003 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 A355537B401 for ; Sun, 25 May 2003 01:49:01 -0700 (PDT) Received: from zim.0x7e.net (zim.0x7e.net [203.38.184.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1299F43F75 for ; Sun, 25 May 2003 01:49:00 -0700 (PDT) (envelope-from listone@deathbeforedecaf.net) Received: from goo.0x7e.net ([203.38.184.164] helo=goo) by zim.0x7e.net with smtp (Exim 3.36 #1) id 19JrBT-000HqV-00; Sun, 25 May 2003 18:18:51 +0930 Message-ID: <001001c3229a$77039fa0$a4b826cb@goo> From: "Rob" To: , References: Date: Sun, 25 May 2003 18:18:49 +0930 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4920.2300 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Subject: Re: upgrading perl 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: Sun, 25 May 2003 08:49:01 -0000 Install a perl port with a newer version: # cd /usr/ports/lang/perl5.8 # make install and run the command which makes it 'default' for the system: # use.perl port This replaces the system perl binaries under /usr/bin with symlinks to the new port in /usr/local/bin (though it seems to miss a few) and adds some lines to /etc/make.conf so the new version will be used for building software. If you do this, there shouldn't be any need to remove the base system's version of perl. ----- Original Message ----- From: "Aaron Peterson" To: Sent: Sunday, May 25, 2003 11:16 AM Subject: upgrading perl > What is the proper way to go about upgrading perl, since the base system > installs 5.0 something. I want to avoid the complications of having > multiple versions of perl installed at once... (using freebsd 4.8) > -- > > _______________________________________________ > 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" >