On Mon, 22 May 2006, Philip M. Gollucci wrote:
Steve Hay wrote:
Philip M. Gollucci wrote:
- When I ran "perl Makefile.PL --with-apache2=C:/apache2" I got an error
from win32/Configure.pl about Archive-Tar being missing, but this is not
mentioned in the PREREQUISITES file and was not checked by test_prereq in
Makefile.PL before calling this script.
Committed revision 408136
This doesn't seem to do anything for me. When I run Makefile.PL without
Archive-Tar present it just fails as before:
Actually, it wasn't supposed to.. That commit just causes it to be listed in
the PREREQUISITES file.
Can't locate Archive/Tar.pm in @INC (@INC contains: C:/perl5mt/lib
C:/perl5mt/site/lib .) at win32/Configure.pl line 11.
BEGIN failed--compilation aborted at win32/Configure.pl line 11.
system C:\perl5mt\bin\perl.exe win32/Configure.pl
--with-apache2-apxs="C:\apache2\bin\apxs.bat"
--with-perl="C:\perl5mt\bin\perl.exe" --with-apache2="C:/apache2"
--enable-perl-glue failed: 512 at Makefile.PL line 88.
Do we want to eval the this in Configure.pl ? I'll leave this one to Randy if
he is still reading :)
eval()ing it is a good idea, and then die()ing if it's not
available - I've committed a fix for this.
--
best regards,
Randy