Re: Can't locate ModPerl/MM.pm

2007-03-28 Thread Issac Goldstand
Ick.  The Perl glue likes to take over like that on windows.  Try
running win32\Configure.pl (directly) and passing --disable-perl-glue.
(Or make life easier on yourself by building and installing mod_perl
first - you don't need to use it afterward)

  Issac

Sam Carleton wrote:
 Hay folks,
 
 I am trying to get libapreq2 installed on my Windows machine.  I fixed
 the bug in the Makefile that was looking for libapr.lib rather then
 libapr-1.lib, but I am stumped on the error Can't locate
 ModPerl/MM.pm  Here is the whole thing:
 
 C:\Perl\bin\perl.exe Makefile.PL
 Can't locate ModPerl/MM.pm in @INC (@INC contains: C:/Perl/site/lib
 C:/Perl/lib.) at Makefile.PL line 2.
 BEGIN failed--compilation aborted at Makefile.PL line 2.
 NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
 Stop.


Can't locate ModPerl/MM.pm

2007-03-27 Thread Sam Carleton

Hay folks,

I am trying to get libapreq2 installed on my Windows machine.  I fixed
the bug in the Makefile that was looking for libapr.lib rather then
libapr-1.lib, but I am stumped on the error Can't locate
ModPerl/MM.pm  Here is the whole thing:

C:\Perl\bin\perl.exe Makefile.PL
Can't locate ModPerl/MM.pm in @INC (@INC contains: C:/Perl/site/lib
C:/Perl/lib.) at Makefile.PL line 2.
BEGIN failed--compilation aborted at Makefile.PL line 2.
NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2'
Stop.