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
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
===
>> 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
[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
>> 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
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
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
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
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
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
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
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
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
> >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
> 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:
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
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 =
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
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
[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
=
[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
> 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
> 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
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,
24 matches
Mail list logo