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

Re: Failing to compile subversion

From: Marc Haisenko <haisenko_at_webport.de>
Date: 2005-10-24 11:32:08 CEST

On Monday 24 October 2005 10:54, Albert wrote:
> Albert wrote:
> > Currently I'm a bit in the dark and have modified the
> > way I normally install Apache + SSL + PHP to include Subversion.
>
> I have since established that the Apache source I have downloaded already
> has the apr and apr-util sources. I have also established that when
> compiling Apache specifying --with-berkeley-db it also comes back telling
> me that it cannot find Berkeley DB.
>
> I have tried:
> --with-berkeley-db=../db-4.3.29
> --with-berkeley-db=../db-4.3.29/build_unix
> --with-berkeley-db=/usr/local/BerkeleyDB.4.3
> --with-berkeley-db=/usr/local/BerkeleyDB.4.3/lib
> --with-berkeley-db=/usr/local/BerkeleyDB.4.3/bin
>
> All with the same result:
> configure: error: Berkeley DB not found.

Maybe you are missing the header files for BDB ? Check whether you have an
"include" directory in your BDB directory. If not, you probably need to
install the development package of BDB. I have no idea what system you're on,
but it will probably have a name like "bdb-devel" or something like that.

BTW, you only need the BDB if you'd like to use the BDB backend. If you want
to use the (now default) FSFS backend then you don't need the BDB.
C'ya,
        Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko@webport.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 24 11:35:42 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.