Re: configure stopping on Berkeley DB include.........

2010-09-23 Thread Daniel Shahaf
Bob Archer wrote on Thu, Sep 23, 2010 at 11:33:48 -0400: > Of course, I am sure one of the svn devs can clarify what sqlite is used for > on the server. But, I'm pretty sure it is used. (of course, I've been wrong > before.) It's used in fsfs for representation sharing (the DB is cache and can be

Re: configure stopping on Berkeley DB include.........

2010-09-23 Thread Stewart Dean
Now that's interesting...when I did the compile it required SQLite, but then gave you your choice of flat file FSFS or BDB...which led me to think that the SQLite was just used as a front end for the database function, but didn't really do storage. Can someone talk to this? On 9/23/2010 11:1

Re: configure stopping on Berkeley DB include.........

2010-09-23 Thread Andy Levy
On Thu, Sep 23, 2010 at 11:10, Bob Archer wrote: >> On Sep 22, 2010, at 07:54, Stewart Dean wrote: >> > On 9/21/2010 5:23 PM, Ryan Schmidt wrote: >> >> In MacPorts, we successfully use the following configure >> argument: >> >> >> >> --with-berkeley- >> db=:${prefix}/include/db46:${prefix}/lib/db4

RE: configure stopping on Berkeley DB include.........

2010-09-23 Thread Bob Archer
> > -Original Message- > > From: Bob Archer [mailto:bob.arc...@amsi.com] > > Sent: 23 September 2010 16:10 > > To: Ryan Schmidt; Stewart Dean > > Cc: Subversion Users > > Subject: RE: configure stopping on Berkeley DB include. > > > >

RE: configure stopping on Berkeley DB include.........

2010-09-23 Thread Cooke, Mark
> -Original Message- > From: Bob Archer [mailto:bob.arc...@amsi.com] > Sent: 23 September 2010 16:10 > To: Ryan Schmidt; Stewart Dean > Cc: Subversion Users > Subject: RE: configure stopping on Berkeley DB include. > > > On Sep 22, 2010, at 07:54, Ste

RE: configure stopping on Berkeley DB include.........

2010-09-23 Thread Bob Archer
> On Sep 22, 2010, at 07:54, Stewart Dean wrote: > > On 9/21/2010 5:23 PM, Ryan Schmidt wrote: > >> In MacPorts, we successfully use the following configure > argument: > >> > >> --with-berkeley- > db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 > >> > >> So, adapted to your BDB version and pr

Re: configure stopping on Berkeley DB include.........

2010-09-22 Thread Ryan Schmidt
On Sep 22, 2010, at 15:38, Stewart Dean wrote: >> Remember to Reply All so your reply goes to the list too, not just to me. >> >> If you don't use BerkeleyDB, you get a so-called "FSFS" repository. FSFS is >> a file-based database, just like BerkeleyDB is, but has been designed >> specifically

Re: configure stopping on Berkeley DB include.........

2010-09-22 Thread Ryan Schmidt
On Sep 22, 2010, at 07:54, Stewart Dean wrote: > On 9/21/2010 5:23 PM, Ryan Schmidt wrote: >> In MacPorts, we successfully use the following configure argument: >> >> --with-berkeley-db=:${prefix}/include/db46:${prefix}/lib/db46:db-4.6 >> >> So, adapted to your BDB version and prefix, try: >> >>

Re: configure stopping on Berkeley DB include.........

2010-09-21 Thread Nico Kadel-Garcia
On Tue, Sep 21, 2010 at 5:23 PM, Ryan Schmidt wrote: > On Sep 21, 2010, at 08:52, Stewart Dean wrote: > >> I built apr and apr-util on this machine, then ran configure like this: >> >> ./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin >> >> The configure runs fine up unt

Re: configure stopping on Berkeley DB include.........

2010-09-21 Thread Ryan Schmidt
On Sep 21, 2010, at 08:52, Stewart Dean wrote: > I built apr and apr-util on this machine, then ran configure like this: > > ./configure --with-apr=/usr/local/apr/bin --with-apr-util=/usr/local/apr/bin > > The configure runs fine up until: > > checking for availability of Berkeley DB... no > co