[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: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2003-04-10 14:11:34 CEST

On Thu, Apr 10, 2003 at 06:47:55PM +0000, 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
> bash-2.05a$ ls -l /usr/local/BerkeleyDB.4.1
> total 0
> drwxr-xr-x 12 root staff 408 Apr 10 11:25 bin
> drwxr-xr-x 12 root staff 408 Apr 10 11:25 docs
> drwxr-xr-x 6 root staff 204 Apr 10 11:25 include
> drwxr-xr-x 8 root staff 272 Apr 10 11:25 lib
>
You might also need to include /usr/local/BerkeleyDB.4.1/lib in /etc/ld.so.conf
and re-run ldconfig or include it in $LD_LIBRARY_PATH.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Thu Apr 10 21:13:58 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.