Re: [PATCH] correct installation of mod_dontdothat

2013-03-22 Thread Daniel Shahaf
On Mon, Mar 11, 2013 at 01:57:07PM +0100, Branko ??ibej wrote: > On 11.03.2013 13:38, Daniel Shahaf wrote: > > Julian Foad wrote on Mon, Mar 11, 2013 at 11:33:09 +: > >> Daniel Shahaf wrote: > >> > >> [...] > >>> FWIW, it would have been nice to see a diff of build-outputs.mk as > >>> well... >

Re: [PATCH] correct installation of mod_dontdothat

2013-03-11 Thread Branko Čibej
On 11.03.2013 13:38, Daniel Shahaf wrote: > Julian Foad wrote on Mon, Mar 11, 2013 at 11:33:09 +: >> Daniel Shahaf wrote: >> >> [...] >>> FWIW, it would have been nice to see a diff of build-outputs.mk as >>> well... >> Hi Daniel. Here's the change to build-outputs.mk as seen on my Ubuntu 12.0

Re: [PATCH] correct installation of mod_dontdothat

2013-03-11 Thread Daniel Shahaf
Julian Foad wrote on Mon, Mar 11, 2013 at 11:33:09 +: > Daniel Shahaf wrote: > > [...] > > FWIW, it would have been nice to see a diff of build-outputs.mk as > > well... > > Hi Daniel.  Here's the change to build-outputs.mk as seen on my Ubuntu 12.04 > system: > Thanks Julian! > [[[ > $ d

Re: [PATCH] correct installation of mod_dontdothat

2013-03-11 Thread Julian Foad
Daniel Shahaf wrote: [...] > FWIW, it would have been nice to see a diff of build-outputs.mk as > well... Hi Daniel.  Here's the change to build-outputs.mk as seen on my Ubuntu 12.04 system: [[[ $ diff -U1 install-*.mk --- install-mods-shared.build-outputs.mk    2013-03-11 07:24:30.

Re: [PATCH] correct installation of mod_dontdothat

2013-03-09 Thread Andreas Stieger
On 06/03/13 19:50, Andreas Stieger wrote: > The installation of mod_dontdothat was moved to make install-tools, > however the trunk code tries to install with libtool which fails with > the message: cannot install mod_dontdothat.la to a directory not ending > in [...]/lib/apache2/modules > > The at

Re: [PATCH] correct installation of mod_dontdothat

2013-03-07 Thread Daniel Shahaf
Julian Foad wrote on Wed, Mar 06, 2013 at 21:32:59 +: > Andreas Stieger wrote: > > > The installation of mod_dontdothat was moved to make install-tools, > > however the trunk code tries to install with libtool which fails with > > the message: cannot install mod_dontdothat.la to a directory no

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Peter Samuelson
[Philip Martin] > On my Debian box apxs does the right thing: Wow, I wonder when that changed. I definitely had to work around this issue many years ago - but after that, I never checked back to see if apxs would magically detect the need to run libtool to install something. You're right, now i

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Philip Martin
Peter Samuelson writes: >> > That reminds me. We really should be installing Apache modules with >> > 'libtool --mode=install', because on some platforms that is _not_ just >> > a simple copy like you'd expect; sometimes it has to do other things. > > [Philip Martin] >> We currently use Apache's

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Peter Samuelson
> > That reminds me. We really should be installing Apache modules with > > 'libtool --mode=install', because on some platforms that is _not_ just > > a simple copy like you'd expect; sometimes it has to do other things. [Philip Martin] > We currently use Apache's apxs to install mod_dav_svn and

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Philip Martin
Peter Samuelson writes: > That reminds me. We really should be installing Apache modules with > 'libtool --mode=install', because on some platforms that is _not_ just > a simple copy like you'd expect; sometimes it has to do other things. We currently use Apache's apxs to install mod_dav_svn an

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Julian Foad
Andreas Stieger wrote: > The installation of mod_dontdothat was moved to make install-tools, > however the trunk code tries to install with libtool which fails with > the message: cannot install mod_dontdothat.la to a directory not ending > in [...]/lib/apache2/modules > > The attached patch fixe

Re: [PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Peter Samuelson
[Andreas Stieger] > The installation of mod_dontdothat was moved to make install-tools, > however the trunk code tries to install with libtool which fails with > the message: cannot install mod_dontdothat.la to a directory not ending > in [...]/lib/apache2/modules That reminds me. We really shou

[PATCH] correct installation of mod_dontdothat

2013-03-06 Thread Andreas Stieger
Hello, The installation of mod_dontdothat was moved to make install-tools, however the trunk code tries to install with libtool which fails with the message: cannot install mod_dontdothat.la to a directory not ending in [...]/lib/apache2/modules The attached patch fixes this. This was mentioned e