Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427740 - net-analyzer/zabbix-2.0.1[sqlite] needs php[sysvipc]
Summary: net-analyzer/zabbix-2.0.1[sqlite] needs php[sysvipc]
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Marlowe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-23 12:36 UTC by Dirkjan Ochtman (RETIRED)
Modified: 2012-08-01 21:14 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dirkjan Ochtman (RETIRED) gentoo-dev 2012-07-23 12:36:05 UTC
In setup.php:

if (class_exists('SQLite3', false) && zbx_is_callable(array('ftok', 'sem_acquire', 'sem_release', 'sem_get'))) {
    $ZBX_CONFIG['allowed_db']['SQLITE3'] = 'SQLite3';
}

http://www.php.net/manual/en/sem.installation.php

From the php ebuild, it seems like sysvsem, sysvshm and sysvmsg are combined into the sysvipc USE flag.
Comment 1 Matthew Marlowe (RETIRED) gentoo-dev 2012-07-27 14:45:02 UTC
ok, I'll review this when I next bump which should be in a day or two as 2.0.2 seems imminent.
Comment 2 Matthew Marlowe (RETIRED) gentoo-dev 2012-08-01 21:14:40 UTC
Fixed in 2.0.2-r1 which is in process of being committed to CVS.