stas 2004/09/07 05:54:08 Modified: src/docs/2.0/user/troubleshooting troubleshooting.pod Log: xs/APR/aprext/Makefile.PL is the file that needs to be adjusted to solve the dynamic target issue Submitted by: [EMAIL PROTECTED] Revision Changes Path 1.26 +2 -2 modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod Index: troubleshooting.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/troubleshooting/troubleshooting.pod,v retrieving revision 1.25 retrieving revision 1.26 diff -u -u -r1.25 -r1.26 --- troubleshooting.pod 6 Sep 2004 16:03:07 -0000 1.25 +++ troubleshooting.pod 7 Sep 2004 12:54:08 -0000 1.26 @@ -16,8 +16,8 @@ =head2 make: don't know how to make dynamic. Stop - cd "src/modules/perl" && make -f Makefile.modperl 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 @@ -26,7 +26,7 @@ problem. Another workaround, which allows continuing using C<make>, is to -change the autogenerated file F<src/modules/perl/Makefile.modperl>: +change F<xs/APR/aprext/Makefile.PL>: -my @skip = qw(dynamic test); +my @skip = qw(test);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]