[EMAIL PROTECTED] wrote:
This *BSD issue is now documented at:



http://perl.apache.org/docs/2.0/user/troubleshooting/troubleshooting.html#make__don_t_know_how_to_make_dynamic__Stop

--


-my @skip = qw(dynamic test);
+my @skip = qw(test);
push @skip, q{static}
       unless (Apache::Build::BUILD_APREXT);

shouldn't this be applied to xs/APR/aprext/Makefile.PL ? At least this helped on my system (netbsd). And I can't find these lines in src/modules/perl/Makefile.modperl.

Thanks Mikhail, fixed.


-- __________________________________________________________________ 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



Reply via email to