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

2013-08-18 Thread Daniel Shahaf
Philip Martin wrote on Fri, Aug 16, 2013 at 15:19:53 +0100: > John D Groenveld writes: > > This doesn't match INSTALL which suggests they should > > go to /path/to/httpd/modules: > > After the make install, the Subversion shared libraries are in > > /usr/local/lib/. mod_dav_svn.so sho

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

2013-08-16 Thread Philip Martin
John D Groenveld writes: > In message <87ioz5iypv@ntlworld.com>, Philip Martin writes: >>install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_auth >>z_svn/mod_authz_svn.la >>if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn ; $(MKDIR) >>"$(APACHE_LIBEXEC

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

2013-08-16 Thread John D Groenveld
In message <87ioz5iypv@ntlworld.com>, Philip Martin writes: >install-mods-shared: subversion/mod_dav_svn/mod_dav_svn.la subversion/mod_auth >z_svn/mod_authz_svn.la >if $(INSTALL_APACHE_MODS) ; then cd subversion/mod_dav_svn ; $(MKDIR) >"$(APACHE_LIBEXECDIR)" ; $(INSTALL_MOD_SHARED) -n

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

2013-08-16 Thread Philip Martin
John D Groenveld 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: s