athanasia has asked for the wisdom of the Perl Monks concerning the following question:
make check succeeds in the perl directory. However when I try to run on a module perl Makefile.PL I get the following error:./Configure -der -Uusedl -Dprefix=/usr make cp perl /home/perl/usr/bin miniperl installperl --destdir=/home/perl
I get:export PERL5LIB=/home/perl/usr/lib/perl5/5.8.9 /home/perl/usr/bin/perl Makefile.PL PERL_LIB=/home/perl/usr/lib/perl5/5.8.9 PERL_ARCHLIB=/home/perl/usr/lib/perl5/5.8.9 INSTALLSITELIB=/home/perl/usr/lib/perl5/5.8.9 INSTALLSITEARCH=/home/perl/usr/lib/perl5/5.8.9 DESTDIR=/home/perl
Thanks in advance for your assistance,Checking if your kit is complete... Looks good Can't locate object method "init_MAKE" via package "PACK001" at /home/perl/usr/lib/perl5/5.8.9/ExtUtils/MakeMaker.pm line 544.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl MakeMaker error
by DrHyde (Prior) on Apr 30, 2009 at 09:54 UTC | |
|
Re: Perl MakeMaker error
by Anonymous Monk on Apr 29, 2009 at 18:24 UTC | |
by athanasia (Pilgrim) on Apr 30, 2009 at 06:53 UTC |