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

RE: Non-root install fails

From: Campbell, Matthew A <Matthew.Campbell_at_Relizon.com>
Date: 2004-07-20 02:29:33 CEST

> cp .libs/mod_dav_svn.soT /usr/lib/httpd/modules/mod_dav_svn.so
> cp: cannot create regular file
> `/usr/lib/httpd/modules/mod_dav_svn.so':
> Permission denied
> apxs:Error: Command failed with rc=65536
> .
> make: *** [install-mods-shared] Error 1
>
>
> Install does not seem to be respecting "prefix."

No, it's auto-detecting your distro's Apache install. It's trying to write
to the Apache modules directory.

> Perhaps I missed a --disable or --without flag?
>

"--without-apache" -- unless you actually have a private copy of apache
floating around. In which case you want
"--with-apache=/path/to/apache/root/dir".

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Jul 20 02:35:32 2004

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.