You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Sung Kim <hu...@hotmail.com> on 2003/12/05 09:14:04 UTC

Subversion 0.34.0 compile on Debian 3.0 Woody

Hi, 

I spent a lot of time to compile the Subversion 0.34.0 (and similar versions) in Debian 3.0 which is very new to me. I have installed Subversion in Redhat several times without any problem. 

Event though the BerkeleyDB.4.0 in installed in /usr/local/BerkeleyDB.4.0 directory, the ‘configure’ complains:

The Subversion filesystem library, part of the server, requires
Berkeley DB version 4.0.14 or newer, which you don't seem to have
installed and linked to APR-UTIL.  We have created makefiles which
will build the Subversion client code only, and skip the server.  You
can find latest version of Berkeley DB at http://www.sleepycat.com/.
You can find the latest version of Berkeley DB here:
  http://www.sleepycat.com/download/index.shtml

(I saw this message more than hundred times. No kidding. :-)

The problem was compiling a sample test source code (conftest.c generated by configure line 9129) with –ldb-4.0, and running the test program. The compiling was successful, but when Configure runs the conftest.c, the error message says:
error while loading shared libraries: libdb-4.0.so: cannot open shared object file: No such file or directory


So the Configure assume that I don’t have db4.

Simply I added /usr/local/BerkeleyDB.4.0/lib in /etc/ld.so.conf, and that solves the huge problem.
Just adding one line makes me happy. ☺

Is this a know problem? 

--
Sung Kim



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


Re: Subversion 0.34.0 compile on Debian 3.0 Woody

Posted by Colin Watson <cj...@flatline.org.uk>.
On Fri, Dec 05, 2003 at 01:14:04AM -0800, Sung Kim wrote:
> I spent a lot of time to compile the Subversion 0.34.0 (and similar
> versions) in Debian 3.0 which is very new to me.

If it helps, packages of Subversion 0.32.1 for Debian 3.0 are available
from http://people.debian.org/~cjwatson/subversion-woody (except that
that's down at the moment, so try
http://riva.ucam.org/~cjwatson/tmp/subversion/). I'll update it to
0.34.0 once the Debian archive is back up following the recent
compromise and the maintainer has uploaded a version for Debian
unstable.

Cheers,

-- 
Colin Watson                                  [cjwatson@flatline.org.uk]

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