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

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

From: Tony Parent <tparent_at_amcc.com>
Date: 2001-11-01 15:45:20 CET

On Wed, 31 Oct 2001 22:29:46 -0600 "B. W. Fitzpatrick" <fitz@red-bean.com> wrote:

BWF>
BWF> Any configure hackers out there want to take a crack at this? I've
BWF> verified that it's not just me having this problem. Filed as issue
BWF> #544
BWF>
BWF> Scenario:
BWF>
BWF> - Download Berkeley DB 3.3.11, untar and move it to subversion/db
BWF> - cd db/build_unix
BWF> - run ../dist/configure && make && make install
BWF> - cd back into the subversion build root
BWF> - run the following:
BWF>
BWF> ./configure --enable-maintainer-mode --disable-shared \
BWF> --with-berkeley-db=/usr/local/BerkeleyDB.3.3
BWF>
BWF> configure then gives me this line:
BWF>
BWF> checking for Berkeley DB in /usr/local/BerkeleyDB.3.3... no
BWF>
BWF> I *know* it's there, so I check:
BWF>
BWF> pantheon:~$ ls /usr/local/BerkeleyDB.3.3
BWF> bin docs include lib
BWF>
BWF> It turns out that the workaround for this is to not use the
BWF> --with-berkeley-db option at all:
BWF>
BWF> ./configure --enable-maintainer-mode --disable-shared
BWF>
BWF> works OK. So I'm guessing that right now you can only build with
BWF> Berkeley DB if you've got it in your subversion source directory

I installed the Berkeley DB in a non-standard location as I don't have root
permission and had to set CCPFLAGS and LDFLAGS to point to the install
directory. After that configure found it OK with the --with-berkeley-db=
option set. (But then again, it may have run OK without it.)

--
===================================================================
== Tony Parent                             AMCC FDC              ==
== Design Automation Engineer              tparent@amcc.com      ==
== 4715 Innovation Drive                   Phone: (970) 267-5120 ==
== Fort Collins, CO  80525                 FAX:   (970) 267-5180 ==
===================================================================
---------------------------------------------------------------------
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:47 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.