> David Fleck <dcfl...@gmail.com> writes: > >> Building from tarballs on SUSE 11.1. >> I thought I had all the necessary dependencies, but I get this error message: >> >> /bin/sh /tc_work/fleck/subversion-1.7.6/libtool --tag=CC --silent >> --mode=compile gcc -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -g -O2 -g >> -O2 -pthread -Werror=implicit-function-declaration >> -I./subversion/include -I./subversion -I/usr/local/apr/include/apr-1 >> -I/usr/local/apr/include/apr-1 >> -I/tc_work/fleck/subversion-1.7.6/sqlite-amalgamation -o >> tools/server-side/mod_dontdothat/mod_dontdothat.lo -c >> tools/server-side/mod_dontdothat/mod_dontdothat.c >> tools/server-side/mod_dontdothat/mod_dontdothat.c:25:19: error: >> httpd.h: No such file or directory >> tools/server-side/mod_dontdothat/mod_dontdothat.c:26:25: error: >> http_config.h: No such file or directory >> (plus many more) >> >> ...so obviously I need some Apache headers. What tarball(s) do I need >> to obtain and install to provide the needed headers?
On Wed, Aug 29, 2012 at 11:42 AM, Philip Martin <philip.mar...@wandisco.com> wrote: > > 1.7.6 attempts to build mod_dontdothat even when Apache is not > installed. I've just written a release note describing one workaround > for building without Apache. Does this work for you: > > http://subversion.apache.org/docs/release-notes/1.7#mod_dontdothat-issue > > -- > Philip Yes, that appears to resolve the issue. Thanks!