Re: problems building SVN (and http2.0)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-16 22:48:28 CET
Seth Landsman <seth@boondock.cs.brandeis.edu> writes:
> Hmm, I did build my own BDB 4, and placed it in
Works for me. LD_LIBRARY_PATH will need a trailing /lib, so you need
> Is it possible that when I built BDB, it implicitly set the
Unlikely.
> How would I check that?
Compare
$ nm /usr/local/BerkeleyDB4.0/lib/libdb-4.0.a | grep 'T db_create'
You want to see 'T db_create', which will work, and not 'T db_create_4000'.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Mon Dec 16 22:49:10 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.