You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ru...@grunt.berkeley.edu on 2005/03/23 22:49:06 UTC

svn and berkeley db

Is it possible to make subversion with the current version of Berkeley
DB?  I've installed the current Berkeley DB and it's in
/usr/local/BerkeleyDB.4.3 but when I run configure in the subversion
directory, subversion-1.1.3, it never finds Berkeley DB.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svn and berkeley db

Posted by Stephane Clodic <sc...@teaser.fr>.
On Wed, Mar 23, 2005 at 02:49:06PM -0800, rusty@grunt.berkeley.edu wrote:

Hi,

> Is it possible to make subversion with the current version of Berkeley
> DB?  I've installed the current Berkeley DB and it's in
> /usr/local/BerkeleyDB.4.3 but when I run configure in the subversion
> directory, subversion-1.1.3, it never finds Berkeley DB.

Do a 'make clean' in the source directory and append
--with-berkeley-db=/usr/local/BerkeleyDB.4.3 to your ./configure

% ldd /data/local/bin/svn
[snip]
        libdb-4.3.so => /data/local/lib/libdb-4.3.so (0x2815b000)

(look the unsual prefix)


Regards
-- 
Stephane Clodic
France Teaser

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org