[bug-notifications] [ap2_subversion 0003653]: Module load order in http.conf

Mantis Bug Tracker noreply at opencsw.org
Sun May 17 23:20:50 CEST 2009


The following issue has been RESOLVED. 
====================================================================== 
http://www.opencsw.org/mantis/view.php?id=3653 
====================================================================== 
Reported By:                Nicolai Schwindt
Assigned To:                mwatters
====================================================================== 
Project:                    ap2_subversion
Issue ID:                   3653
Category:                   packaging
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             2009-05-07 09:38 CEST
Last Modified:              2009-05-17 23:20 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.



====================================================================== 

---------------------------------------------------------------------- 
 (0006078) mwatters (manager) - 2009-05-08 05:32
 http://www.opencsw.org/mantis/view.php?id=3653#c6078 
---------------------------------------------------------------------- 
I will add the mod_dav_lock.so to the post-install for the apache module.
the current one rewrites the dav, dav_fs and dav_svn but does not include
dav_lock.

Thank you for the report. 

---------------------------------------------------------------------- 
 (0006143) mwatters (manager) - 2009-05-17 23:20
 http://www.opencsw.org/mantis/view.php?id=3653#c6143 
---------------------------------------------------------------------- 
this is fixed in the ap2_subversion-1.6.2,REV=2009.05.17  version in
testing. 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2009-05-07 09:38 Nicolai SchwindtNew Issue                                    
2009-05-08 05:30 mwatters       Status                   new => assigned     
2009-05-08 05:30 mwatters       Assigned To               => mwatters        
2009-05-08 05:32 mwatters       Note Added: 0006078                          
2009-05-08 05:32 mwatters       Status                   assigned => confirmed
2009-05-17 23:20 mwatters       Note Added: 0006143                          
2009-05-17 23:20 mwatters       Status                   confirmed => resolved
2009-05-17 23:20 mwatters       Resolution               open => fixed       
======================================================================




More information about the bug-notifications mailing list