
bugzilla at apache
May 3, 2012, 5:40 AM
Post #1 of 1
(61 views)
Permalink
|
|
[Bug 53183] New: mod_apreq2 entry point is apreq_module and not apreq2_module as get_module_list assumes it to be
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53183 Priority: P2 Bug ID: 53183 Assignee: bugs [at] httpd Summary: mod_apreq2 entry point is apreq_module and not apreq2_module as get_module_list assumes it to be Severity: minor Classification: Unclassified OS: Linux Reporter: gerhardus1 [at] gmail Hardware: PC Status: NEW Version: 2.2.21 Component: libapreq2 Product: Apache httpd-2 get_module_list produces the following LoadModule statement for mod_apreq2: LoadModule apreq2_module /usr/lib64/apache2/mod_apreq2.so This fails to load as mod_apreq2.so seems to export the (assumed old) entry point 0000000000205140 D apreq_module as reported by nm /usr/lib64/apache2/mod_apreq2.so The LoadModule statement LoadModule apreq_module /usr/lib64/apache2/mod_apreq2.so works and I think this is in the libapreq docs. Main problem being that get_module_list gets it wrong. -- You are receiving this mail because: You are the assignee for the bug.
|