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

Re: Hiya List, got some questions about installation of Subversion/Berkeley DB,

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-08-20 20:24:35 CEST

Kle Miller wrote:
> Hiya,
> I am trying to install Subversion on a Suse 9.0 Linux box. I am trying
> to do it form the source because am not that fond of rpm packages.
>
> I have read numerous tutorials on it and none have been able to help me
> with my problem.
>
> I have got most things installed - Apache 2.0.50, Apr (both with apache
> and from the subversion code), neon,
>
> i am having trouble with BerkeleyDB 4.2.52 though. I made and installed
> it using
>
> ../dist/configure
> make
> make install
>
> and then when i try to configure either subversion or just the apr util
> i get the error below.
> linux:/tmp/subversion-1.1.0-rc2/apr-util # ./configure
> --with-berkeley-db=/usr/local/BerkeleyDB.4.2 --with-dbm=db42
> --enable-dav --enable-so --with-apr=/usr/local/apr
> .......
> snip
> .....
> checking for Berkeley DB 4.2 in /usr/local/BerkeleyDB.4.2...
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... 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.2... no
> checking db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... 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 db42/db.h usability... no
> checking db42/db.h presence... no
> checking for db42/db.h... 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
> configure: error: Berkeley db4 not found
> linux:/tmp/subversion-1.1.0-rc2/apr-util #
>
> Could point me in the right direction as to how to get apr util to
> link/find Berkeley DB so i can compile Subverison

Whenever things go wrong with a configure, the first thing to do is look in
config.log for more info on exactly what happened.

Please also post the output of "ls -lR" in /usr/local/BerkeleyDB.4.2

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 20 20:31:05 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.