I made a post on the gentoo forums for a work around to the apache 2 and squirrelmail problem see http://forums.gentoo.org/viewtopic.php?p=388826#388826 I decided to modify the ebuild (based on mod_php to check for the correct verison of apache because default it was only looking for apache version 1. Attached is the changed ebuild. I tested it with apache 2, but I didn't with apache 1 Reproducible: Always Steps to Reproduce: 1.Emerge apache 2 and then emerge squirrelmail 2. An error message is displayed when attempting to read from apache configuration files. It is normally looking for version 1, but never finds the installed verison 2. Actual Results: Squirrelmail installs fine, but it didn't work because the program wasn't completely configured. Expected Results: Detected apache 2.
Created attachment 13948 [details] A modified ebuild to correctly detect apache 1 and 2 This modified ebuild has not been tested on apache 1. It has for version 2.
completely removed apache grep stuff