randyk 2003/06/11 23:08:54
Modified: . STATUS
Log:
add note about figuring out how to avoid needing linking against
mod_apreq for Apache::Request on Win32.
Revision Changes Path
1.9 +6 -2 httpd-apreq-2/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/httpd-apreq-2/STATUS,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- STATUS 12 Jun 2003 05:23:43 -0000 1.8
+++ STATUS 12 Jun 2003 06:08:53 -0000 1.9
@@ -62,7 +62,11 @@
* symbol exports files:
- win32 now has hardcoded .def files (need to automate, e.g. based
on exports.c ala httpd-2.0)
- - aix needs .exp files
+ - aix needs .exp files
+
+ * on Win32, figure out how to build things so Apache::Cookie
+ and Apache::Request don't need to be linked against mod_apreq
+ to resolve missing apreq_env* symbols.
OPEN ISSUES: