problem with ionCube extention installtion

codex

New member
Joined
Feb 17, 2008
Messages
1
i'm trying to install ionCube on my server i use linux x86 i use zend on my server too. i'm going with all extention installation steps but when i trying to restart a apache server. i always getting it down with this error message on error log file.

Code:
[Sat Feb 16 12:28:05 2008] [notice] caught SIGTERM, shutting down
 
Do you can show [Zend] section in your php.ini file ?
Please check php.ini and if your ioncube loader set after Zend extention - move it upper, like below
Code:
[Zend]
zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.2.so

zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.2.8
zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.2.8
zend_optimizer.version=3.2.8

zend_extension=/usr/local/Zend/lib/ZendExtensionManager.so
zend_extension_ts=/usr/local/Zend/lib/ZendExtensionManager_TS.so

Hope this help.

also read this:
http://www.directadmin.com/forum/showpost.php?p=121395&postcount=2
 
Back
Top