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

Re: Apache & mod_dav

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-24 01:01:02 CET

On 2/23/06, Randy Vinas <rvinas@emlab.com> wrote:
> Hi. I'm trying to install Apache according to the docs at
> http://svn.collab.net/repos/svn/trunk/INSTALL but receive these errors
> after trying to compile/install:
>
> make[1]: Leaving directory `/usr/local/apache2' Making install in srclib
> make[1]: Entering directory `/usr/local/apache2/srclib'
> Making install in apr
> make[2]: Entering directory `/usr/local/apache2/srclib/apr'
> sed 's,^\(location=\).*$,\1installed,' < apr-config > apr-config.out
> /bin/sh: apr-config.out: Permission denied
> make[2]: *** [apr-config.out] Error 1
> make[2]: Leaving directory `/usr/local/apache2/srclib/apr'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/usr/local/apache2/srclib'
> make: *** [install-recursive] Error 1
>
> Would anyone have any suggestions on where to go from here?

Current versions of APR require you to have write access to the source
directory when you run 'make install'. That's the kind of error you
get in that case. This has been fixed in the trunk version of APR, it
just hasn't make it into a release yet.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Feb 24 01:01:52 2006

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.