
安装 zendoptimizer-3.3.3
cd /usr/local/src
wget http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
tar xzvf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
./ZendOptimizer-3.3.3-linux-glibc23-i386/install.sh
接下来 会有几个提示…
Please specify the location for installingzend Optimizer:
/usr/local/Zend
Enter the location of your php.ini file:
/etc/php5/apache2(这个路径不行的话,通过命令:# find / -name php.ini,可以找到你本机的路径,然后填进去)
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/apach2
Please specify the full path to the Apache configuration file (httpd.conf):
/etc/init.d/apach2
至此zendoptimizer程序安装完毕。


