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

Re: Subversion 0.14.4 released

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-30 01:50:16 CET

Blair Zajac <blair@orcaware.com> writes:

> Change
>
> + $SVN_FS_WANT_DB_PATCH, "db4 db")

This doesn't work.

>
> to
>
> + $SVN_FS_WANT_DB_PATCH, [db4 db])

This works for me.

>
> Also, I'm on RedHat 8 and installed a vanilla DB 4.1.24 and it installs
> db into libdb-4.1, which isn't found by default.
>
> How about changing this to
>
> + $SVN_FS_WANT_DB_PATCH, [db-4.1 db-4.0 db-4 db4 db])

Hmm, I have BDB 4.1 installed from a tarball and I don't find that
necessary. I have

$ ls /usr/local/db4/lib
libdb-4.1.a libdb-4.1.la libdb-4.1.so libdb-4.so libdb.a libdb.so

and when I run configure (using $SVN_FS_WANT_DB_PATCH, [db4 db]) I get

$ ./config.nice
[snip]
checking for Berkeley DB in /usr/local/db4 (as db4)... no
checking for Berkeley DB in /usr/local/db4 (as db)... yes

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 30 01:51:17 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.