Ken Simpson wrote:
Running FreeBSD casablanca.eurovip.se 5.2.1-RELEASE-p9. I get the
following error when compiling 1.99_16:

cd "src/modules/perl" && make -f Makefile.modperl
make: don't know how to make dynamic. Stop
*** Error code 2


I get the same failure building _16. The solution I have found is to
remove dynamic from the list of build targets skipped in the
Makefile.PL in that directory; i.e.:

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

mod_perl builds fine like this.

that seems to be a MakeMaker bug on some BSDs. Please see: http://rt.cpan.org/NoAuth/Bug.html?id=7417 The solution seems to be to use gmake. At least it worked for Carl on NetBSD.


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