#wget http://www.phpchina.com/download/soft/zend/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz
#tar xzvf ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz
#cd ZendOptimizer-3.3.3-linux-glibc23-x86_64
#./install.sh 或者 ./install-tty 手动安装
过程如下:
/usr/local/Zend
Enter the location of your php.ini file:
/etc/php5/apache2
Specify the full path to the Apachecontrol utility(apachectl):
/usr/sbin/apache2ctl
Installation couldn’ detect the location of Apache executable. Pleaes specify the full path to the Apache binary (httpd):
/etc/init.d/apache2
Please specify the full path to the Apache configuration file (httpd.conf):
/etc/init.d/apache2
如无配置错误,这样就可以用ZEND编译器了…