Re: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Stas Bekman
Nick wrote: [...] SB> sub ModPerl::BuildMM::MY::libscan { SB> my($self, $path) = @_; SB> my $apr_config = build_config()->get_apr_config(); SB> if ($path =~ m/(Thread|Global)Mutex/) { SB> return unless $apr_config->{HAS_THREADS}; SB> } Don't know what should I answer to

Re: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Stas Bekman
Stas Bekman wrote: [please don't forget to CC the list in your replies] Nick wrote: make is looking for: blib/lib/Apache2/APR/ThreadMutex.pm while it has to look for it in: blib/lib/Apache2/APR/ThreadMutex/ThreadMutex.pm This should fix the problem: Index: lib/ModPerl/BuildMM.pm ===

Re[2]: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Nick
>> SB> On my machine it's: >> >> SB> TO_INST_PM = ThreadMutex.pm >> SB> PM_TO_BLIB = ThreadMutex.pm \ >> SB> $(INST_LIB)/APR/ThreadMutex.pm >> SB> $(RM_F) $(MAKEFILE_OLD) $(FIRST_MAKEFILE) >> SB> $(INST_LIB)/APR/ThreadMutex.pm >> SB>ThreadMutex.pm $(INST_LIB)/APR/Th

Re: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Stas Bekman
[please don't forget to CC the list in your replies] Nick wrote: make is looking for: blib/lib/Apache2/APR/ThreadMutex.pm while it has to look for it in: blib/lib/Apache2/APR/ThreadMutex/ThreadMutex.pm After I've copied files from ThreadMutex dir to ../, the gmake install finished successfully. I b

Re[2]: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Nick
>> make is looking for: >> blib/lib/Apache2/APR/ThreadMutex.pm >> >> while it has to look for it in: >> blib/lib/Apache2/APR/ThreadMutex/ThreadMutex.pm >> >> After I've copied files from ThreadMutex dir to ../, the gmake install >> finished successfully. I believe it's a bug to fix. SB> Any idea

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Joe Orton
On Tue, Sep 07, 2004 at 03:49:59PM -0400, Stas Bekman wrote: > Ken Simpson wrote: > >>>Ken, Stas, done as advised. The only test which is failing now (and was > >>>failing before) is: > >> > >>Mikhail, Ken, please submit that patch to dev /at/ apr.apache.org > >>http://apr.apache.org/. Hopefully i

Re: bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Stas Bekman
Nick wrote: Hi everyone. I have FreeBSD, and try to install mod_perl to Apache 2.0.49 While trying gmake install, I received the following message: /usr/bin/perl -Iblib/lib/Apache2 -I/usr/home/nick/mod_perl-1.99_16/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod WrapXS/APR/ThreadMu

Re: [mp2] coredump in t/filter/in_error on Solaris 8

2004-09-07 Thread Stas Bekman
Arshavir Grigorian wrote: Stas Bekman wrote: Arshavir Grigorian wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: make test fails on one of the tests - t/filter/in_error...malformed response at /usr/local/apache2/build/mod_perl-1

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] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Stas Bekman
Ken Simpson wrote: Ken, Stas, done as advised. The only test which is failing now (and was failing before) is: Mikhail, Ken, please submit that patch to dev /at/ apr.apache.org http://apr.apache.org/. Hopefully it'll get into 2.0.51 release. Or may be it's too late. The patch has already gone in

Re: [mp2] coredump in t/filter/in_error on Solaris 8

2004-09-07 Thread Arshavir Grigorian
Stas Bekman wrote: Arshavir Grigorian wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: make test fails on one of the tests - t/filter/in_error...malformed response at /usr/local/apache2/build/mod_perl-1.99_16/blib/lib/Apache/Tes

Re: [mp2] make test fails on t/hooks/hookrun.t t/hooks/stacked-handlers2.t and t/user/rewrite.c

2004-09-07 Thread Geoffrey Young
Martin Wheldon wrote: > Hi Folks, > >Repost of information. Hope I've got everything this time. Am I right > in thinking it is an issue with Frontpage extensions it certainly looks that way: > #0 0x403395f0 in strcmp () from /lib/libc.so.6 > #1 0x4062f5d0 in frontpage_checkForStub (f

bug! make install can't find ThreadMutex.pm (in BuildMM.pm)

2004-09-07 Thread Nick
Hi everyone. I have FreeBSD, and try to install mod_perl to Apache 2.0.49 While trying gmake install, I received the following message: /usr/bin/perl -Iblib/lib/Apache2 -I/usr/home/nick/mod_perl-1.99_16/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod WrapXS/APR/ThreadMutex/Thread

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Ken Simpson
> >Ken, Stas, done as advised. The only test which is failing now (and was > >failing before) is: > > Mikhail, Ken, please submit that patch to dev /at/ apr.apache.org > http://apr.apache.org/. Hopefully it'll get into 2.0.51 release. Or may be > it's too late. The patch has already gone into A

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Ken Simpson
> I wasn't surprised this fails on OpenBSD but I am surprised it fails on > NetBSD. Can you compile and run: > > http://www.apache.org/~jorton/nonblock.c > > and post the output. (it would be useful if you could do this on > OpenBSD too, Ken, for verification) -bash-2.05b$ ./nonblock connect:

Re: perl modules not running after 'minor' change

2004-09-07 Thread Geoffrey Young
Geoffrey Young wrote: >>>That sounds like a job for Apache to do. Apache knows what modules are >>>compiled in, so it can check that list before trying to LoadModule. >>>You may want to suggest that to the Apache developers. Most likely any >>>Apache module suffers from this problem. ok, as it t

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 =

[mp2] make test fails on t/hooks/hookrun.t t/hooks/stacked-handlers2.t and t/user/rewrite.c

2004-09-07 Thread Martin Wheldon
Hi Folks, Repost of information. Hope I've got everything this time. Am I right in thinking it is an issue with Frontpage extensions, if so is it possible to run both modules on the same server. Reason being I want to be able to offer both frontpage and asp(perl script) to my users? Hope y

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Joe Orton
On Tue, Sep 07, 2004 at 08:58:26AM -0400, Stas Bekman wrote: > [EMAIL PROTECTED] wrote: > >>I'd put my $5.00 on APR being the cause of this problem. Mikhail, you > >>will probably need to patch APR when you build Apache. Try this patch, > >>which I am guessing will work on NetBSD: I wasn't surpris

Re: [mp2] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread Stas Bekman
[EMAIL PROTECTED] wrote: I'd put my $5.00 on APR being the cause of this problem. Mikhail, you will probably need to patch APR when you build Apache. Try this patch, which I am guessing will work on NetBSD: Index: build/apr_hints.m4 =

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] NetBSD-1.6.2 modperl 1.99_16 httpd 2.0.51-dev make test errors

2004-09-07 Thread MGorbunov
> I'd put my $5.00 on APR being the cause of this problem. Mikhail, you > will probably need to patch APR when you build Apache. Try this patch, > which I am guessing will work on NetBSD: > > Index: build/apr_hints.m4 > === > RCS fil

Re: perl modules not running after 'minor' change

2004-09-07 Thread Ben Hopkins
Rici Lake wrote: Obviously, this requires some careful thought to get right, but a good rule of thumb is: put your Location sections in order in the file, from least-specific to most-specific. Then things will probably work out the way you would expect them too. I gave it some careful thought,