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

Re: configure doesn't see mod_dav

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-04-17 00:16:55 CEST

On Wed, Apr 16, 2003 at 02:23:04PM -0700, Matt Kraai wrote:
> On Wed, Apr 16, 2003 at 11:28:40AM -0700, Greg Stein wrote:
> > The --with-apache line says "build me static support". In other words, get
> > things set up for you to statically link mod_dav_svn directly into Apache.
> > Thus, the system requires Apache source to function. It is saying that it
> > can't find the source file (.../modules/dav/main/mod_dav.h).
> >
> > Just drop the --with-apache line. The --with-apxs will point the system at
> > your installed Apache, and a dynamically loadable mod_dav_svn.so will be
> > built for you.
>
> Should configure error out if both are specified?

I don't think so. You might want to build both for some inane reason. We
currently allow building both shared and static, for example.

I could certainly see a case for --with-apache failing, seeing that
--with-apxs was specified (or found to be available), and noting in the
error message something like "are you sure you want --with-apache? I am able
to build a dynamically loadable module". Somethin' like that, maybe.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 17 00:17:13 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.