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

Re: Unsuccessful Compile of Subversion 1.0.0

From: David Heath <dgheath_lists_at_btopenworld.com>
Date: 2004-03-08 01:04:49 CET

Hi Tom,

On Sun, 2004-03-07 at 23:00, TBrowder wrote:
> After running configure commands from FAQ:
>
> $ configure \
> --enable-dav \
> --enable-so \
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2
> --with-dbm=db42
>
> it (configure) fails with:
>
> configure: error: Berkeley db4 not found
> configure failed for srclib/apr-util
>

That's what I was getting. I re-ran apache's configure like this:

$ configure \
  --enable-dav \
  --enable-so \
  --with-berkeley-db \
  --with-dbm=db42

and it seemed to work ok. It automatically looks in
/usr/local/BerkeleyDB.4.2 by default.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 01:05:08 2004

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.