On 06/07/2008 12:32 AM, [EMAIL PROTECTED] wrote:
Author: wrowe Date: Fri Jun 6 15:32:32 2008 New Revision: 664167 URL: http://svn.apache.org/viewvc?rev=664167&view=rev Log: No. You cannot rely on mod_foo.h magic from the various subdirectories if you will consume it in the core (server/*.c). server/request.c needs mod_request (similar to mod_core.h) so this never belonged in the subdir. Added: httpd/httpd/trunk/include/mod_request.h - copied unchanged from r664156, httpd/httpd/trunk/modules/filters/mod_request.h Removed: httpd/httpd/trunk/modules/filters/mod_request.h
It seems that this broke trunk: server/.libs/libmain.a(exports.o):(.data+0x588): undefined reference to `ap_keep_body_filter' server/.libs/libmain.a(exports.o):(.data+0x58c): undefined reference to `ap_kept_body_filter' server/.libs/libmain.a(exports.o):(.data+0x590): undefined reference to `ap_request_insert_filter' server/.libs/libmain.a(exports.o):(.data+0x594): undefined reference to `ap_request_remove_filter' server/.libs/libmain.a(exports.o):(.data+0x598): undefined reference to `ap_parse_request_form' collect2: ld returned 1 exit status make[1]: *** [httpd] Fehler 1 make: *** [all-recursive] Fehler 1 I guess because mod_request unlike core is a module that is not always be there and not always statically linked. Regards RĂ¼diger
