php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20323 Apache will not start - libphp4.so: undefined symbol: core_globals_id
Submitted: 2002-11-08 21:31 UTC Modified: 2002-11-11 04:14 UTC
From: mpcribeiro at yahoo dot com Assigned:
Status: Closed Package: Apache2 related
PHP Version: 4.2.3 OS: Solaris 9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 24 = ?
Subscribe to this entry?

 
 [2002-11-08 21:31 UTC] mpcribeiro at yahoo dot com
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
Solaris 9

PHP config:
--prefix=/opt/php-4.2.3 --with-pgsql=/opt/postgresql --with-apxs2=/opt/httpd-2.0.43/bin/apxs --with-openssl=/usr/local/sll

Apache config:
--prefix=/opt/httpd-2.0.43 --enable-sll --enable-modules=/opt/php-4.2.3-source/libs/libphp4.a --enable-module=so --with-sll=/usr/local/sll

HTTPD.CONF line 230 (line error that cause the error)
LoadModule php4_module   modules/libphp4.so

Regards,
Miguel

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-08 21:34 UTC] mpcribeiro at yahoo dot com
Hi again,

Should be read as ssl instead of sll :-) Thanks

Regards,
Miguel
 [2002-11-09 09:55 UTC] sniper@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-11-09 17:26 UTC] mpcribeiro at yahoo dot com
Hi sniper,

I've tryed to access the snaps.php.net to get the tar file, but I couldn't access it. The server doesn't work or had rejected any connections from my browers (netscape and also tryed with IE5). Would you know other way to get that tar? Thanks

Regards
 [2002-11-09 18:07 UTC] sniper@php.net
snaps.php.net is temporarily offline, so please try again in some days.

 [2002-11-10 18:26 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

The snaps server is back online, so please try the latest CVS.
 [2002-11-11 03:40 UTC] mpcribeiro at yahoo dot com
Hi,

In fact this latest version that you have mentioned has solved the problem with that lib. :-) Thanks for all

On the other hand, this version seems ignoring the passage of "variables" between php's, example: something.php?pg=3&il=0

The input of these two vars (pg and il) is completely ignored. Would this be a case of wrong config or a bug? Thanks

Regards
 [2002-11-11 03:43 UTC] derick@php.net
In PHP 4.2.0, the 'register_globals' setting default changed to
'off'. See http://www.php.net/release_4_2_0.php for more info.
We are sorry about the inconvenience, but this change was a necessary
part of our efforts to make PHP scripting more secure and portable.


 [2002-11-11 04:14 UTC] mpcribeiro at yahoo dot com
Many Tanks :-) it's all working now.

Best Regards,
Miguel
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 13:01:32 2024 UTC