Zend Optimizer

milan

Verified User
Joined
Dec 29, 2005
Messages
78
Hi im trying to install zend optimizer on my debian. i have used the tutorial on EV1servers forum.

Installing Zend Optimizer Version 2.1.0

SSH into your server as 'root' user

#Make a backup of your php.ini before you proceed:

cp /etc/php.ini /etc/php.ini.backup

#Download the file to your server

wget http://www.fas-track.net/download/ZendOptimizer.tar.gz

tar zxvf ZendOptimizer.tar.gz

when i type in tar zxwf ZendOptimizer.tar.gz im getting this error in ssh

server1:/# tar zxvf ZendOptimizer.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
server1:/#
 
*chuckle* your going about this the hard way.
Here's how you do it:

login as root via ssh
cd /usr/local/directadmin/customapache
./build zend

Follow onscreen instructions (just keep hitting enter). When it asks if you want to restart apache select no and restart from the command line
/etc/init.d/httpd restart
 
Back
Top