I have a Ubuntu 7.04 server here with following server.
Apache2 and PHP 5
The PHP info show as below:
pure-php5

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

David Yin

David is a blogger, geek, and web developer — founder of FreeInOutBoard.com. If you like his post, you can say thank you here

7 Replies to “Install Zend Optimizer 3.2.8 on Ubuntu 7.04 Server

  1. for ubunut server 9.04 a little difference
    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/apache2ctl
    apache excite file
    /etc/init.d/apache2
    after this choose the version of acapche
    apache 2.x.x
    it ll be restarted after this httpd.conf path
    /etc/apachea/httpd.conf
    this is all ok now you installed zendoptimizer 3.3.3
    for me it took whole day to installed. i think this ll help some one save a lot of time.
    good luck

  2. You completly made my day.
    have been trying to do this like for 3 days now!
    only your example worked 🙂
    Thank you again.
    Sltwin

  3. 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

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

  5. 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

Leave a Reply

Your email address will not be published. Required fields are marked *