Index: [Article Count Order] [Thread]

Date:  Sun, 3 Sep 2006 21:35:54 +0100
From:  "Colin Jack" <colin (at mark) mainline.co.uk>
Subject:  [coba-e:06715] Re: Zend install
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <F07DD4D0940AFF41A207BE85479D2AFF181802 (at mark) server.mainline.local>
X-Mail-Count: 06715

 

> -----Original Message-----
> From: Arthur Sherman [mailto:arturs (at mark) netvision.net.il] 
> Sent: 03 September 2006 21:21
> To: coba-e (at mark) bluequartz.org
> Subject: [coba-e:06714] Re: Zend install
> 
> > Whoa ... cracked it (I think) ;)
> > 
> > Bit of detective work and copying of files ... and
> > 
> > [root@server4 lib]# php -v
> > PHP 4.3.9 (cgi) (built: Jul 12 2006 13:40:25) Copyright (c) 
> 1997-2004 
> > The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend 
> > Technologies
> >     with Zend Extension Manager v1.0.10, Copyright (c) 
> 2003-2006, by 
> > Zend Technologies
> >     with Zend Optimizer v3.0.1, Copyright (c) 1998-2006, by Zend 
> > Technologies
> > [root@server4 lib]#
> > 
> >  Colin
> 
> 
> Colin,
> 
> What exactly have you done to overcome this issue? For the archives...
> 
> 
> 
> Best,
> 
> --
> Arthur Sherman
> 
> +972-52-4878851
> CPTeam  
> 

Okay.
 
I have a number of BQ/C servers, so I did a fresh install on one of the
servers that wasn't running Zend and that appeared to install fine.
I then looked at the php.ini on the 'working' server and compared it to
the 'broken' one. Having ascertained that they were the same, I then
checked the install folder /usr/local/Zend/lib and found that on the
broken server the .so files were not installed. I copied them across
from the working server (could have just used the orig tar instead) and
restarted httpd.

Subject to tests, all seems to be working.

For the records, all I did with the fresh install was download the tar
http://www.zend.com/free_download/optimizer
I FTPed this onto the server and unpacked it: tar zxvf
ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz
CDed to ZendOptimizer-3.0.1-linux-glibc21-i386 and ran ./install.sh
Further info from here: http://www.webhostgear.com/184.html

Regards

Colin