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=28575>. 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=28575 fix waring with Win32 build Summary: fix waring with Win32 build Product: Apache httpd-2.0 Version: 2.1-HEAD Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: Build AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] to avoid another 2 warnings mod_version and mod_log_forensic need either an entry in BaseAddr.ref, or the linker option should be removed to kill the warming. --- BaseAddr.ref.orig Sat Feb 08 00:14:15 2003 +++ BaseAddr.ref Sun Apr 25 01:59:56 2004 @@ -64,3 +64,6 @@ util_ldap.so 0x6FAD0000 0x00010000 mod_auth_ldap.so 0x6FAC0000 0x00010000 mod_ident.so 0x6FAB0000 0x00010000 +mod_version.so 0x6FAA0000 0x00010000 +mod_log_forensic.so 0x6FA90000 0x00010000 + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
