php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57485 Unable to load dynamic library : core_globals_id in Unknown on line 0
Submitted: 2007-01-18 09:50 UTC Modified: 2007-02-06 05:43 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:1 (100.0%)
From: cbaegert at eurosv dot net Assigned: pajoye (profile)
Status: No Feedback Package: zip (PECL)
PHP Version: 5.1.6 OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: cbaegert at eurosv dot net
New email:
PHP Version: OS:

 

 [2007-01-18 09:50 UTC] cbaegert at eurosv dot net
Description:
------------
I'm trying to add the PECL module zip.so on my PHP-5.1.6, sapi CGI (with FastCGI) on Apache 2.0.59, but I have this error when I try to restart php, php can start, but the zip instructions aren't available :

Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-zts-20050922/zip.so' - /usr/local/lib/php/extensions/no-debug-zts-20050922/zip.so: undefined symbol: core_globals_id in Unknown on line 0

I even tried to compile it statically in PHP, then I can't even start PHP. I can't upgrade to PHP 5.2.0, because it breaks a lot of my customers websites...

Thank you for your help

Christophe


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-02-02 07:32 UTC] pierre dot php at gmail dot com
How do you install it?
 [2007-02-06 05:43 UTC] pierre dot php at gmail dot com
No feedback.

Looks like using different SAPI to compile and load the extension (or different version).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 02:01:28 2024 UTC