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

Where oh where has my Berkeley DB gone? (Issue 544)

From: B. W. Fitzpatrick <fitz_at_red-bean.com>
Date: 2001-11-01 05:29:46 CET

Any configure hackers out there want to take a crack at this? I've
verified that it's not just me having this problem. Filed as issue #544

Scenario:

- Download Berkeley DB 3.3.11, untar and move it to subversion/db
- cd db/build_unix
- run ../dist/configure && make && make install
- cd back into the subversion build root
- run the following:

    ./configure --enable-maintainer-mode --disable-shared \
                --with-berkeley-db=/usr/local/BerkeleyDB.3.3

configure then gives me this line:

    checking for Berkeley DB in /usr/local/BerkeleyDB.3.3... no

I *know* it's there, so I check:

    pantheon:~$ ls /usr/local/BerkeleyDB.3.3
    bin docs include lib

It turns out that the workaround for this is to not use the
--with-berkeley-db option at all:

    ./configure --enable-maintainer-mode --disable-shared

works OK. So I'm guessing that right now you can only build with
Berkeley DB if you've got it in your subversion source directory

-Fitz

---------------------------------------------------------------------
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:46 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.