Avatar of Mathiau
Mathiau
Flag for Costa Rica asked on

New webserver going up, problems with Zend!

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?
LinuxPHPWeb Servers

Avatar of undefined
Last Comment
Mathiau

8/22/2022 - Mon
Mathiau

ASKER
using php -v i get this


# 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
Mathiau

ASKER
getting really tied of this!!!!! argh!


********************************/setup/. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.


it is there i just uploaded it, i uploaded the right version as well!!
ASKER CERTIFIED SOLUTION
multimac

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Mathiau

ASKER
I will do a search for that and find out!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
Mathiau

ASKER
i cleaned the box and redid it, it seems install fastcgi and php-fpm module werent playing nice together, i hadnt realized i had even installed php-fpm module!
Mathiau

ASKER
good command to know and saved!