Summary: | ebuild - net-analyzer/zabbix-frontend - need mod_php compiled with USE="gd" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Olivier Asselin <oasselin> |
Component: | New packages | Assignee: | Wolfram Schlich (RETIRED) <wschlich> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | codergeek42, norguhtar |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Olivier Asselin
2005-10-22 12:29:56 UTC
I'm know about this bug. But i'm not understand how know mod_php emerged with "gd" flag. If you know tell me. I'm fix ebuilds ;) When you compile mod_php, you need to use the flag "gd" ( USE="gd" emerge mod_php ) to be able to display the graphic in zabbix-frontend program What if you checked this in the ebuild's src_unpack function? For example something like the following may work: src_unpack() { if ! built_with_use dev-php/mod_php gd; then ewarn "You must build mod_php with gd support (USE="gd") to enable." ewarn "the graphics in zabbix_frontend!" fi unpack ${A}; } I'll set up a new installation to try the configuration and tell you if it work correctly. It may be done before tomorrow afternoon. Thank you very much I can affirm that once I enabled the gd use flag it works flawlessly. Taking this over from iggy. See bug #133230 |