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

Re: 'svn co http://' fails

From: Sebastian Bergmann <lists_at_sebastian-bergmann.de>
Date: 2002-06-23 13:43:48 CEST

Branko ?ibej wrote:
> The error message says it all. mod_dav_svn is dynamically linking with
> BDB 2.4.14, but it should be using 4.0.14. My best guess is that you
> have Berkeley DB 2.x installed, and the dynamic loader finds that
> before the 4.0.14 you need to build Subversion with.

  BDB 2.4.14 was installed as an RPM package. I removed that package now,
  but now subversion's configure doesn't find BDB 4.0.14, even after I
  build and installed it again (and invoked both ldconfig and updatedb):

    sb@wopr-mobile:~> ll /usr/local/BerkeleyDB.4.0
    total 0
    drwxr-xr-x 2 sb users 344 Jun 23 13:32 bin
    drwxr-xr-x 10 sb users 312 Jun 23 13:32 docs
    drwxr-xr-x 2 sb users 160 Jun 23 13:32 include
    drwxr-xr-x 2 sb users 224 Jun 23 13:32 lib

    sb@wopr-mobile:/usr/src/subversion> cat config.nice
    #! /bin/sh
    #
    # Created by configure
    
    "./configure" \
    "--with-apr=/usr/local/apache2" \
    "--with-apr-util=/usr/local/apache2" \
    "$@"
    sb@wopr-mobile:/usr/src/subversion>

checking for built-in Berkeley DB... no
checking for Berkeley DB in the standard places... no
checking for Berkeley DB in /usr/local/include/db4 and /usr/local/lib...
no
checking for Berkeley DB in /usr/local... no
checking for Berkeley DB in /usr/local/BerkeleyDB.4.0... no
checking for Berkeley DB in /usr/include/db4 and /usr/lib... no

-- 
  Sebastian Bergmann
  http://sebastian-bergmann.de/                 http://phpOpenTracker.de/
  Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jun 23 13:45:48 2002

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.