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
cheers
Kle
Received on Fri Aug 20 07:55:13 2004