From owner-freebsd-questions@FreeBSD.ORG Mon Jul 26 11:09:19 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 C32C516A4CE for ; Mon, 26 Jul 2004 11:09:19 +0000 (GMT) Received: from hp2.euro.net.mk (hp2.euro.net.mk [212.110.94.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3449743D45 for ; Mon, 26 Jul 2004 11:09:18 +0000 (GMT) (envelope-from FreeBSD@euro.net.mk) Received: from [212.110.94.68] by hp2.euronet.com.mk (NTMail 7.00.0018/SG1971.09.57a4aa33) with ESMTP id xahlpaaa for freebsd-questions@freebsd.org; Mon, 26 Jul 2004 13:12:44 +0200 Date: Mon, 26 Jul 2004 13:09:10 +0200 From: Perica Veljanovski To: Peter Risdon , FreeBSD-Questions In-Reply-To: <4104CB96.3010006@circlesquared.com> References: <20040726092114.9FF6.FREEBSD@euro.net.mk> <4104CB96.3010006@circlesquared.com> Message-Id: <20040726130255.A008.FREEBSD@euro.net.mk> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.10.02 [en] X-VSMLoop: euronet.com.mk Subject: Re: how to upgrade 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: Mon, 26 Jul 2004 11:09:19 -0000 > > How do I upgrade perl version 5.005_03 to Perl 5.8 on my FreeBSD 4.10-RELEASE > > from ports? > > > > Tryed: > > cd /usr/ports/lang/perl5.8 > > make install > > and nothing happend :P > > Nothing at all? Was there no output on the console? > > If you did see the normal kind of burbling, but still find ports use the > original version, you probably haven't done: > > #use.perl port all done :) I did the make install in ssh from a windows box, an gues what, the windows box crashed during the make install on the fbsd box. And since I'm lazy enough not to run script(1) I didn't see the end of make which probobly sad what you sugested. 10x Peter.