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

Re: Can't "make install"

From: Justin Erenkrantz <jerenkrantz_at_apache.org>
Date: 2002-06-03 01:31:17 CEST

On Sun, Jun 02, 2002 at 03:18:27PM -0500, Scott Lamb wrote:
> Looking a bit further, I see in the generated build-outputs.mk a rule to
> make mod_dav_svn.la that uses $(LINK). $(LINK) includes "-rpath $(libdir)".
> So this command must be changed to allow it be installed to the correct dir.
>
> I changed ac-helpers/svn-apache.m4 and Makefile.in to set APACHE_LIBEXECDIR
> to be this directory, via apxs. But I'm not sure how to plug it in once I've
> got it. I manually added this line to build-outputs.m4:
>
> subversion/mod_dav_svn/mod_dav_svn.la: libdir=$(APACHE_LIBEXECDIR)
>
> and that seemed to work. But how do I duplicate that with changes to
> build.conf and build/gen_base.py instead?

FWIW, I had this problem too and is why I rearranged the install
target orders so that the headers and docs are installed even if
this step fails.

I just hacked at the mod_dav_svn.la file - your solution is slightly
better than mine. I don't have the time now to think of how to do
this correctly. *sigh* -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 3 01:31:48 2002

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.