Description of problem: The httpd package does not check for the mailcap dependency, so you can have httpd installed but it does not run since the file /etc/mime.types is not found. Version-Release number of selected component (if applicable): How reproducible: always. Steps to Reproduce: 1. uninstall mailcap 2. uninstall httpd 3. install httpd 4. start httpd Actual results: fails, in /etc/httpd/error_log there is a message "could not open mime types config file /etc/mime.types." Expected results: server httpd should start. Additional info:
*** This bug has been marked as a duplicate of 249223 ***