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

Makefile

From: Williams, Kevin <KWilliams_at_sark.com>
Date: 2003-03-11 18:22:18 CET

I'm trying to create an install configuration for Gentoo Linux, and I'm
getting an error that I believe is caused by the Makefile. (I don't know C
or Makefiles.)

I'm getting an error in [install-mods-shared] that says:

cp .libs/mod_dav_svn.soT /usr/lib/apache2/mod_dav_svn.so
ACCESS DENIED open_wr: /usr/lib/apache2/mod_dav_svn.so
cp: cannot create regular file `/usr/lib/apache2/mod_dav_svn.so`: Permission
denied

The Gentoo build process is similar to RPM in that when you build an RPM
from source, it compiles in a temp directory and installs into another temp
directory. I checked, and [temp-install-dir]/usr/lib/apache2 doesn't exist
as a folder. The makefile should "mkdir /usr/lib/apache2" just in case -
this will let RPM and Gentoo (possibly others) to build successfully.

If I'm wrong, let me know, but I don't think this would break anything.

Kevin D. Williams, MCP, SCJP
Consultant
Software Architects
1625 Broadway, Suite 950
Denver, CO 80202
303-573-0160
http://www.sark.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 11 18:25:49 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.