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

./configure can't find mod_dav

From: Seth Delackner <seth_at_jtan.com>
Date: 2003-04-15 00:45:16 CEST

On Thu, Apr 10, 2003 at 05:11:34AM -0700, Kevin Pilch-Bisson wrote:
> You might also need to include /usr/local/BerkeleyDB.4.1/lib in /etc/ld.so.conf
> and re-run ldconfig or include it in $LD_LIBRARY_PATH.

I got a little further, building apache2 just fine. Subversion from the 0.19.1 tar seems to have a bug in its m4 file to find mod_dav though:

checking for static Apache module support... configure: error: no - Unable to locate /usr/local/apache2/modules/dav/main/mod_dav.h
bash-2.05a$ ls /usr/local/apache2/modules/
httpd.exp mod_dav.so mod_dav_fs.so mod_ssl.so

The apache2 configure line:
./configure --enable-dav=shared --enable-dav-fs=shared --enable-ssl=shared --enable-deflate --with-berkeley-db=/usr/local/BerkeleyDB.4.1

The subversion line:
./configure --enable-maintainer-mode --with-apr=/usr/local/apache2 --with-apr-util=/usr/local/apache2 --with-neon=/usr/local --with-apache=/usr/local/apache2 --with-apxs=/usr/local/apache2/bin/apxs --with-berkeley-db=/usr/local/BerkeleyDB.4.1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 15 00:46:06 2003

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.