Bug 28575 - fix waring with Win32 build
Summary: fix waring with Win32 build
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: Build (show other bugs)
Version: 2.1-HEAD
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2004-04-25 00:10 UTC by Guenter Knauf
Modified: 2004-11-29 16:29 UTC (History)
0 users



Attachments
patch BaseAddr.ref (368 bytes, patch)
2004-04-25 00:14 UTC, Guenter Knauf
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Guenter Knauf 2004-04-25 00:10:38 UTC
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
+
Comment 1 Guenter Knauf 2004-04-25 00:14:05 UTC
Created attachment 11322 [details]
patch BaseAddr.ref
Comment 2 Paul Querna 2004-11-23 07:07:48 UTC
It looks like this is fixed in SVN.