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 2004/04/05 18:36:12 UTC

DO NOT REPLY [Bug 28212] New: - ap_get_local_host not in httpd.exp

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28212>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28212

ap_get_local_host not in httpd.exp

           Summary: ap_get_local_host not in httpd.exp
           Product: Apache httpd-2.0
           Version: 2.0.49
          Platform: Other
        OS/Version: AIX
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: fox@u.washington.edu


The util.c function ap_get_local_host is not written to httpd.exp.
This prevents DSO modules that call ap_get_local_host to fail to load
on AIX, which requires the httpd.exp file.  It appears that the problem
would be solved by declaring ap_get_local_host "AP_DECLARE" instead of "char *"

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org