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

Re: svnadmin not built in 1.0.5?

From: Jeff Grady <jgrady_at_acm.jhu.edu>
Date: 2004-07-08 00:29:00 CEST

That was essentially it. There were a couple layers to the problem.

* I missed the warning at the end of ./configure for not finding db4 and that
  it was going to be a client-only build because ./configure returned 0 instead
  of 1 and the "&& make" executed. Oops. My fault.

* Even when I specified the path to db4.2, APR doesn't find it because of a bug
  in the configure script, as cited here:

http://www.contactor.se/~dast/svn/archive-2003-12/0309.shtml

That problem's been around since December of last year... :-/

There should perhaps be a louder warning in INSTALL that if APR doesn't know
about db4, you won't be able to build a server, but other than that, I think I
got it working now.

Thanks for your help,

-Jeff

On Wed, 7 Jul 2004, Max Bowsher wrote:

> Jeff Grady wrote:
> > Hey, I just tried building subversion 1.0.5 and svnadmin doesn't seem to get
> > built (I ran make install as root before doing this):
> >
> > [ jgrady : subversion-1.0.5 ] $ find -name svnadmin
> > ./subversion/svnadmin
> > [ jgrady : subversion-1.0.5 ] $ ls -l ./subversion/svnadmin
> > total 40
> > -rw-rw-r-- 1 jgrady jgrady 35840 Mar 12 12:07 main.c
> > -rw-rw-r-- 1 jgrady jgrady 1093 Oct 14 2003 svnadmin.1
> >
> > [ jgrady : subversion-1.0.5 ] $ find / -name svnadmin 2> /dev/null
> > /home/jgrady/downloads/subversion-1.0.5/subversion/svnadmin
> > [ jgrady : subversion-1.0.5 ] $
> >
> > Here are my configure options:
> >
> > ./configure --with-apxs=/home/svn-httpd/bin/apxs --with-zlib && make
> >
> > Any ideas?
>
> Perhaps Berkeley DB is not being detected by configure?
>
> Max.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 8 05:52:17 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.