Re: Subversion-1.6.9 book error ?

2010-04-07 Thread zzflop
On Wed, Apr 07, 2010 at 02:51:12PM -0500, Randy McMurchy wrote: > zzflop wrote these words on 04/07/10 13:49 CST: > > > Apparently APR-Util is not being linked to BDB folowing the > > book instructions . > > You just may be right, but I'm not sure why. The book says to > pass --with-dbm=db45, an

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread Randy McMurchy
zzflop wrote these words on 04/07/10 14:19 CST: > I have no /usr/lib/apr-util-1 dirctory. All I see are > apr.exp, aprutil.exp, and various libapr-1 and libaprutil-1 > libraries definitely not linked to db-4.8. That would > explain subversion not finding BDB. > > Who this is so , I have no idea

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread Randy McMurchy
zzflop wrote these words on 04/07/10 13:49 CST: > Apparently APR-Util is not being linked to BDB folowing the > book instructions . You just may be right, but I'm not sure why. The book says to pass --with-dbm=db45, and when I wrote those instructions it was correct at the time. But I notice now

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread zzflop
On Wed, Apr 07, 2010 at 01:27:14PM -0500, Randy McMurchy wrote: > zzflop wrote these words on 04/07/10 12:12 CST: > > > > Subversion still asks for SQLite.I guess the best option > > is to go ahead and install instead of user older versions. > > I went and looked and best as I can tell, SQLite is

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread zzflop
On Wed, Apr 07, 2010 at 01:12:23PM -0400, zzflop wrote: > On Wed, Apr 07, 2010 at 10:15:31AM -0500, Randy McMurchy wrote: > > zzflop wrote these words on 04/07/10 09:50 CST: > > > I think I'll try the whole process again with Berkeley DB > > > installed and see how it goes. > > > > Keep in mind th

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread Randy McMurchy
zzflop wrote these words on 04/07/10 12:12 CST: > I installed Berkeley DB-4.8.26 without any optional > dependencies and added: > > --with-dbm=db45 --with-berkeley-db > > to the default configuration from the book for Apache. > > Subversion still asks for SQLite.I guess the best option > is to

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread zzflop
On Wed, Apr 07, 2010 at 10:15:31AM -0500, Randy McMurchy wrote: > zzflop wrote these words on 04/07/10 09:50 CST: > > I think I'll try the whole process again with Berkeley DB > > installed and see how it goes. > > Keep in mind that it is APR-Util that must be linked to BDB, else it > doesn't matt

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread Randy McMurchy
zzflop wrote these words on 04/07/10 09:50 CST: > I think I'll try the whole process again with Berkeley DB > installed and see how it goes. Keep in mind that it is APR-Util that must be linked to BDB, else it doesn't matter what you tell Subversion to do, it cannot and will not use BDB. I will g

Re: Subversion-1.6.9 book error ?

2010-04-07 Thread zzflop
On Tue, Apr 06, 2010 at 10:49:40PM -0500, Bruce Dubbs wrote: > zzflop wrote: > > I just finished building Apache-2.2.15 from the blfs-dev > > book on LFS-6.6. Went on to install Subversion-1.6.9 and > > configure failed saying that subverion needed sqlite to > > build, which I don't have installed