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

RE: db4 problems configuring on FreeBSD

From: Sander Striker <striker_at_apache.org>
Date: 2003-08-15 20:30:27 CEST

[this is a dev issue, not a users issue, moving...]

> From: Peter S. Housel [mailto:housel@acm.org]
> Sent: Friday, August 15, 2003 6:54 AM

> 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.

The latter is rather difficult to do. db4/db.h could be in any of the
available include paths.

Rather, we should include apu.h instead of db.h. That would solve the
problem. Not sure how that is received though...

Thoughts?

Sander

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