OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0003653 [ap2_subversion] packaging minor always 2009-05-07 09:38 2009-05-23 01:08
Reporter user2176 View Status public  
Assigned To mwatters
Priority normal Resolution fixed  
Status closed  
Summary 0003653: 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@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.


Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0006078)
mwatters (reporter)
2009-05-08 05:32

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 (reporter)
2009-05-17 23:20

this is fixed in the ap2_subversion-1.6.2,REV=2009.05.17 version in testing.
(0006180)
mwatters (reporter)
2009-05-23 01:08

closed fixed


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker