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

Re: installing svn 1.5.1 next to 1.4.3 on RHEL 4

From: Stefan Sperling <stsp_at_elego.de>
Date: Mon, 25 Aug 2008 21:55:59 +0200

On Mon, Aug 25, 2008 at 02:45:43PM -0400, Robert P. J. Day wrote:
> in short, how would i "configure" the 1.5.1 source to build me
> *just* the executables, which will then play happily with absolutely
> everything that's already been set up. i already have the "--prefix"
> part down but my first attempt still tried to install the apache2
> modules under /usr/local. is this where i'd use the "--with-apxs"
> config option?

You can pass --disable-shared to the configure script.
mod_dav_svn won't be built in this case, but the executables will
be built.

And this will also avoid the problem of the 1.5.1 build process trying
to link with 1.4 libraries already installed in your system...
Yes, this happens, it's some crazy bug in libtool, see
http://subversion.tigris.org/servlets/ReadMsg?listName=dev&msgNo=133311

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-25 21:55:34 CEST

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.