Benchmark-Perl-Formance-Cargo
view release on metacpan or search on metacpan
share/SpamAssassin/easy_ham/01459.47dae1d7997a3d599a8e8f92e53485f4 view on Meta::CPAN
Date: Wed, 11 Sep 2002 13:46:19 -0700 (PDT)
On Wed, 11 Sep 2002, Stephane Lentz wrote:
> => I faced a similar problem with the FreeBSD when trying to
> install SpamAssassin through the ports on my fresh FreeBSD 4.6.2.
> I had to define PERL5LIB with some given order of directories
> so that the latest File::Spec module get used.
Good to hear it's not just me. Mind telling me how you set PERL5LIB
specificly? I've tried a few things (setenv in the shell, as well as
$PERL5LIB == ...inside the Makefile.PL, even on the perl command
line..) with no success.
thanks.
..david
---
david raistrick
share/SpamAssassin/easy_ham/01461.df42ad590ab7cb5ccde90f0cc1ef3dda view on Meta::CPAN
On Wed, Sep 11, 2002 at 01:46:19PM -0700, David Raistrick wrote:
> On Wed, 11 Sep 2002, Stephane Lentz wrote:
>
> > => I faced a similar problem with the FreeBSD when trying to
> > install SpamAssassin through the ports on my fresh FreeBSD 4.6.2.
> > I had to define PERL5LIB with some given order of directories
> > so that the latest File::Spec module get used.
>
> Good to hear it's not just me. Mind telling me how you set PERL5LIB
> specificly? I've tried a few things (setenv in the shell, as well as
> $PERL5LIB == ...inside the Makefile.PL, even on the perl command
> line..) with no success.
>
- Presuming your run Bash :
Note the directory lists
# perl -e 'map { print "$_\n" } @INC'
Then set up the Shell variable PERL5LIB variable (and put it in some .bashrc
for future use)
# export PERL5LIB="directory1:directory2:directory3:directory4"
Then try to install the software
( run in 0.427 second using v1.01-cache-2.11-cpan-3989ada0592 )