Pierfrancesco Caci wrote:
> Hello, I'm trying to use bug-mp2, but I get this error and I don't know
where to find the missing file:
>
> [EMAIL PROTECTED]:/var/www/bug-mp2 # perl Makefile.PL -apxs /usr/bin/apxs Can't
locate ModPerl/MM.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.2 /usr/local/share/perl/5.8.2 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8.2 /usr/share/perl/5.8.2
/usr/local/lib/site_perl .) at Makefile.PL line 10. BEGIN
failed--compilation aborted at Makefile.PL line 10.
>
> I'm trying to setup a test environment for version 1.29 of mod_perl

for mod_perl 1.0 based stuff just replace ModPerl::MM::WriteMakefile with
ExtUtils::MakeMaker::WriteMakefile - ModPerl::MM is only for mp2.  there
will be some other changes you'll need to make to adjust for mp1 as well,
but you can use Apache::Clean on CPAN as a 1.0 example.

sorry I haven't whipped up a bug-mp1 yet - I'll add it to my list :)

HTH

--Geoff




-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to