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

db4 problems configuring on FreeBSD

From: Peter S. Housel <housel_at_acm.org>
Date: 2003-08-15 06:53:54 CEST

After two weeks with an out-of-date working copy, I tried to update to
the latest httpd-2.0/apr/apr-utils/svn.

On FreeBSD, -ldb4 is in /usr/local/lib, and db.h is in
/usr/local/include/db4. The apr-utils configure finds these just fine,
but when the svn configure tries to verify the availability of db4, the
#include "db.h" in the test gets the wrong include file
(/usr/include/db.h, from db 1.85). Either the svn check ought to be
trying "db4/db.h", or apr-config --includes ought to include
/usr/local/include/db4.

According to the (out of date) comments in
build/ac-macros/berkeley-db.m4, there used to be checks to handle this
case, but they must have been removed when the check for db4 was moved
to apr-utils.

-Peter-

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 15 20:11:33 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.