Guys,
It's been a while since I updated subversion, so I pulled down a new
working copy with the old binary I had floating around and tried to
rebuild it. Of course, I didn't have Berkeley DB4 installed, so
configure told me that it was configuring for client only. So far, so
good. I retrieve the Berkeley tarball, and go through the usual steps,
letting it install in /usr/local/Berkeley4.0. This goes fine.
[olandgre@std84:svn]~> cd /usr/local/
[olandgre@std84:local]~> ls
BerkeleyDB.3.3 bin emacs games info libexec mozilla share svn
BerkeleyDB.4.0 doc etc include lib man sbin src
I'm building with APR and Neon in the directory tree itself. Latest CVS
of APR, neon-0.18.2.
[olandgre@std84:svn]~> ./configure --enable-maintainer-mode
--disable-shared --with-berkeley-db=/usr/local/BerkeleyDB.4.0
<lots of configuration of apr/neon/other stuff skipped>
==================================================================
WARNING: skipping the build of mod_dav_svn
--with-apxs or --with-apache must be used
==================================================================
checking for Berkeley DB in /usr/local/BerkeleyDB.4.0... no
configure: error: Could not find Berkeley DB 4.0.14.
This is what the directory looks like after running the configure step.
[olandgre@std84:svn]~> ls
ac-helpers configure libtool subversion.dsw
apr configure.in Makefile.in svn_check.dsp
autogen.sh COPYING neon svn_config.dsp
BUGS dist.sh NEWS
svn_private_config.h.in
buildcheck.sh doc notes
svn_private_config.hw
build.conf expat-lite packages TASKS
build-outputs.mk gen-make.py PORTING tools
COMMITTERS HACKING README www
config.log IDEAS subversion
config.nice INSTALL subversion.dsp
I'm stumped. What am I doing wrong? Adding a / after the directory path
for the DB didn't help, and neither did letting configure try to find it
by itself.
Owen Landgren
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:55 2006