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

Re: Minimalistic svn setup

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-09-23 20:14:27 CEST

Please don't send every message twice.

On 9/23/06, John <backup20@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/

[ snip ]

> 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?

Configure just told you so: --without-apr equals --with-apr=no, but,
that won't work: you need to pass it a directory.

> 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.

I'm sorry? The configure line you used above is illegal: you can't
build subversion without APR and APR-UTIL: they are the libraries
which make Subversion the cross platform application it is. They take
care of lots of platform differences in a unified way.

> Any advice greatly welcome.

You need to build with APR and APR-UTIL... (Though you don't need to
build with apxs or apache.)

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Sep 23 20:14:57 2006

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.