| Summary: | Monkeyd PHP support requires php-cgi, but no way of telling | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jason H. <jasonhoover> |
| Component: | [OLD] Server | Assignee: | SpanKY <vapier> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Adds "php" to RDEPEND and IUSE, as well as a breif warning. | ||
|
Description
Jason H.
2004-02-21 20:03:54 UTC
so, adding 'php? ( dev-php/php-cgi )' to the RDEPEND would work for you ? Created attachment 26121 [details, diff]
Adds "php" to RDEPEND and IUSE, as well as a breif warning.
Chose to use ewarn instead of einfo since the binary /usr/bin/php-cgi is very
easy to miss. Let me know if there's any problem with this.
i added the RDEPEND but i changed it so it'll just updated the .conf file for you:
if use php ; then
dosed '/^#AddScript application\/x-httpd-php/s:^#::' /etc/monkeyd/monkey.conf
dosed 's:/home/my_home/php/bin/php:/usr/bin/php-cgi:' /etc/monkeyd/monkey.conf
fi
|