Bug 68054 - PHP modules will not load
Summary: PHP modules will not load
Keywords:
Status: CLOSED DUPLICATE of bug 67976
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: php
Version: limbo
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Copeland
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-05 21:36 UTC by Ray Parish
Modified: 2007-04-18 16:43 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-07-05 21:36:04 UTC
Embargoed:


Attachments (Terms of Use)

Description Ray Parish 2002-07-05 21:36:00 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020625

Description of problem:
PHP modules (imap, ldap, mysql, pgsql etc) will not load.

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


How reproducible:
Always

Steps to Reproduce:
1.Install Limbo
2.Create sample php script
<? mysql_connect('localhost','root',''); ?>
3./usr/bin/php /path/to/phpscript.php
	

Actual Results:  [root@pulse root]# /usr/bin/php /var/www/html/index.php
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/php_mysql.so' -
/usr/lib/php4/php_mysql.so: cannot open shared object file: No such file or
directory in Unknown on line 0
X-Powered-By: PHP/4.2.1
Content-type: text/html

<br />
<b>Fatal error</b>:  Call to undefined function:  mysql_connect() in
<b>/var/www/html/index.php</b> on line <b>1</b><br />

Expected Results:  no error on loading dynamic modules.

Additional info:

Comment 1 Bill Nottingham 2002-07-08 05:04:11 UTC

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


Note You need to log in before you can comment on or make changes to this bug.