From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030830 Debian/1.4-3.he-1 Description of problem: /usr/include/httpd/mod_ssl.h includes mpm.h, but it's unavail (mod_authz_ldap-0.22-2 fails to recompile). There seems to be /usr/include/httpd/ap_mpm.h now, but you cannot fix this before compile as compile fails if you do fix httpd-2.0.46/modules/ssl/mod_ssl.h before. Spec-file seems to remove # Remove headers which are not part of the API rm -f $RPM_BUILD_ROOT%{_includedir}/httpd/{mpm*.h,ssl_expr_parse.h,ssl_util_table.h} so there isn't /usr/include/httpd/mpm.h after install. Can't say what is proper fix for this. Version-Release number of selected component (if applicable): httpd-2.0.46-17 How reproducible: Always Steps to Reproduce: 1.recompiling mod_authz_ldap-0.22-2 fails for missing mpm.h Additional info:
This is fixed in httpd-devel-2.0.46-18.ent, available via the RHN updates channel.