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

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
> /usr/local/BerkeleyDB4.0. I set the --with-berkeley-db flag and tried
> putting it in my LD_LIBRARY_PATH and putting it in ld.so.conf. Neither
> of which fixed the problem. :(

Works for me. LD_LIBRARY_PATH will need a trailing /lib, so you need
to use /usr/local/BerkeleyDB4.0/lib.

> Is it possible that when I built BDB, it implicitly set the
> uniquename option?

Unlikely.

> How would I check that?

Compare

$ nm /usr/local/BerkeleyDB4.0/lib/libdb-4.0.a | grep 'T db_create'
$ nm /usr/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.org
Received 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.