You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Duncan Murdoch <mu...@stats.uwo.ca> on 2005/03/18 19:55:10 UTC

Install without Apache?

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

Re: Install without Apache?

Posted by Duncan Murdoch <su...@murdoch-sutherland.com>.
On Sat, 19 Mar 2005 00:20:59 -0000, "Max Bowsher" <ma...@ukf.net> wrote
:

>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".

Thanks, works great now.

Duncan Murdoch

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Install without Apache?

Posted by Max Bowsher <ma...@ukf.net>.
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