Mantis - ap2_subversion
Viewing Issue Advanced Details
3653 packaging minor always 2009-05-07 09:38 2009-05-23 01:08
user2176  
mwatters  
normal  
closed  
fixed  
none    
none  
0003653: Module load order in http.conf
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.


Issue History
2009-05-07 09:38 user2176 New 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
2009-05-23 01:08 mwatters Note Added: 0006180
2009-05-23 01:08 mwatters Status resolved => closed

Notes
(0006078)
mwatters   
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   
2009-05-17 23:20   
this is fixed in the ap2_subversion-1.6.2,REV=2009.05.17 version in testing.
(0006180)
mwatters   
2009-05-23 01:08   
closed fixed