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

Re: Trying to compile svn 1.2.0

From: Christopher Ness <chris_at_nesser.org>
Date: 2005-05-27 20:14:19 CEST

On Fri, 2005-05-27 at 18:48 +0200, Lists wrote:
> cd db-4.3.28/build_unix
> ../dist/configure --prefix=/usr/local/subversion-r1.2.0
> make
> make install
>
> cd httpd-2.0.54
> ./configure --prefix=/usr/local/subversion-r1.2.0 --enable-dav --enable-so --with-dbm=db43 --with-berkeley-db=/usr/local/subversion-r1.2.0
>
> and got at the end of configure
> configure: error: Berkeley db4 not found
> configure failed for srclib/apr-util
>
> Any ideas?

Not to be "captain obvious", but httpd cannot find BDB. So, you need to
point it to the right directory you specified in your BDB ./configure
flags.

Try --with-berkeley-db=/usr/local/subversion-r1.2.0/BerkeleyDB.4.3

Or whatever directory BerkeleyDB put itself into when you installed.

I have a series of posts about compiling from source and the problems I
had on my blog. Feel free to dig in and see if some lessons apply.

         http://www.nesser.org/index.php?itemid=313
         http://www.nesser.org/index.php?itemid=315
         http://www.nesser.org/index.php?itemid=317

Hope this helps.

Cheers,
Chris

-- 
Wireless Group,
McMaster University
finger.localdomain
14:00:20 up 2 days, 3:44, 1 user, load average: 0.00, 0.18, 0.20
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 27 20:16:43 2005

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.