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

Re: Installing Apache modules only

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-06-06 19:16:13 CEST

On 6/6/06, Bradley Wagner <bradley.wagner@hannonhill.com> wrote:
> Given this, is there any way to un-link and re-link these modules to
> a different set of SVN libraries. If not, I don't think Erik's
> strategy of installing SVN into a separate directory and removing
> that directory when it's done would work (earlier in this thread),
> right?

That's exactly what DESTDIR installs are about. You use ./configure
--prefix=/usr/local; then make install DESTDIR=/opt/svn; the binaries
saved in /opt/svn are built as if they are in /usr/local, meaning you
can't use them until they're actually in that location. So, in effect,
they are linked against the already installed ones :-)

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jun 6 19:18:08 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.