Randy Kobes wrote:
On Tue, 7 Sep 2004, Stas Bekman wrote:


[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.


Just to clarify something - the original problem:
  http://gossamer-threads.com/lists/modperl/modperl/72411
was
  cd "src/modules/perl" && make -f Makefile.modperl
  make: don't know how to make dynamic. Stop.
This, I take it, is fixed by using gmake. There's also
another problem:
  http://gossamer-threads.com/lists/modperl/modperl/70835
about
  make: don't know how to make dynamic. Stop.
  make: stopped in /.../modperl-2.0/xs/APR/aprext
which is, I take it, also fixed by using gmake, *or* by
editing xs/APR/aprext/Makefile.PL as above. Presumably
this last fix of editing xs/APR/aprext/Makefile.PL
doesn't help the problem in src/modules/perl. So perhaps
in the docs one should just say to use gmake?

So should the doc entry mention both cases? I suppose there is a workaround for Makefile.modperl as well, w/ 'make'. Feel free to adjust it, Randy.



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