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

Re: Subversion upgraded to Berkeley DB 4.0.14

From: Justin Erenkrantz <jerenkrantz_at_ebuilt.com>
Date: 2002-01-03 00:44:18 CET

On Wed, Jan 02, 2002 at 05:30:07PM -0600, Karl Fogel wrote:
> Sure, that's what he said too, as I understand it. And --with-db4 is
> recommended in our INSTALL file, too.
>
> But what I'm not understanding is, why should he have to tell httpd
> where db4 is? httpd doesn't need db4, only Subversion does, and
> Subversion was told where to find it.

When we added the multi-DB code to apr-util, it will detect the
Berkeley DB libraries and link against the libraries automagically.
Previously, you had to ask to link against Berkeley DB. So, httpd
will now link against it. And, if it isn't the same version that
Subversion will end up seeing, this problem will occur.

> In other words, can we have a situation where the db used by httpd and
> the db used by Subversion are completely independent?

I don't think so. httpd's run-time path takes precedence unless
overriden by LD_PRELOAD. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:54 2006

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.