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

problems building SVN (and http2.0)

From: Seth Landsman <seth_at_boondock.cs.brandeis.edu>
Date: 2002-12-16 21:58:44 CET

Folks,
        I'm trying to get the subversion server built on my linux
server. I'm trying to follow the INSTALL document directions as closely
as possible, but I'm hitting a brick wall in trying to get http2.0
compiled. I know that is not strictly part of subversion, but I can
build apache2 if I let it pick its own db implementation.

        Here are the details.

The machine is running debian testing, up to date as of a couple of days
ago. I've installed the libdb4.0-dev package (and I've also tried
building my own and installing it in /usr/local/Berkeley4.0, with the
same results).

The configure line is:

./configure --enable-dav --enable-so --prefix=/usr/local/apache2 --with-dbm=db4

The error I get is:

APR-util Version: 0.9.2
checking for chosen layout... apr-util
Applying apr-util hints file rules for i686-pc-linux-gnu
checking for APR... yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ldap support...checking for gdbm.h... no
checking for db4/db.h... no
checking for db.h... yes
checking for db_create in -ldb... no
checking for db3/db.h... no
checking for db.h... (cached) yes
checking for db_create in -ldb... (cached) no
checking for db2/db.h... no
checking for db.h... (cached) yes
checking for db_open in -ldb... no
checking for db1/db.h... no
checking for db.h... (cached) yes
checking for dbopen in -lc... no
checking for dbopen in -ldb1... yes
checking for Berkeley DB... found db1
checking for db4/db.h... (cached) no
checking for db.h... (cached) yes
checking for db_create in -ldb... (cached) no
configure: error: Berkeley db4 not found
configure failed for srclib/apr-util

Thanks for any help.

-Seth

-- 
it is by will alone I set my mind in motion
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Dec 16 21:59:25 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.