Vyacheslav V. Zholudev wrote:
> Dear all!
>
> I'm willing to build SVN under linux with BDB 4.6 support. But I can't
> manage to do that. It's written "configure: error: Berkeley DB not
> found." after configure script execution.
In order for Berkeley DB to be used by Subversion, the version of apr-util you
are building against must be build against Berkeley DB. If you are building
apr-util from source, try configuring it with the '--with-berkeley-db' flag.
-Hyrum
> What I tried is I substituted /apr-util/build/dbm.m4 from apr-util 1.2
> to make configure script searching for version 4.6 of Berkeley DB.
>
> The log is the following:
>
> checking for Berkeley DB 4.6 in /usr/local/BerkeleyDB.4.6...
> checking db46/db.h usability... yes
> checking db46/db.h presence... yes
> checking for db46/db.h... yes
> checking for -ldb-4.6... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb-4.6... no
> checking db46/db.h usability... yes
> checking db46/db.h presence... yes
> checking for db46/db.h... yes
> checking for -ldb4-4.6... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb4-4.6... no
> checking db46/db.h usability... yes
> checking db46/db.h presence... yes
> checking for db46/db.h... yes
> checking for -ldb46... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb46... no
> checking db46/db.h usability... yes
> checking db46/db.h presence... yes
> checking for db46/db.h... yes
> checking for -ldb4... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb4... no
> checking db46/db.h usability... yes
> checking db46/db.h presence... yes
> checking for db46/db.h... yes
> checking for -ldb... no
> checking db4/db.h usability... no
> checking db4/db.h presence... no
> checking for db4/db.h... no
> checking db.h usability... yes
> checking db.h presence... yes
> checking for db.h... yes
> checking for -ldb... no
>
> Can you tell me what's wrong? Many thanks in advance!
>
> Vyacheslav
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
Received on 2008-08-26 23:09:23 CEST