Updating Zend Optimizer

Oddis

Verified User
Joined
May 24, 2005
Messages
50
Hi.
My OS is: CentOS 5 32 bit
I wanted to update to the latest Zend optimizer version (3.3.3)
I performed:
Build clean and build update.
Looked through the build script and saw that the latest version stated in the script was zend _ver=3.2.8
edited the script to zend _ver=3.3.3
got the error: ZendOptimizer-3.3.3-linux-glibc21-i386
When the system has x86 linux 32 bit. (CentOS 5)
Shouldn’t the build script have requested the file:
ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz ?

Thanks for any reply.

Regards
Oddis
 
Just change this line:
Code:
ZENDNAME=ZendOptimizer-${ZEND_VER}-linux-glibc21-i386

To:
Code:
ZENDNAME=ZendOptimizer-${ZEND_VER}-linux-glibc23-i386

And that's it :)
 
Thanks a lot for using time to explain Martynas.
It worked perfectly.
 
Back
Top