Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2003 14:48:37 -0500
From:      parv <parv@pair.com>
To:        "Scott I. Remick" <scott@sremick.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Straightening out perl
Message-ID:  <20031223194837.GA890@moo.holy.cow>
In-Reply-To: <pan.2003.12.23.15.35.09.262499@sremick.net>
References:  <pan.2003.12.23.15.35.09.262499@sremick.net>

next in thread | previous in thread | raw e-mail | index | archive | help
in message <pan.2003.12.23.15.35.09.262499@sremick.net>,
wrote Scott I. Remick thusly...
>
> Maybe this belongs in the -ports list... I dunno. Anyways, saw a few
> messages recently that prompted me to check my perl situation:
> 
> su-2.05b# pkg_info | grep perl-
> perl-5.6.1_15       Practical Extraction and Report Language
> perl-5.8.2_2        Practical Extraction and Report Language
> 
> And wouldn't you know, everything that depends on perl depends on 5.6
> currently. Yet it seems I should be ditching 5.6 and using 5.8.2, from
> what I read.

May not directly apply to OP...

If two versions of Perl are required (& as the situation is currently),
install one port at the default location for which modules must work.
Install the other perl port, for which modules are not needed, in
a non-default version.

If done in that order, the second port would pick up the module path
from the first.  Thus allowing the use of almost all the modules, except
XS ones.

Just a workaround until something better happens...


  - Parv

-- 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031223194837.GA890>