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

Re: Install without Apache?

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-03-19 01:20:59 CET

Duncan Murdoch wrote:
> 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?

You want "--without-apxs" not "--without-apache".

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Mar 19 01:24:35 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.