Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-07 Thread Stas Bekman
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

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-07 Thread Randy Kobes
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 =

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-07 Thread Stas Bekman
[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_APRE

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-07 Thread MGorbunov
> 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

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread Stas Bekman
[EMAIL PROTECTED] wrote: gmake 3.80 has no problem with this on NetBSD-1.6.2 also. 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 -- __

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread MGorbunov
gmake 3.80 has no problem with this on NetBSD-1.6.2 also. Mikhail Gorbunov -- 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

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-06 Thread cw
Gmake works on OpenBSD 3.5 as well. Just need to iron out the test failures that happen regardless of make/gmake. -- 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

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-05 Thread Carl Brewer
Stas Bekman wrote: 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. It works for me with gmake, yes. There's another problem I haven't had time yet to report though,

Re: [mp2] Known problem with mod_perl 1.99_16 on FreeBSD 5 ?

2004-09-04 Thread Stas Bekman
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