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

Re: svn commit: DB_PAGE_NOTFOUND

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-04-10 21:00:28 CEST

Seth Delackner wrote:
> On Wed, Apr 09, 2003 at 09:11:34PM -0500, Ben Collins-Sussman wrote:
>
>>You don't need to 'svnadmin dump' to upgrade to BDB 4.1. Just rebuild
>>svn with the new bdb, and then run 'svnadmin recover' on your
>>repository. BDB will upgrade its own tables in-place.
>
> built DB 4.1, installed. Downloaded 0.19.1 svn tgz, it seems a bit braindead:
>
> bash-2.05a$ ./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.1 --with-ssl --enable-maintainer-mode --with-apxs=/usr/local/apache2/bin/apxs --with-apr=../httpd-2.0.44/srclib/apr --with-apr-util=../httpd-2.0.44/srclib/apr-util --with-neon=/usr/local
> [...]
> Checking for Berkeley DB in /usr/local/BerkeleyDB.4.1 (as db4)... no
> checking for Berkeley DB in /usr/local/BerkeleyDB.4.1 (as db)... no
> configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db

Using 0.20.1 I'm not seeing that problem on Linux:

   mprice@zoe> ./configure --with-berkeley-db=$HOME/linux
   [snip]
   checking for Berkeley DB in /home/mprice/linux (as db4)... no
   checking for Berkeley DB in /home/mprice/linux (as db)... yes

or Solaris:

   mprice@paulsboro> ./configure --with-berkeley-db=$HOME/solaris
   [snip]
   checking for Berkeley DB in /home/mprice/solaris (as db4)... no
   checking for Berkeley DB in /home/mprice/solaris (as db)... yes

I'd use 0.20.1. If you still have problems then something in your
environment is screwy.

-- 
Michael H. Price II       Member of the Engineering Staff
Lockheed Martin -- Advanced Technology Laboratories
3 Executive Campus, 6th Floor, Cherry Hill, NJ  08002
856-792-9746, fax 856-792-9925, email mprice@atl.lmco.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Apr 10 21:02:48 2003

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.