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/25 02:10:38 UTC

DO NOT REPLY [Bug 28575] New: - fix waring with Win32 build

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: bugs@httpd.apache.org
        ReportedBy: eflash@gmx.net


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org