Perl 5.6.2 has lost its mind

Rafael Garcia-Suarez rgarciasuarez at gmail.com
Mon Feb 12 12:55:59 GMT 2007


On 12/02/07, David Cantrell <david at cantrell.org.uk> wrote:
> On Mon, Feb 12, 2007 at 10:55:43AM +0000, Nicholas Clark wrote:
> > On Sun, Feb 11, 2007 at 11:12:39PM +0000, David Cantrell wrote:
> > > I built perl 5.6.2 like this:
> > > $ sh Configure -Dprefix=blahblah -de
> > Quite literally that?
>
> [does it all again just to make sure]
>
> Like this ...
>
>   $ rm -f config.sh Policy.sh
>   $ sh Configure -Dprefix=/home/david/cpantesting/perl-5.6.2 -de
>   $ make
>   $ make test
>   $ make install
>
> > It looks like you're picking up @INC from an
> > environment variable.
>
> It jolly well shouldn't be:
>
>   $ env|grep PERL
>   [rien. nadda. nowt]

The error message looks like the @INC from a debian perl. I suppose
that this old MakeMaker tried to find perl in the path instead of
using $^X...


More information about the london.pm mailing list