Bug 68217 - After upgrading apache from errata, php "Unable to initialize module"
Summary: After upgrading apache from errata, php "Unable to initialize module"
Keywords:
Status: CLOSED CANTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: mod_php
Version: 7.3
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-07-08 09:22 UTC by Bzizou
Modified: 2008-05-01 15:38 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-10-18 16:07:17 UTC
Embargoed:


Attachments (Terms of Use)

Description Bzizou 2002-07-08 09:22:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.78 [fr] (X11; U; Linux 2.4.9-34 i686)

Description of problem:
PHP Warning:  Ue1@l]C4&: Unable to initialize module
Module compiled with debug=160, thread-safety=126 module API=1078840196
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0

...when starting httpd (or php on command line) with ldap, pgsql and mysql
extensions activated into php.ini, after an upgrade to apache-1.3.23-14

I don't know which module is doing this, but I think it's ldap as phpinfo()
doesn't report it to be activated.

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


How reproducible:
Always

Steps to Reproduce:
1.activate ldap, pgsql and mysql into php.ini:
extension=ldap.so
extension=pgsql.so
extension=mysql.so
2. upgrade your 7.3 to apache-1.3.23-14 from Redhat erratas
3. do "php -v"

	

Actual Results:  # php -v
Content-type: text/html

PHP Warning:  Ue1@l]C4&: Unable to initialize module
Module compiled with debug=160, thread-safety=126 module API=1078840196
PHP compiled with debug=0, thread-safety=0 module API=20010901
These options need to match
 in Unknown on line 0
4.1.2


Expected Results:  4.1.2

Additional info:

Comment 1 Bzizou 2002-07-12 08:06:46 UTC
Erasing php-ldap package and re-installing it solves the problem:
rpm -e php-ldap-4.1.2-7
rpm -U php-ldap-4.1.2-7

I saw nothing in the post-install script that could explain that strange
behavior :-(


Comment 2 Bill Nottingham 2006-08-05 03:36:28 UTC
Red Hat apologizes that these issues have not been resolved yet. We do want to
make sure that no important bugs slip through the cracks.

Red Hat Linux 7.3 and Red Hat Linux 9 are no longer supported by Red Hat, Inc.
They are maintained by the Fedora Legacy project (http://www.fedoralegacy.org/)
for security updates only. If this is a security issue, please reassign to the
'Fedora Legacy' product in bugzilla. Please note that Legacy security update
support for these products will stop on December 31st, 2006.

If this is not a security issue, please check if this issue is still present
in a current Fedora Core release. If so, please change the product and version
to match, and check the box indicating that the requested information has been
provided.

If you are currently still running Red Hat Linux 7.3 or 9, please note that
Fedora Legacy security update support for these products will stop on December
31st, 2006. You are strongly advised to upgrade to a current Fedora Core release
or Red Hat Enterprise Linux or comparable. Some information on which option may
be right for you is available at http://www.redhat.com/rhel/migrate/redhatlinux/.

Any bug still open against Red Hat Linux 7.3 or 9 at the end of 2006 will be
closed 'CANTFIX'. Again, if this bug still exists in a current release, or is a
security issue, please change the product as necessary. We thank you for your
help, and apologize again that we haven't handled these issues to this point.


Comment 3 Bill Nottingham 2006-10-18 16:07:17 UTC
Red Hat Linux is no longer supported by Red Hat, Inc. If you are still
running Red Hat Linux, you are strongly advised to upgrade to a
current Fedora Core release or Red Hat Enterprise Linux or comparable.
Some information on which option may be right for you is available at
http://www.redhat.com/rhel/migrate/redhatlinux/.

Closing as CANTFIX.


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