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

Re: build problems

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-11-19 07:24:47 CET

On Wed, 2003-11-19 at 00:05, Jon Stevens wrote:

> configure: error: APR-UTIL was installed independently, it won't be
> possible to use the specified Berkeley DB: /sw
>
> Doh! Why is that?

Hi Jon!

If Subversion detects an installed httpd/apr/apu/apxs, it tries to use
them all. When this happens, Subversion's configure asks the installed
apr-util for all the BerkeleyDB build flags. So that means (in this
case) you cannot pass --with-berkeley-db to Subversion's configure.
Just leave the argument off, and Subversion will use whatever apr-util
is already using.

By the way, if it turns out that apr-util chose the wrong version of bdb
(run 'apu-config --db-version' to see), you can pass '--with-dbm=db4' to
either apr-util's or httpd's configure to force it to link against a
specific bdb version.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Nov 19 07:25:36 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.