Bug 60621

Summary: Wrong modules in updated php
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: phpAssignee: Joe Orton <jorton>
Status: CLOSED ERRATA QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-19 09:34:40 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 Michal Jaegermann 2002-03-02 20:32:34 UTC
Description of Problem:

Attempt to restart a server, with a working configuration, after a security
update to php-4.0.6-9.7.1 results in the following entries in log files:

[Sat Mar  2 13:11:49 2002] [notice] SIGHUP received.  Attempting to restart
PHP Warning:  imap: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001222
PHP compiled with debug=0, thread-safety=0 module API=20001214
These options need to match
 in Unknown on line 0
PHP Warning:  ldap: Unable to initialize module
Module compiled with debug=0, thread-safety=0 module API=20001222
PHP compiled with debug=0, thread-safety=0 module API=20001214
These options need to match
 in Unknown on line 0

Both 'imap' and 'ldap' does not seem to be turned on by a default
so likely this was missed.

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

How Reproducible:
totally

Comment 1 Joe Orton 2002-12-19 09:34:40 UTC
Presuming this is fixed in the 4.1.2 errata packages for 7.1, where "php-ldap"
etc have a requirement on the exact same version of "php" which should prevent
ABI mismatches.