[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: John D Groenveld <jdg117_at_elvis.arl.psu.edu>
Date: Fri, 16 Aug 2013 09:38:25 -0400

In message <87ioz5iypv.fsf_at_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 dav_svn mod_dav_svn.la ; fi

$ make -n install
if true ; then cd subversion/mod_dav_svn ; /tmp/subversion-1.8.1/build/install-sh -c -d "/opt/subversion/libexec" ; /opt/subversion/apache2/bin/apxs -i -S LIBEXECDIR="/opt/subversion/libexec" -n dav_svn mod_dav_svn.la ; fi

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 should be installed in
      /usr/local/apache2/modules/.

John
groenveld_at_acm.org
Received on 2013-08-16 15:39:11 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.