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

Re: Configure having problems finding DB4.0.14

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-01-09 22:36:23 CET

On Wed, Jan 09, 2002 at 03:30:26PM -0600, Owen Landgren wrote:
> [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.

Can you please send your config.log file? I'll bet that it is
having problem with the run-time linking. (What platform are you
using?)

If you are on Linux, you could try:

LDFLAGS=-Wl,-rpath,/usr/local/BerkeleyDB.4.0 ./configure --enable-maintainer-mode --disable-shared --with-berkeley-db=/usr/local/BerkeleyDB.4.0

If you are on Solaris, you could try:

LDFLAGS=-R/usr/local/BerkeleyDB.4.0 ./configure --enable-maintainer-mode --disable-shared --with-berkeley-db=/usr/local/BerkeleyDB.4.0

(I'm not a fan of ldconfig at all.)

Also, you can try it without --disable-shared - we've had some
confusion w.r.t. that lately. -- justin

---------------------------------------------------------------------
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

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.