php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56786 undefined symbol: zend_block_interruptions
Submitted: 2006-01-19 15:01 UTC Modified: 2006-02-25 06:09 UTC
From: m dot wanat at forall dot pl Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.1.1 OS: SuSE 10 amd64bit
Private report: No CVE-ID: None
 [2006-01-19 15:01 UTC] m dot wanat at forall dot pl
Description:
------------
On AMD64 PHP 5.1.2,
compiled with:
CFLAGS="-O3 -march=athlon64 -ffast-math -funroll-all-loops -funit-at-a-time -fpeel-loops -ftracer -funswitch-loops -fomit-frame-pointer -pipe"
 
got:
Cannot load library: undefined symbol: zend_block_interruptions

Reproduce code:
---------------
Server API 	Apache 2.0 Handler 		
PHP API 	20041225 	
PHP Extension 	20050922 	
Zend Extension 	220051025 	
Debug Build 	no 	
Thread Safety 	enabled 	
Zend Memory Manager 	enabled

extension="/usr/share/extensions/apc.so"
apc.enabled=1
apc.shm_segments=1
apc.shm_size=32
apc.optimization=5
apc.num_files_hint=10000
apc.ttl=600


Expected result:
----------------
APC enabled

Actual result:
--------------
PHP Warning:  Unknown(): Unable to load dynamic library '/usr/share/extensions/apc.so' - /usr/share/extensions/apc.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/share/extensions/apc.so' - /usr/share/extensions/apc.so: undefined symbol: zend_block_interruptions in Unknown on line 0


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-19 15:14 UTC] m dot wanat at forall dot pl
Of course I have nevest version of APC
 [2006-02-25 06:09 UTC] m dot wanat at forall dot pl
compiling php without --enable-versioning helped :)
 [2006-03-08 11:10 UTC] powdahound at gmail dot com
Also having this same issue. PHP 5.1.2 with APC 3.0.9 and 3.0.8. Will try removing --enable-versioning
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 02:01:31 2024 UTC