Install Zend Optimizer 3.2.8 on Ubuntu 7.04 Server

| | Comments (4) | TrackBacks (0)

I have a Ubuntu 7.04 server here with following server.

Apache2 and PHP 5
The PHP info show as below:
pure-php5.gif

I still want to install Zend Optimizer.
So I go to Zend's official server, get the link of the latest version.

Now I record the steps how to install it on Ubuntu 7.04 server.
1) Login Ubuntu by Putty.

2) Enter the following command to download the source package for my i386 core.

wget http://downloads.zend.com/optimizer/3.2.8/ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz

3) Decompress the tar file

tar xvfz ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz

4) Install it.

cd ZendOptimizer-3.2.8-linux-glibc21-i386
./install.sh

During the installation, you need provide the path of the Zend installation,
/usr/local/Zend
PHP Configuration file location
/etc/php5/apache2
Apache Control Utility path
/usr/sbin

Done.

After installation, the PHP info changed to:
zend-php.gif


Categories

0 TrackBacks

Listed below are links to blogs that reference this entry: Install Zend Optimizer 3.2.8 on Ubuntu 7.04 Server.

TrackBack URL for this entry: http://www.yinfor.com/mtcgi/mt-tb-trackback.cgi/1604

4 Comments

Abe Almonte said:

Thank you very much.

I was able to install the Zend Optimizer for i386. I created a user account at Zend.com and dowloaded it from a windows pc, then I transfered to my Ubuntu server via ftp. It all worked. Thanks for your information.

Abe Almonte

Steven C. Buttgereit said:

Worked very nicely, except for some differences in the download, for Gusty 7.10 server x86/32b.

Thanks for the tips.
Steve

Daniel said:

Worked awesome thnks for the tips here is the url for the latest version 3.3.0a as of 4-17-08

http://downloads.zend.com/ZendOptimizer-3.3.0a-linux-glibc21-i386.tar

jaredb. said:

thx for the info. for hardy heron a few changes using 3.3.3

/usr/sbin/apache2ctl

when asked for full path to Apache2 Binary
/etc/init.d/apache2

Leave a comment

Earn $$ with WidgetBucks!
Earn $$ with Bidvertiser!
DreamHost!
Sponsored Review!

Online Tools

About this Entry

This page contains a single entry by David Yin published on April 27, 2007 12:30 AM.

Add related entry list into Atom Feed was the previous entry in this blog.

Moving from ASP to PHP is the next entry in this blog.