[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: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2003-05-08 06:12:55 CEST

On Thu, 8 May 2003, Michael Price wrote:

> > IIRC, the solution is to pass proper compilation flags. If a clueful
> > person can follow up with the exact solution, I promise to make it
> > into a FAQ right away. I'm tired of hearing about this problem.
>
> 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.
>
> Sticking the appropriate paths in there of course :)
>

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.

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.

BR, Jani

-- 
Jani Averbach
---------------------------------------------------------------------
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:13:52 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.