You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by stephen mccaul <st...@uark.edu> on 2002/10/02 13:12:16 UTC

./configure problem

./configure says:
checking for static Apache module support... configure: error: no - Unable 
to locate
[httpd install prefix]/modules/dav/main/mod_dav.h


this file exists in
[httpd isntall prefix]/include
and in
[httpd source tree]/modules/dav/main

but not where subversion's ./configure expects it to be. (diff says these 
two are identical) 

This looks like i'm missing something very simple but after much effort i 
still have not resolved this.


httpd-2.0 was configured with:
--enable-so 
--enable-dav 
--enable-dav-fs 
--with-z=... 
--enable-ssl 
--with-db=db4 
--with-berkeley-db=... 
--prefix=/opt/scm/http-2.0-2002.10.2


subversion was configured with:
--with-berkeley-db=...
--with-apache=/opt/scm/httpd...
--with-apr=/opt/scm/httpd...
--with-apr-util=/opt/scm/httpd...
--with-neon=...
--with-apxs=/opt/scm/httpd...
--prefix=/opt/scm/subversion-2002.10.2

I have tried with 
apache 2.0.42, subversion-r3200
apache head, subversion-r3200
apache head, subversion head 

i can configure and compile svn from r3200 no problems. 
mod_dav_svn is the tricky part.


any help is appreciated..




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ./configure problem

Posted by stephen mccaul <st...@uark.edu>.
wonderful. it is now compiling. I saw --with-apache and assumed that i 
should use it since i was trying to build mod_dav_svn and did not read 
the comment next to it. 

to prevent future mistakes like mine perhaps this could be renamed 
--with-apache-static or something similar ?

thanks for your prompt reply!


On Wed, 2 Oct 2002, Philip Martin wrote:

> stephen mccaul <st...@uark.edu> writes:
> 
> > subversion was configured with:
> > --with-berkeley-db=...
> > --with-apache=/opt/scm/httpd...
> 
> Drop --with-apache.  That's for building a static mod_dav_svn Apache
> module, which is not recommended.
> 
> > --with-apr=/opt/scm/httpd...
> > --with-apr-util=/opt/scm/httpd...
> > --with-neon=...
> > --with-apxs=/opt/scm/httpd...
> > --prefix=/opt/scm/subversion-2002.10.2
> 
> -- 
> Philip Martin
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: ./configure problem

Posted by Philip Martin <ph...@codematters.co.uk>.
stephen mccaul <st...@uark.edu> writes:

> subversion was configured with:
> --with-berkeley-db=...
> --with-apache=/opt/scm/httpd...

Drop --with-apache.  That's for building a static mod_dav_svn Apache
module, which is not recommended.

> --with-apr=/opt/scm/httpd...
> --with-apr-util=/opt/scm/httpd...
> --with-neon=...
> --with-apxs=/opt/scm/httpd...
> --prefix=/opt/scm/subversion-2002.10.2

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org