php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #19759 Apache will not start - libphp4.so: undefined symbol: core_globals_id
Submitted: 2002-10-04 15:27 UTC Modified: 2002-10-20 23:32 UTC
Votes:5
Avg. Score:5.0 ± 0.0
Reproduced:3 of 4 (75.0%)
Same Version:3 (100.0%)
Same OS:0 (0.0%)
From: jgoodspeed at bottomline dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.2.3 OS: Linux RH 7.2
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-10-04 15:27 UTC] jgoodspeed at bottomline dot com
I have configured Apache 2.0.43 with the following:

./configure --prefix=/usr/local/apache2.0 --enable-module=most --enable-module=so


PHP 4.2.3 was configured with the following:

./configure --with-apxs2=/usr/local/apache2.0/bin/apxs --with-mysql --with-xml

The following was added to the httpd.conf file:


LoadModule php4_module        modules/libphp4.so

<Files *.php>
  SetOutputFilter PHP
  SetInputFilter PHP
</Files>

AddType application/x-httpd-php .php .phtml .html



When I try to start Apache I get the following error message:

Cannot load /usr/local/apache2.0/modules/libphp4.so into server: /usr/local/apache2.0/modules/libphp4.so: undefined symbol: core_globals_id


Thanks for any help!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-04 16:41 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-20 23:32 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2002-11-08 20:47 UTC] mpcribeiro at yahoo dot com
This bug still exists the error msg is the following:

Syntax error on line 230 of httpd.conf:
Cannot load modules/libphp4.so into server: ld.so.1: bin/httpd: fatal: realocation error: file modules/libphp4.so: symbol core_globals_id: referenced symbol not found"

I'm trying to compile and use:
Apache 2.0.43
php 4.2.3
under Solaris 9

Kind Regards,
Miguel
 [2003-06-06 11:28 UTC] matt at unixhead dot org
Reproduced same problem on SMP linux 2.4 (suse).

Installed CVS snapshot as suggested.

Solved the problem for me.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 07:01:27 2024 UTC