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=43715>. 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=43715 Summary: module header files not installed Product: Apache httpd-2 Version: 2.3-HEAD Platform: PC OS/Version: Windows 2000 Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: Win32 MSI Installer AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Five modules which define optional functions do not have header files installed on Windows. They are: mod_cache.h mod_dbd.h mod_log_config.h mod_rewrite.h mod_ssl.h This prevents using the APR_OPTIONAL_FN_TYPE macro with these modules' optional functions. The other five modules with optional functions are correctly installed: mod_cgi.h mod_core.h mod_dav.h mod_include.h mod_proxy.h mod_so.h This is only a problem with Windows installs. A patch is provided for libhttpd.dsp which adds the missing headers to the project and copies them to .\include with a custom build step, like the correctly installed headers. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
