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
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
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
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