6740: undefined reference to `db_version'
From: Roman Neuhauser <neuhauser_at_bellavista.cz>
Date: 2003-08-15 14:26:36 CEST
I'm trying to build svn rev. 6740, but ./configure fails to detect bdb.
./configure --without-apache --without-jdk --without-apxs --with-berkeley-db=/usr/local/include/db41:/usr/local/lib
this is in config.log:
configure:8803: checking for availability of Berkeley DB
#include <stdio.h>
db_version (&major, &minor, &patch);
/* Sanity check: ensure that db.h constants actually match the db library */
/* Run-time check: ensure the library claims to be the correct version. */
if (major < 4)
if (minor < 0)
if (patch >= 14)
btw:
grep -F db_version /usr/local/include/db41/db.h
how can I get rid of the problem?
-- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Fri Aug 15 14:27:32 2003 |
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.