Hi all
I'm trying to compile Subversion 1.3 under Solaris 9 but have the "Can't
find mod_dav.h" error (appears to be a common problem)
Compiled as follows:
LDFLAGS="-L/usr/local/lib -R/usr/local/lib -L/usr/local/BerkeleyDB.4.3/lib \
-R/usr/local/BerkeleyDB.4.3/lib -L/usr/local/ssl/lib -R/usr/local/ssl/lib"
CPPFLAGS="-I/usr/local/include -I/usr/local/BerkeleyDB.4.3/include \
-I/usr/local/ssl/include"
Apache 2.2.0
./configure --prefix=/d2/apache220 --enable-ssl --with-ssl=/usr/local/ssl \
--enable-so --enable-rewrite=shared --enable-suexec \
--with-suexec-caller=www --enable-dav --enable-dav-fs \
--enable-mods-shared=all
CPPFLAGS="-I/usr/local/include -I/usr/local/BerkeleyDB.4.3/include \
-I/usr/local/ssl/include -I/d2/apache220/include"
Subversion 1.3
./configure --with-apache=/d2/apache220 --with-gnu-ld \
--with-berkeley- db=/usr/local/BerkeleyDB.4.3 --with-ssl \
--with-libs=/usr/local/ssl \
--with-apr=/d3/home/lsd/temp/httpd-2.2.0/srclib/apr \
--with-apr-util=/d3/home/lsd/temp/httpd-2.2.0/srclib/apr-util \
--with-apxs
Part of output
Install prefix: /usr/local
Compiler: gcc
XML Parser: expat in
/d3/home/lsd/temp/CVS/subversion-1.3.0/apr-util/xml/expat/lib
SSL library: SSL support enabled, using OpenSSL (0.9.7 or later)
zlib support: zlib support enabled, using -lz
Build libraries: Shared=yes, Static=yes
neon configured properly
checking for static Apache module support...
configure: error: no - Unable to locate
/d2/apache220/modules/dav/main/mod_dav.h
Mod__dav.h IS in /d2/apache220/include, not under modules ?????
How do I get subversion to compile with apache mod_dav ?
Thanks for help.
Leigh
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jan 12 18:06:32 2006