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

Re: Problems setting up svn trunk with httpd HEAD

From: Michael Price <michael.price_at_acm.org>
Date: 2003-05-08 06:43:15 CEST

Jani Averbach wrote:
> On Thu, 8 May 2003, Michael Price wrote:
>>Pass "--with-dbm=db4 --with-berkeley-db=/the/db/prefix" to Apache's configure.
>>Then pass "--with-apr=/the/apache/prefix/bin/apr-config
>>--with-apr-util=/the/apache/prefix/bin/apu-config" to Subversion's configure.
>
> This won't work if you build apr and apr-util separately, in that case,
> you should use:
>
> $ apr-util/configure --with-dbm=db4 --with-berkeley-db=/the/db/prefix
>
> I think that this is the most common pitfall. And this was certainly case
> of the original post.

I never upgrade apr/apr-util apart from apache but I guess if your into that
then yeh, the flags go with apr-util.

> Moreover, if you like, you could pass to apr-util --with-expat=<path>,
> and same for neon, otherwise your svn will depend from both libxml2 and
> expat, IIRC.

If neon's configure script properly recognized expat on every platform (which it
doesn't) then this would be an option.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 8 06:41:59 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.