How to install Zend Optimizer?

The Zend installer is already included in both customapache and custombuild, so there is no need to do all of this.

ZendOptimizer is available for download from

http://www.zend.com/free_download/optimizer

You need to find our if your OS is 64 Bit or 32 Bit before installing Zend Optimizer.

This can be find with command uname -a

For 64 Bit
Code:
cd /usr/local/src
wget http://downloads.zend.com/optimizer/3.2.8/ZendOptimizer-3.2.8-linux-glibc23-x86_64.tar.gz
tar -zxvf ZendOptimizer-*.tar.gz
cd ZendOptimizer-*
./install.sh

For 32 Bit
Code:
cd /usr/local/src
wget http://downloads.zend.com/optimizer/3.2.8/ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
tar -zxvf ZendOptimizer-3.2.8-linux-glibc21-i386.tar.gz
cd ZendOptimizer-3.2.8-linux-glibc21-i386
./install

Verify Zend Installed

Run command 'php -v' on command prompt, you will see some thing like

Code:
# php -v
PHP 5.1.6 (cli) (built: May  9 2007 11:28:53)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
    with Zend Extension Manager v1.2.0, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.2.8, Copyright (c) 1998-2007, by Zend Technologies
#

Zend Optimizer is installed, you will see "Zend Optimizer".

On installing Zend Optimizer, it will move php.ini to new location like - /usr/local/Zend/etc/php.ini
 
iuse customapache this error

mars# cd customapache/
mars# ./build zend
File already exists: ZendOptimizer-3.2.8-freebsd5.4-i386.tar.gz

Location of php.ini:
/usr/local/lib
Press return to continue...

ln: /usr/lib/libc.so.3: File exists
Please, wait ...

Zend Optimizer installation was NOT completed successfully.

File: ./dialog does not exist!

For further assistance, please contact Zend Support at
https://www.zend.com/support/
[To continue, press Enter]
 
after installing zend using the custombuild method... ive notice apache is not working well I think its apache as my sites are not working...(unable to connect)

any ideas for my to diagnose? im using debian OS.


I can login to the DA control panel. and ive got a system message saying httpd is down. I try to restart it or start it in the control panel and I get an error has occured any ideas?

thanks.
 
Last edited:
When I try to isntall i get this error

Location of php.ini:
/usr/local/lib
Press return to continue...

./build: ./install.sh: not found
 
There is definately a problem when installing Zend on FreeBSD

# /usr/local/directadmin/customapache/ZendOptimizer-3.2.8-freebsd6.0-i386 > ./install
Please, wait ...

Zend Optimizer installation was NOT completed successfully.

File: ./dialog does not exist!

For further assistance, please contact Zend Support at
https://www.zend.com/support/
 
I really regret purchasing DA now :(

I logged as admin to SSH

./build command reports tons of permission denied errors

options.conf is not writeable (vi :w! reports an error)
 
Last edited:
Because you are not root :) You must be logged in as root, not admin. Admin has no rights for that.
 
I've got CentOS 5.2 32-bit version running on my server, and this worked just fine for me, though I didn't expect custombuild to take up that long (30 mins), but afterwards I was able to install Zend very easily and also added the free IonCube loader to my php.ini, which seemes to work fine as well.

Thank you for the support.
 
How to install Zend Optimizer

To install Zend Optimizer:
Login to your server via SSH,Run:/scripts/installzendopt,Follow the instructions on the screen to install Zend Optimizer.For those who are installing Zend Optimizer for performance gains you may want to take a look at Turck MMCache,providing speed increases of up 90% it has amazing caching and optimization capabilities.It can also runalong side Zend Optimizer.
You can install and activate Zend Optimizer by running /scripts/installzendopt from the command line as root.
----------------------------
rosejenifar
Advisor
 
Back
Top