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

Re: make install fails to install mod_authz_svn.so/mod_dav_svn.so

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 16 Aug 2013 13:53:16 +0100

John D Groenveld <jdg117_at_elvis.arl.psu.edu> writes:

> I don't see a rule in the Makefile to apxs -i or otherwise copy
> those DSOs though they are correctly built and configure correctly
> sets INSTALL_APACHE_MODS = true in the Makefile

The rule for installing apache modules is in build-outputs.mk:

install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_authz_svn/mod_authz_svn.la
        if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n dav_svn mod_dav_svn.la ; fi
        if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_authz_svn ; $(MKDIR) "$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n authz_svn mod_authz_svn.la ; fi

INSTALL_MOD_SHARED is defined in Makefile.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-08-16 14:53:53 CEST

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.