On 06/07/2008 03:57 AM, William A. Rowe, Jr. wrote:
Ruediger Pluem wrote:

server/.libs/libmain.a(exports.o):(.data+0x598): undefined reference to `ap_parse_request_form'

shouldn't have, your exports.c is stale.



It wasn't stale, but r664227 fixed this. Now it works again. Thanks.
But as modules/http does not contain *.h files any longer I guess you
missed the following patch:

Index: server/Makefile.in
===================================================================
--- server/Makefile.in  (Revision 664295)
+++ server/Makefile.in  (Arbeitskopie)
@@ -30,7 +30,7 @@

 util.lo: test_char.h

-EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR) 
$(top_srcdir)/modules/http
+EXPORT_DIRS = $(top_srcdir)/include $(top_srcdir)/os/$(OS_DIR)
 EXPORT_DIRS_APR = $(APR_INCLUDEDIR) $(APU_INCLUDEDIR)

 # If export_files is a dependency here, but we remove it during this stage,


Regards

RĂ¼diger

Reply via email to