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
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
8 - 2 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Fri Apr 19 23:01:28 2024 UTC