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

RE: Subversion build failure

From: Sander Striker <striker_at_apache.org>
Date: 2003-05-16 00:53:29 CEST

> From: kfogel@newton.ch.collab.net [mailto:kfogel@newton.ch.collab.net]On
> Behalf Of kfogel@collab.net

> "Warren Falk" <warren@warrenfalk.com> writes:
> > My point is that no matter what I specify for --with-apr, it still uses the
> > apr under the apache folder which it includes by default so --with-apr is
> > actually useless in mod_dav_svn. This seems incorrect.
> >
> > Because apache automatically includes apr, it only makes sense that if I
> > specify a different apr using --with-apr, that it use that version not the
> > apache default.
> >
> > Am I wrong there?
>
> Hmmm. I think you might be; it seems to me that since mod_dav_svn
> links into Apache, it has to use the same apr and apr-util that Apache
> is using, no?

Exactly. The apr mod_dav_svn will see when hooked into httpd is the one
that httpd was linked against. It makes totally no sense to use a different
apr of mod_dav_svn.
 
> Of course, silently ignoring the --with-apr flag is bad; I just don't
> think it can reasonably obey the flag either...

Well, we could throw an error when both flags are used. --with-apache implies
using apr and apr-util that go with httpd.

Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri May 16 00:54:24 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.