[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: David Ripton <dripton_at_ripton.net>
Date: 2004-07-20 02:22:43 CEST

On 2004.07.19 08:46:07 +0000, fago@caltech.edu wrote:
> I'm trying to install svn 1.1.0 rc1 as a non-root user for use in "local
> mode."

That worked okay for me, on both Gentoo and Debian. (BTW, thanks to
Greg and company for fsfs, which is a lot easier to get working on
non-ideal machines than bdb.)

> I'm configuring with:
>
> /configure --prefix=/home/myname/bin --without-berkeley-db
> --disable-mod-activation --without-apache --without-httpd

I just did:

./configure --prefix=$HOME --without-berkeley-db
make
make install
svnadmin create $HOME/svn/my-test-repos --fs-type=fsfs

and started using the test repository

> Make install fails with:
>
> 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':

Eek.

Is the error repeatable if you "make clean" then redo the build
process with no false steps?

What OS, gcc, make, and autoconf versions are you using?

-- 
David Ripton    dripton@ripton.net
---------------------------------------------------------------------
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:23:12 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.