How to install Zend Optimizer

Optimizing and customizing your VPS/Dedicated server

How to install Zend Optimizer

Postby Mark » Fri Dec 25, 2009 10:56 am

1) First off you’ll need to grab a copy of the optimizer depending on what platform you would like to install it on. you can find it at zend dot com
Linux users should grab the Linux glibc2.1

2) Once you have downloaded the file locally you’ll need to upload it to your web server. FTP to your server and upload it to a directory of your choice. It’s to bad that Zend had to make it so they couldn’t provide us with a direct download so you can’t wget the file directly from the server… a bit of a pain.

3) Uncompress/extract the file
Code: Select all
tar zvfx ZendOptimizer*.tar.gz
cd ZendOptimizer-2.5.3-linux-glibc21-i386/


4) Now run the installer,
Code: Select all
./install.sh


5) Now follow the instrustions on the screen.

6) Ensure that Zend Optimizer is working you can do the following in the shell.
Code: Select all
php -v


You should see something like this for output:

Code: Select all
PHP 4.3.8 (cgi) (built: Sep 1 2004 17:00:35)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Optimizer v2.1.0, Copyright (c) 1998-2003, by Zend Technologies


7) After the installation is complete you can remove the directory.
Code: Select all
cd to where the extracted Zend first.
rm –rf ZendOptimizer-2.5.3-linux-glibc21-i386
Mark
 
Posts: 124
Joined: Fri Dec 11, 2009 2:18 pm

Return to Configuring VPS/Dedicated servers

Who is online

Users browsing this forum: Ask Jeeves [Bot] and 1 guest

cron