Sunday, March 2, 2008

Installing Zend Optimizer

Zend optimizer is a plugin to php which allows a server to read zend encoded files as well as serve as a platform to install zend modules such as eaccelerator.

local copy of the files present on the server in the following path:

cd /usr/local/src
wget http://www.eth0.us/files/ZendOptimizer-2.5.10a-linux-glibc21-i386.tar.gz
tar -zxf ZendOptimizer-2.5.10a-linux-glibc21-i386.tar.gz
cd ZendOptimizer-2.5.10a-linux-glibc21-i386
./install
----------
Now just hit enter a few times until it is done and you are done! It is as easy as that.
---------
as well as we can use the below script
/scripts/installzendopt
--------

No comments: