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

Re: Problem Compiling Subversion with BerkeleyDB

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-06-12 16:27:05 CEST

[Sending to the correct list. Note that I am not subscribed to users@.]

Farid Izem wrote:
> Hi all,
>
> I'm tring to compile SubVersion 1.1.4 and 1.3.2 on RedHat WS 3.
> I'm still facing a problem during the configure step.
>
> ./configure --prefix=/home/user01/base_subversion/subversion-1.1.4_depl
> --with-berkeleyd-db=/home/user01/base_berkeley/db-4.2.52depl
> --with-apxs=/home/user01/base_apache/http-2.2.2_depl/bin/apxs
>
> I'm still having the problem BerkeleyDb not found :
> configure: error: Berkeley DB not found.
> configure failed for apr-util.

Chances are good that the linker isn't able to hook up Subversion with BDB.
 As you are building all this stuff in a home directory, I'm going to
presume that /etc/ld.so.conf hasn't been updated with a reference to your
BDB libdir and /sbin/ldconfig rerun to make that change take effect. So, as
a fallback, does your LD_CONFIG variable contain a reference to the BDB
libdir (which I'm guessing is "/home/user01/base_berkeley/db-4.2.52depl/lib")?

-- 
C. Michael Pilato <cmpilato@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on Mon Jun 12 16:29:20 2006

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.