[bug-notifications] [ap2_subversion 0003653]: Module load order in http.conf
Mantis Bug Tracker
noreply at opencsw.org
Thu May 7 09:38:00 CEST 2009
The following issue has been SUBMITTED.
======================================================================
http://www.opencsw.org/bugtrack/view.php?id=3653
======================================================================
Reported By: Nicolai Schwindt
Assigned To:
======================================================================
Project: ap2_subversion
Issue ID: 3653
Category: packaging
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2009-05-07 09:38 CEST
Last Modified: 2009-05-07 09:38 CEST
======================================================================
Summary: Module load order in http.conf
Description:
After upgrading to ap2_subversion 1.6.1,REV=2009.04.29
the LoadModule get resorted, which leads to :
tcsh at port-1542 [/var/opt/csw/apache2/log] /opt/csw/apache2/sbin/apachectl
-t
httpd: Syntax error on line 126 of /opt/csw/apache2/etc/httpd.conf: Cannot
load /opt/csw/apache2/libexec/mod_dav_lock.so into server: ld.so.1: httpd:
fatal: relocation error: file /opt/csw/apache2/libexec/mod_dav_lock.so:
symbol dav_new_error: referenced symbol not found
Moving dav_lock_module to a lower line resolves this.
The order should be something like this as dav_new_error blongs to
mod_dav.so:
LoadModule dav_module libexec/mod_dav.so
LoadModule dav_fs_module libexec/mod_dav_fs.so
LoadModule dav_svn_module libexec/mod_dav_svn.so
LoadModule dav_lock_module libexec/mod_dav_lock.so
LoadModule authz_svn_module libexec/mod_authz_svn.so
I verified on two other machines, the modules dav_module, dav_fs_module,
dav_svn_module are resorted to new lines, which leaves dav_lock_module
on a line before the newly generated.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-05-07 09:38 Nicolai SchwindtNew Issue
======================================================================
More information about the bug-notifications
mailing list