Hi there folks, Jumping in on this one a little late but I've been having the same problem. Software: Apache 2.0.50 Perl: 5.8.5 Modperl: 1.9916 OS: OpenBSD 3.5
I get exactly the same error however when commenting out the lines as suggested for the previous incident make bails out with the following error:
Can't locate ModPerl/BuildMM.pm in @INC (@INC contains: ../lib /usr/local/lib/perl5/5.8.5/OpenBSD.i386-openbsd /usr/local/lib/perl5/5.8.5 /usr/local/lib/perl5/site_perl/5.8.5/OpenBSD.i386-openbsd /usr/local/lib/perl5/site_perl/5.8.5 /usr/local/lib/perl5/site_perl .) at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
*** Error code 2
Any luck with: http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#Can_t_locate_F_TestFilter_in_str_consume_pm__in_C__INC____
What I did notice, however is something that hasn't been mentioned. The output of t/REPORT has this in it:
*** Makefile.PL options: MP_APR_LIB => aprext
Now I understand that this option supposedly has no effect on non Windows systems but it would appear to be having an effect on BSD systems.
Right. Just ignore it.
I'm not exactly a specilist on compiling, but is there any way to explicitly get rid of this option? I tried putting "MP_APR_LIB=" as an extra parameter when running "perl Makefile.pl" but that made no difference.
As a side note, the output of t/REPORT also has this in it:
*** The httpd binary was not found
This is even though it is supplied with the correct MP_AP_PREFIX value when "perl Makefile.pl"
Please ignore that one too. I've introduced that bug recently in Apache-Test, it's a bit tricky to find a good solution, so it'll probably take some time.
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html