[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cannot install mod_dontdothat.la to a directory not ending in /home/.../lib/apache2/modules

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 11 Feb 2013 16:49:51 +0000 (GMT)

Philip Martin wrote:

> Julian Foad writes:
>> I am stuck at this point as I don't understand the installation
>> process well enough.
>
> We have had similar problems on 1.7.x.  The problem is that the
> build.conf entry
>
>   install = tools
>
> causes the module to be installed with LIBTOOL while it should be
> installed with APXS.  On 1.7 we have:
>
> # This will cause mod_dontdothat to be installed with the other apache
> # modules instead of with the tools. While this is not quite right,
> # the build generator currently cannot exclude this module from the
> # build based on its install type
> install = apache-mod

Can we configure it to avoid installing it at all?  That would be better than an installation attempt that errors out.  (The gen-make system doesn't appear to support that right now, AFAICS -- it doesn't implement a 'none' value and throws an exception if there isn't an 'install=' line.)

- Julian
Received on 2013-02-11 17:50:29 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.