A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=5148 ====================================================================== Reported By: pfelecan Assigned To: dam ====================================================================== Project: subversion Issue ID: 5148 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: assigned ====================================================================== Date Submitted: 2014-02-08 14:32 CET Last Modified: 2014-02-11 07:58 CET ====================================================================== Summary: apache modules location Description: The apache modules dav_svn_and authz_svn_are now in /opt/csw/lib/svn, previously they were in /opt/csw/apache2/libexec. Also, the new httpd.conf.CSW doesn't refer anymore theses modules. Am I missing something ?
Anyhow, changing the path used to load these modules makes again Apache operational: LoadModule dav_svn_module /opt/csw/lib/svn/mod_dav_svn.so LoadModule authz_svn_module /opt/csw/lib/svn/mod_authz_svn.so Is this as intended ? ====================================================================== ---------------------------------------------------------------------- (0010702) dam (administrator) - 2014-02-11 07:58 https://www.opencsw.org/mantis/view.php?id=5148#c10702 ---------------------------------------------------------------------- There is now a new option --with-apache-libexecdir which was missed during the repackaging. I'll relocate back to the original location.
