You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Max Bowsher <ma...@ukf.net> on 2004/07/07 12:13:31 UTC

Re: svnadmin not built in 1.0.5?

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

Re: svnadmin not built in 1.0.5?

Posted by Jeff Grady <jg...@acm.jhu.edu>.
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