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

Re: freebsd questions

From: Nuutti Kotivuori <naked_at_iki.fi>
Date: 2002-10-28 17:29:52 CET

Philip Martin wrote:
> The problem comes when Apache, via APR-UTIL I think, has BDB symbols
> that come from an incompatible BDB. In your case you are using GDBM
> which doesn't provide BDB symbols.

Yes, that's the problem. It should be resolved by the approach you
mention below - but I haven't tested it.

> Debian plays a few other tricks as well, run nm on a Debian BDB 4
> library and you will see symbols like __db_open_4000, a plain
> tarball BDB 4 gives symbols like __db_open. I think this means that
> Debian's BDB 3 and BDB 4 can coexist. Do other distributions do
> this?

Well, it is obtained with simply by passing "--with-uniquename" to the
build. So if other distributions are not doing this, I say they
should.

> If configure finds APR-UTIL using a BDB that is different from the
> Subversion requirement it should at least produce a warning. An
> error that requires some overriding command line switch might be
> better.

Well this I can agree with - binaries produced by a package maintainer
are tested. Binaries produced by a user are not - and it helps finding
out the problem if one doesn't have to worry about this sort of stuff.

-- Naked

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 17:30:39 2002

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.