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

Re: httpd 2.0.48's apr-util doesn't work against Berkeley DB 4.2

From: John Peacock <jpeacock_at_rowman.com>
Date: 2003-12-08 01:16:52 CET

Timothee Besset wrote:
> If I don't specify --with-dbm, but only give the path, then the configure
> script runs in httpd completely, builds installs etc.
>
> But when I configure svn, I get an error about apr-util being installed
> independently, and that the server support will be disabled (i.e. because
> it uses Berkeley DB).
>

If you also tell svn to use the same BDB installation:

#! /bin/sh
#
# Created by configure

"./configure" \
"--with-berkeley-db=/usr/local/BerkeleyDB.4.2" \
"$@"

that shouldn't be a problem either. It would be nice if svn would correctly use
the already installed apr-util (which is, I think, the goal), but it is not
required.

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 8 01: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.