From owner-freebsd-questions@FreeBSD.ORG Fri Oct 3 02:35:00 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 A8F7916A4B3 for ; Fri, 3 Oct 2003 02:35:00 -0700 (PDT) Received: from slacknet.slacknet.com (slacknet.slacknet.com [204.228.135.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 220DD43FEC for ; Fri, 3 Oct 2003 02:35:00 -0700 (PDT) (envelope-from rj45@slacknet.com) Received: from rj45 (helo=localhost) by slacknet.slacknet.com with local-esmtp (Exim 3.35 #1 (Debian)) id 1A5MKx-0002DU-00 for ; Fri, 03 Oct 2003 03:34:59 -0600 From: RJ45 To: freebsd-questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: problem with perl versions 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: , Date: Fri, 03 Oct 2003 09:35:00 -0000 X-Original-Date: Fri, 3 Oct 2003 03:34:59 -0600 (MDT) X-List-Received-Date: Fri, 03 Oct 2003 09:35:00 -0000 I am runing freebsd 5.1 I have a problem with perl versions I need to use perl 5.8.0 but everytime I install from ports a application which depends from perl 5.6 something is overwritten and perl 5.8.0 is not avalaible and I have to "make reinstall" perl 5.8.0 every time. Is there a way to set a system variable for perl5.8.0 as default? I also tryed with this in /etc/make.conf PERL_VER=5.8.0 PERL_VERSION=5.8.0 but it is useless. if I then install an application from ports which uses perl5.6 the default perl becomes perl 5.6 regardless of make.conf settings. thank you very much Rick