A Zend Optimizer Question

carlgale

Verified User
Joined
Oct 12, 2006
Messages
34
I have rebuild Apache on my server to include the latest version of Zend and i have restarted httpd several times on the server yet whenever i go to a page on the server i see an error telling me Zend Optimizer not installed
This file was encoded by the Zend Guard. In order to run it, please install the Zend Optimizer (available without charge), version 3.0.0 or later.

Logging into ssh and checking i see the following

login as: root
Last login: Thu Apr 16 01:00:24 2009 from 92.11.135.228
[root@server ~]# php -v
PHP 5.2.9 (cli) (built: Apr 16 2009 01:14:51)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies


This implies to be that Zend is installed yet it doesn't seem to be running for some reason. Anyone else seen this error please

thanks
Carl
 
Zend Engine is not a Zend Optimizer :)

Code:
cd /usr/local/directadmin/custombuild
./build update
./build set zend yes
./build zend
 
Back
Top