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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
