Author: stas Date: Wed Nov 24 14:03:17 2004 New Revision: 106476 URL: http://svn.apache.org/viewcvs?view=rev&rev=106476 Log: "make: don't know how to make dynamic" was fixed in 1.99_17
Modified: perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod?view=diff&rev=106476&p1=perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod&r1=106475&p2=perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod&r2=106476 ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/user/troubleshooting/troubleshooting.pod Wed Nov 24 14:03:17 2004 @@ -38,25 +38,6 @@ -=head2 make: don't know how to make dynamic. Stop - - make: don't know how to make dynamic. Stop - make: stopped in xs/APR/aprext - -That's a MakeMaker bug on FreeBSD, OpenBSD and NetBSD (an may be other -platforms). See: http://rt.cpan.org/NoAuth/Bug.html?id=7417 - -It was reported that using C<gmake> instead of C<make> solves the -problem. - -Another workaround, which allows continuing using C<make>, is to -change F<xs/APR/aprext/Makefile.PL>: - - -my @skip = qw(dynamic test); - +my @skip = qw(test); - push @skip, q{static} - unless (Apache::Build::BUILD_APREXT); - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]