From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131 Description of problem: Almost exact same problem as https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=108080 mod_fastcgi requires mpm_common.h and mpm.h from httpd-devel to compile. They are missing. More exactly mpm_common.h. I got around the missing mpm.h by linking it to /usr/include/httpd/ap_mpm.h. Version-Release number of selected component (if applicable): httpd-devel-2.0.46-25.ent How reproducible: Always Steps to Reproduce: 1. install httpd/httpd-devel 2. grab mod_fastcgi from fastcgi.com and try to compile. 3. Actual Results: comilation failed. Expected Results: should have compiled cleanly. Additional info: Grabbed httpd.SRPM and did 'rpmbuild -bp httpd.spec'. Copied mpm_common.h from there and put in /usr/include/httpd. Linked ap_mpm.h to mpm.h .
Thanks for the report. *** This bug has been marked as a duplicate of 113257 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.