Bug 406751

Summary: zabbix-web missing php-bcmath dependency
Product: [Fedora] Fedora EPEL Reporter: Russell Harrison <fedora>
Component: zabbixAssignee: Dan Horák <dan>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: el4CC: dan, jeff
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.4.5-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-26 15:09:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Russell Harrison 2007-11-30 18:14:25 UTC
Description of problem:
The php-bcmath package isn't available in RHEL 4, only RHEL 5.  zabbix-web
depends on the package and won't install.

Version-Release number of selected component (if applicable):
zabbix-web.i386 0:1.4.2-3.el4

How reproducible:
Attempt to install zabbix-web on a RHEL 4 box from EPEL

Steps to Reproduce:
$ sudo yum install zabbix-web
Setting up Install Process
Setting up repositories
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package zabbix-web.i386 0:1.4.2-3.el4 set to be updated
--> Running transaction check
--> Processing Dependency: php-bcmath for package: zabbix-web
--> Finished Dependency Resolution
Error: Missing Dependency: php-bcmath is needed by package zabbix-web
  
Actual results:
Missing Dependency

Expected results:
zabbix-web installs

Comment 1 Dan Horák 2007-12-02 13:44:34 UTC
the bcmath module is directly included in the main php module in RHEL4, new
package build

Comment 2 Russell Harrison 2007-12-03 03:10:34 UTC
So does that mean that the zabbix-web packages just needs to be rebuilt without
the php-bcmath requires for RHEL4?  I am still unable to install zabbix-web with
the php package from RHEL4_U6

Comment 3 Dan Horák 2007-12-03 07:49:39 UTC
(In reply to comment #2)
> So does that mean that the zabbix-web packages just needs to be rebuilt without
> the php-bcmath requires for RHEL4?  I am still unable to install zabbix-web 

Yes, it should.

> with the php package from RHEL4_U6

Are there still any unresolved dependencies or it is just not possible to
initialize it after installing?
Updated packages can be downloaded from
http://buildsys.fedoraproject.org/plague-results/fedora-4-epel/zabbix/1.4.2-4.el4.1/

Comment 4 Dan Horák 2007-12-23 21:00:25 UTC
zabbix-1.4.4 is in epel-testing

Comment 5 Dan Horák 2008-02-25 17:09:29 UTC
ping?

Comment 6 Russell Harrison 2008-04-26 14:29:58 UTC
zabbix web installed without issue from the epel 4 repos with yum.

Thanks for the fix!