Linux System Admins Blog

System admins of Promet – an e-commerce, high availability Open Source web shop – share their findings

Linux System Admins Blog header image 4

ZendOptimizer Installation on Linux Server with IonCube

October 15th, 2008 · No Comments

ZendOptimizer installation is very short and can be done with the following steps:
1.)  Get the latest release from Zend, available file format is  “tar.gz” (ex:  ZendOptimizer-3.3.0a-linux-glibc23-x86_64.tar.gz).
2.)  Extract the tarball at /usr/local/src/.
cd /usr/local/src/
tar xzpf ZendOptimizer-3.3.0a-linux-glibc23-x86_64.tar.gz
3.)  Go to the extracted Zend directory and run the install script to launch Zend Optimizer installer.  Follow instructions.
cd ZendOptimizer-3.3.0a-linux-glibc23-x86_64/
./install
After the [...]

[Read more →]

Tags: Installation