Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23629 - A modified ebuild for squirrelmail to detect the apache version installed
Summary: A modified ebuild for squirrelmail to detect the apache version installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-27 20:24 UTC by James Young
Modified: 2003-06-28 12:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
A modified ebuild to correctly detect apache 1 and 2 (squirrelmail-1.4.0-r1.ebuild,3.10 KB, text/plain)
2003-06-27 20:25 UTC, James Young
Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Young 2003-06-27 20:24:30 UTC
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.
Comment 1 James Young 2003-06-27 20:25:36 UTC
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.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-06-28 12:20:24 UTC
completely removed apache grep stuff