[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 15:19:53 +0100

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

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

INSTALL is out-of-date.

Run configure --help and see --with-apache-libexecdir.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*
Received on 2013-08-16 16:20:29 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.