You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by John <ba...@sdf.lonestar.org> on 2006/09/23 11:05:49 UTC

Minimal svn setup

Hi there,

I'm trying to update to svn 1.4.0, but currently stuck at configuring, I'm 
using the follwoing commandline:


[~/subversion-1.4.0]$ ./configure --without-apache --without-apxs 
--without-apr --without-apr-util --disable-mod-activation 
--prefix=$HOME/svn/

configure: Configuring Subversion 1.4.0

--snip--
checking for static Apache module support... checking for Apache module 
support
via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
         --with-apxs or --with-apache must be used
==================================================================
configure: Apache Portable Runtime (APR) library configuration
checking for APR... configure: error: --with-apr requires a directory or 
file to
 be provided
[~/subversion-1.4.0]$

What do I have to do to make configure accept my --without-packages args?
I have looked around in the archives, and this issue keeps being razed 
from time to time, yet it doesn't seem to get addressed by the configure 
script.

Any advice greatly welcome.

Thanks
 -- 
John

SDF Public Access UNIX System - http://sdf.lonestar.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Minimal svn setup

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
On 9/23/06, John <ba...@sdf.lonestar.org> wrote:
> Hi there,
>
> I'm trying to update to svn 1.4.0, but currently stuck at configuring, I'm
> using the follwoing commandline:
>
>
> [~/subversion-1.4.0]$ ./configure --without-apache --without-apxs
> --without-apr --without-apr-util --disable-mod-activation
> --prefix=$HOME/svn/

You can't build without apr and apr-util.  Subversion is built on top
of those two libraries, it won't work without them.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org