You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "gary (guangyuan) sun" <ga...@yahoo.com> on 2007/07/24 21:58:26 UTC

install svn to my user dir

Hi,

I have no right to access root. So I use the following
command lines to install svn to my user dir:
./configure --prefix=$HOME/svn --without-berkeley-db
--with-zlib
cd neon
./configure --prefix=$HOME/svn --enable-shared
cd ../
make
make instal

I got error message when I run make instal:
cp: cannot create regular file
`/usr/lib64/httpd/modules/mod_dav_svn.so': Permission
denied
apxs:Error: Command failed with rc=65536

How can I solve the problem?

Thanks

Gary


      ____________________________________________________________________________________
Luggage? GPS? Comic books? 
Check out fitting gifts for grads at Yahoo! Search
http://search.yahoo.com/search?fr=oni_on_mail&p=graduation+gifts&cs=bz

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

Re: install svn to my user dir

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 24, 2007, at 16:58, gary ((guangyuan)) sun wrote:

> I have no right to access root. So I use the following
> command lines to install svn to my user dir:
> ./configure --prefix=$HOME/svn --without-berkeley-db
> --with-zlib
> cd neon
> ./configure --prefix=$HOME/svn --enable-shared
> cd ../
> make
> make instal
>
> I got error message when I run make instal:
> cp: cannot create regular file
> `/usr/lib64/httpd/modules/mod_dav_svn.so': Permission
> denied
> apxs:Error: Command failed with rc=65536
>
> How can I solve the problem?

Maybe try --without-apxs



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