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

Can't build subversion without ra_local support ('file' scheme)

From: Anton Pervukhin <apervukh_at_minet.uni-jena.de>
Date: Mon, 01 Sep 2008 12:54:37 +0200

Dear friends!

I'm trying to build subversion from source with disabled ra_local
Module, but so far with no success.
I have searched this mailing list and googled a bit, have found a bit
old thread: http://svn.haxx.se/dev/archive-2004-02/0796.shtml
where it is said that for disabling ra_local one should build subversion
without berkeley db support, i.e. with configure option:
--without-berkeley-db

here is my configure script (on Solaris 5.10):

/configure --prefix=/vol/software/subversion-1.4.3
--with-swig=/vol/software/swig-1.3.29 --with-jdk=/usr/java --with-ssl
--enable-shared=no --with-neon=/vol/software/neon-0.25.5
--with-apr=/vol/software/source/src/subversion-1.4.3/apr
--with-apr-util=/vol/software/source/src/subversion-1.4.3/apr-util
--without-berkeley-db

apr and apr-util I'm getting from dependencies package. neon, version
0.25.5 has been installed separately.

interesting enough configure script even logs warning:

configure: WARNING: we have configured without BDB filesystem support

You don't seem to have Berkeley DB version 4.0.14 or newer
installed and linked to APR-UTIL. We have created Makefiles which
will build without the Berkeley DB back-end; your repositories will
use FSFS as the default back-end. You can find the latest version of
Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

but still after...

make
make install

svn --version gives

svn, version 1.4.3 (r23084)
   compiled Sep 1 2008, 11:35:34

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

I have already tried different scenarios: apr and apr-util built
separately, removed installation of berkeley db from the PATH...and
still no success.

So basically I can't get a point where it gets the link to berkeley db
(may be from some other library: swig, apr, apr-util, neon???) and why
it builds it even with the configure option --without-berkeley-db.

I have been trying to solve this problem for already two days and would
be very grateful for any hint!

Thank you in advance!
Anton

-- 
Dipl.-Ing. Anton Pervukhin    Lehrstuhl fuer Bioinformatik
Institut fuer Informatik, Friedrich-Schiller-Universitaet Jena
Ernst-Abbe-Platz 2, 07743 Jena, Germany
Office 3426, Phone +49 (0)3641 9-46454, Fax +49 (0)3641 9-46452
http://bio.informatik.uni-jena.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-02 05:55:32 CEST

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.