Subversion 0.34.0 compile on Debian 3.0 Woody
From: Sung Kim <hunkims_at_hotmail.com>
Date: 2003-12-05 10:14:04 CET
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
(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:
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.
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.orgReceived on Fri Dec 5 10:14:01 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.