You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/05/03 14:40:26 UTC

[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@httpd.apache.org
           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@gmail.com
          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.