Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-30 Thread Niko Tyni
On Wed, Jun 26, 2013 at 05:18:54PM +0100, Joe Orton wrote: > The ServerRoot directive in the default httpd.conf is set to ${prefix} > by the httpd buildsystem, there is a direct equivalence there, I think > it's certainly correct for apxs to query the PREFIX variable. Yes, lots > of stuff isn'

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-26 Thread Joe Orton
On Tue, Jun 25, 2013 at 12:16:04AM +0300, Niko Tyni wrote: > Ah, I was thinking about hunting for relative configuration file names, > but I guess it's more about the log directories and stuff like that? > I can see SYSCONFDIR isn't ideal either for those but I still > think it's better than nothin

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-24 Thread Niko Tyni
On Mon, Jun 24, 2013 at 09:51:06AM -0700, Fred Moyer wrote: > On Mon, Jun 24, 2013 at 4:37 AM, Joe Orton wrote: > > On Tue, Jun 18, 2013 at 09:43:10PM +0300, Niko Tyni wrote: > >> Debian and Ubuntu packaged versions of Apache2 don't define PREFIX, > >> so 'make test' output is filled with warnings

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-24 Thread Niko Tyni
On Mon, Jun 24, 2013 at 11:52:24PM +0300, Niko Tyni wrote: > Second, I see this in the Apache-Test changelog: > > =item 1.06 - November 10, 2003 > [...] > use apxs PREFIX to resolve relative httpd.conf directives > ServerRoot is not present [Mike Cramer] > > Why is PREFIX more appropriat

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-24 Thread Niko Tyni
On Mon, Jun 24, 2013 at 12:37:56PM +0100, Joe Orton wrote: > On Tue, Jun 18, 2013 at 09:43:10PM +0300, Niko Tyni wrote: > > Debian and Ubuntu packaged versions of Apache2 don't define PREFIX, > > so 'make test' output is filled with warnings like > > APXS (/usr/bin/apxs2) query for PREFIX failed >

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-24 Thread Fred Moyer
On Mon, Jun 24, 2013 at 4:37 AM, Joe Orton wrote: > On Tue, Jun 18, 2013 at 09:43:10PM +0300, Niko Tyni wrote: >> Debian and Ubuntu packaged versions of Apache2 don't define PREFIX, >> so 'make test' output is filled with warnings like >> APXS (/usr/bin/apxs2) query for PREFIX failed > > OK - dev

Re: [PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-24 Thread Joe Orton
On Tue, Jun 18, 2013 at 09:43:10PM +0300, Niko Tyni wrote: > Debian and Ubuntu packaged versions of Apache2 don't define PREFIX, > so 'make test' output is filled with warnings like > APXS (/usr/bin/apxs2) query for PREFIX failed OK - devil's advocate time. That's a packaging bug, so the test *

[PATCH] Apache-Test: Fall back to SYSCONFDIR if PREFIX is not set

2013-06-18 Thread Niko Tyni
ce to send this? It's not quite clear to me how the CPAN RT ticket queues relate to this list. -- Niko Tyni nt...@debian.org >From 4186693bc0224d92f522e90ca61a7b8aafc0944f Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Wed, 5 Jun 2013 13:57:00 +0300 Subject: [PATCH] Apache-Test: Fal