Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 72133

Summary: php 4.1.2 bugfix/upgrade fails to install due to missing dependencies
Product: [Retired] Red Hat Linux Reporter: David Jansen <jansen>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED DUPLICATE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.2CC: vikrant.patil
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-21 11:29:42 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 David Jansen 2002-08-21 11:29:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Description of problem:
The recent bugfix/upgrade of the php packages to version 4.1.2 refuses to
install; suddenly php has dependencies on a lot ov 'devel' packages, but our
webservers are not installed as development machines.There are also dependencies
on postgresql, krb5, imap, unixODBC and ucd-snmp-utils which were not there in
the previous versions of php, so basically I need to upgrade all of our
webservers to have this patch installed, besides, I don't want to have services
like postgresql or imap on a machine that should be a dedicated web server. Is
there any other way to get the job done?

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.rpm -Uv php-4.1.2-7.2.3.i386.rpm php-mysql-4.1.2-7.2.3.i386.rpm
(php and php-mysql were the only packages installed on our webserver)
	

Actual Results:  Output of the command:
error: failed dependencies:
        bzip2-devel >= 1.0 is needed by php-4.1.2-7.2.3
        curl-devel >= 7.8 is needed by php-4.1.2-7.2.3
        db3-devel is needed by php-4.1.2-7.2.3
        expat-devel is needed by php-4.1.2-7.2.3
        freetype-devel >= 2.0.0 is needed by php-4.1.2-7.2.3
        gd-devel is needed by php-4.1.2-7.2.3
        gdbm-devel is needed by php-4.1.2-7.2.3
        gmp-devel is needed by php-4.1.2-7.2.3
        imap >= 2000-9 is needed by php-4.1.2-7.2.3
        imap-devel >= 2000-9 is needed by php-4.1.2-7.2.3
        krb5-devel is needed by php-4.1.2-7.2.3
        libjpeg-devel is needed by php-4.1.2-7.2.3
        libpng-devel is needed by php-4.1.2-7.2.3
        libxml2-devel >= 2.4 is needed by php-4.1.2-7.2.3
        mm-devel is needed by php-4.1.2-7.2.3
        mysql-devel is needed by php-4.1.2-7.2.3
        openssl-devel is needed by php-4.1.2-7.2.3
        pam-devel is needed by php-4.1.2-7.2.3
        postgresql is needed by php-4.1.2-7.2.3
        postgresql-devel is needed by php-4.1.2-7.2.3
        pspell-devel is needed by php-4.1.2-7.2.3
        ucd-snmp-utils is needed by php-4.1.2-7.2.3
        ucd-snmp-devel is needed by php-4.1.2-7.2.3
        unixODBC is needed by php-4.1.2-7.2.3
        unixODBC-devel is needed by php-4.1.2-7.2.3
        zlib-devel is needed by php-4.1.2-7.2.3

Expected Results:  it should have applied the update; I checked on the errata
pages and there is no mention of specific requirements

Additional info:

Comment 1 James Manning 2002-08-21 15:24:44 UTC

*** This bug has been marked as a duplicate of 72007 ***