Index: [Article Count Order] [Thread]

Date:  Tue, 10 Jun 2008 23:18:44 +0100
From:  Dogsbody <dan (at mark) dogsbody.org>
Subject:  [coba-e:13240] Re: Zend
To:  coba-e (at mark) bluequartz.org
Message-Id:  <484EFDC4.6070609 (at mark) dogsbody.org>
In-Reply-To:  <200806051028550967.25A0B84C (at mark) mail.loosle.com>
References:  <200806051028550967.25A0B84C (at mark) mail.loosle.com>
X-Mail-Count: 13240


> Does anyone have an faq on installing Zend?  Also, which version should 
> i try to install.  Centos is not listed?

Here are my notes from when I installed Zend Optimizer v3.2.0 back in 
December 2006 on a BQ machine.   Things may have changed since then so 
check file locations (php.ini) but I remember it being a very easy 
install at the time.

Download ZendOptimizer-3.2.0-linux-glibc21-i386.tar.gz from 
http://www.zend.com/ into /home/.tmp
* cd /home/.tmp
* tar zxvf ZendOptimizer-3.2.0-linux-glibc21-i386.tar.gz
* cd ZendOptimizer-3.2.0-linux-glibc21-i386
* ./install.sh
** Install Location - /usr/local/Zend
** php.ini location - /etc
** Apache control app - /usr/sbin/apachectl
  The php.ini file has been relocated from /etc to /usr/local/Zend/etc
  A symbolic link for the php.ini file has been created in /etc
  The original php.ini was backed up to /etc/php.ini-zend_optimizer.bak


Dan