Julian Foad <[email protected]> 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 -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

