Bug 71262

Summary: unresolved symbols in php (4.2.1) after a clean install of RH7.4b (limbo) with apache (2.0.36)
Product: [Retired] Red Hat Linux Reporter: Adrian P. <ady>
Component: phpAssignee: Phil Copeland <copeland>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.2   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
URL: http://
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-08-11 15:23:33 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 Adrian P. 2002-08-11 15:23:29 UTC
From Bugzilla Helper: 
User-Agent: Mozilla/5.0 (compatible; Konqueror/3; Linux) 
 
Description of problem: 
After a simple instalation of RH7.4b (Limbo) with apache 2.0.36 postgres 7.2.1 and php 4.2.1 is 
a warning message with these undefined symbols: executor_globals_id, core_globals_id. 
 
Version-Release number of selected component (if applicable): 
 
 
How reproducible: 
Always 
 
Steps to Reproduce: 
1. php -v 
 
 
Actual Results:  All seems to be ok with apache, but with php same error 
[a]# php -v 
Content-type: text/html 
PHP Warning:  Unable to load dynamic library '/usr/lib/php4/imap.so' - /usr/lib/php4/imap.so: 
undefined symbol: executor_globals_id in Unknown on line 0 
PHP Warning:  Unable to load dynamic library '/usr/lib/php4/ldap.so' - /usr/lib/php4/ldap.so: 
undefined symbol: executor_globals_id in Unknown on line 0 
PHP Warning:  Unable to load dynamic library '/usr/lib/php4/pgsql.so' - /usr/lib/php4/pgsql.so: 
undefined symbol: core_globals_id in Unknown on line 0 
4.2.1 
[a@a root]# 
 
Expected Results:   
[a]# php -v 
4.2.1 
[a@a root]# 
 
 
Additional info:

Comment 1 Phil Copeland 2002-08-12 13:28:00 UTC
From my limbo#2 (current beta),...

[root@dhcp59-202 root]# php -v
4.2.2

[root@dhcp59-202 root]# rpm -q php
php-4.2.2-6


You'll find it in rawhide.

Phil
=--=