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

Install without Apache?

From: Duncan Murdoch <murdoch_at_stats.uwo.ca>
Date: 2005-03-18 20:55:10 CET

I'm trying to build Subversion from subversion-1.1.3.tar.gz on a Red
Hat system (not sure which Red Hat release, uname -a says
Linux .... 2.4.20-31.9). I don't have root access on this system,
but I'd like to install a server: so I'm planning to install it to
use FSFS and ssh + svnserve for access.

I configured with

./configure --without-apache --without-berkeley-db
--disable-mod-activation --prefix=<my home dir>

and get no errors with configure or make, but "make install" fails
with this error:

>cp .libs/mod_dav_svn.soT /usr/local/apache2/modules/mod_dav_svn.so
>cp: cannot create regular file `/usr/local/apache2/modules/mod_dav_svn.so': Perm
>ission denied
>apxs:Error: Command failed with rc=65536
>.
>make: *** [install-mods-shared] Error 1

How do I tell it not to try to install an apache module, since I don't
have write permission there?

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 18 20:59:41 2005

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.