DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10187 `ap_mpm_rewrite_args' undeclared here (not in a function) ------- Additional Comments From trawick@apache.org 2002-07-02 21:18 ------- Is it possible that the wrong mpm.h is being picked up? Look through the include path passed to the compiler: -I/root/httpd-2.0/srclib/apr/include \ -I/root/httpd-2.0/srclib/apr-util/include \ -I/usr/local/include \ -I. \ -I/root/httpd-2.0/os/unix \ -I/root/httpd-2.0/server/mpm/prefork \ -I/root/httpd-2.0/modules/http \ -I/root/httpd-2.0/modules/filters -I/root/httpd-2.0/modules/proxy \ -I/root/httpd-2.0/include \ -I/usr/include/openssl \ -I/root/httpd-2.0/modules/dav/main Do you see a file mpm.h in one of the directories before /root/httpd- 2.0/server/mpm/prefork? What about mpm_common.h? Both of these are central to getting the declaration for ap_mpm_rewrite_args. I'm concerned that /usr/local/include is searched before the Apache directories. An old install of an older level of Apache might have dropped some files in /usr/local/include. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org