[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-04 11:49:39 CEST

On 6/2/06, Bradley Wagner <bradley.wagner@hannonhill.com> wrote:
> I have installed subversion already. The binaries are there and
> functioning correctly. Now I'd like to go back with the source the I
> kept and simply install the apache modules and nothing else. Is there
> any way to do this without overwriting my existing installation of
> the binaries and libraries? Is there any way to tell configure to
> only build the apache *.so files?

No, but you could do a DESTDIR install (make install DESTDIR=....)
installing to another dir than the one your install is currently
located. After that, you can copy the apache modules to their real
directories and remove the destdir.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jun 4 11:51:05 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.