I have a new webserver i am putting up to use with Kayako and am having one last problem with it....
Centos 6.2 minimal x64
php.5.3.3
nginx version: nginx/1.0.15
Also using fastcgi.
I am trying to install Zend optimizer / guard (guard has to be used for php 5.3+) and i just can not get it to work....
What i have done: (and i restart nginx ever time, even rebooted the entire box a few times)
1. Install Atomic repo and ran yum install php-zend-guard-loader.x86_64
Nothing in my phpinfo files....
2. Manully download the files, placed the ZendGuardLoader.so under /usr/lib64/php/modules and added to my php.ini file: zend_extension="/usr/lib64/php/modules/ZendGuardLoader.so"
3. Manully download the files, placed them under /usr/lib64/php/zend/ZendGuardLoader.so and created an .ini file with zend_extension=/usr/lib64/php/zend/ZendGuardLoader.so in it under /etc/php.d
and it just wont load....
i now tried to install ioncube instead and according to Kayako it isn't installed either when trying to run set up...
Is it FastCGI messing something up or what else could it be?
# php -v
PHP 5.3.3 (cli) (built: May 7 2012 20:13:47)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
but my php info file only has
This program makes use of the Zend Scripting Language Engine:
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies