View Full Version : Zend Optimizer 3.0.0
asterisk
04-24-2006, 05:54 PM
http://downloads.zend.com/optimizer/3.0.0/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
DavidP
04-24-2006, 06:54 PM
c'mon asterisk, you're something like a week late on that one! :)
asterisk
04-25-2006, 09:09 AM
Lol. Argh. How you guys know things so quickly is beyond me.
At least I've improved from over three months' delay to a week now. :p
SlAiD
04-25-2006, 03:50 PM
Hi,
How to install/update this?
SL
If you're using eAccelerator, I can send you a script that will update Zend Optimizer for you as well as re-install eaccelerator to work with Zend Optimizer. Let me know if you are interested.
mikelbeck
04-25-2006, 10:32 PM
I'm interested in that... can you pm it to me?
chief
04-25-2006, 10:36 PM
http://downloads.zend.com/optimizer/3.0.0/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
Is it worth updating from 2.6?
I'm interested in that... can you pm it to me?
PM sent.
and yes, why not upgrade? I didn't have any problems + I like staying up to date :)
LordMerlin
04-26-2006, 04:51 AM
Hi elix
Would you mind sending me the script as well please? Thanx :)
Hi elix
Would you mind sending me the script as well please? Thanx :)
PM sent.
thanks,
asterisk
04-26-2006, 09:07 AM
In answer to the question, just perform these following steps at root:
wget http://downloads.zend.com/optimizer/3.0.0/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
tar zxvf ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
cd ZendOptimizer-3.0.0-linux-glibc21-i386
./install.sh
You will then be asked a series of questions. Just tap Enter all the way thru.
To find out if Zend was properly installed, perform the following:
php -v
And you should see something like this:
PHP x.x.x (cli) (built: xxx xx xxxx xx:xx:xx)
Copyright (c) 1997-2006 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.0, Copyright (c) 1998-2006, by Zend Technologies
Or elix's script would probably be easier. :) Do take care that eAccelerator breaks if you have PHPSuExec enabled.
Or elix's script would probably be easier.
indeed, my script includes eaccelerator - good for users who currently have eaccelerator and wish to upgrade. PM me if you want a URL to download my script.
DavidP
04-27-2006, 05:42 PM
You are most helpful elix. :) I usually end up doing eaccelerator/zend installs manually from ticket requests. I wish more of our customers visited the forums.
You are most helpful elix. :) I usually end up doing eaccelerator/zend installs manually from ticket requests. I wish more of our customers visited the forums.
thanks, I actually have quite a collection of scripts - ranging from just installing eaccelerator to securing / optimizing an entire VPS ;)
netrider
04-27-2006, 09:12 PM
thanks, I actually have quite a collection of scripts [...] to securing / optimizing an entire VPS ;)
I'd be interested in that script, if your happy to share?
I'd be interested in that script, if your happy to share?
Heh, probably shouldn't have mentioned that script, unfortunately wouldn't really want to share it as I generally charge for VPS security / optimization :o
albatroz
05-08-2006, 07:18 PM
I installed Zend 3.0.0 and had these error messages when restarting Apache...
[Mon May 8 16:36:12 2006] [notice] mod_security/1.9.2 configured
*** glibc detected *** corrupted double-linked list: 0x401ba858 ***
[Mon May 8 16:37:01 2006] [notice] mod_security/1.9.2 configured
if it causes apache to fail then put in a support ticket
but otherwise, it's weird to show up in the mod_security section, is that the only place it shows up? might be a compatibility issue if somebody else can confirm it
I've sen that error, actually, albatroz, you will need to downgrade back to 2.6.2, it's a known bug with 3.0.0.
Comment out the ( ; ) the zend optimizer related lines in /usr/local/lib/php.ini then:
wget http://downloads.zend.com/optimizer/2.6.2/ZendOptimizer-2.6.2-linux-glibc21-i386.tar.gz
tar zvfx ZendOptimizer-2.6.2-linux-glibc21-i386.tar.gz
cd ZendOptimizer-2.6.2-linux-glibc21-i386
./install
Thanks,
SlAiD
05-10-2006, 01:28 PM
Hi,
I do not with to install. Just upgrate.
How can i do that from this version:
root@host1 / # php --version
PHP 4.4.2 (cli) (built: Mar 23 2006 20:49:39)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.8, Copyright (c) 2003-2005, by Zend Technologies
with Zend Optimizer v2.5.10, Copyright (c) 1998-2005, by Zend Technologies
This is compatible with cPanel?
SL
The upgrading and install procedure is the same.
You can use /scripts/installzendopt to get to 3.0.0. Just make sure you are running the latest cPanel version. Run /scripts/upcp first to be sure.
SlAiD
05-10-2006, 04:45 PM
If i do that command (yes, i've lasted cPanel) i will install only 2.6.2. :(
I'm doing anything wrong?
After update, i have:
root@host2 [/]# php --version
PHP 4.4.2 (cli) (built: Apr 22 2006 14:12:01)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
with Zend Extension Manager v1.0.9, Copyright (c) 2003-2006, by Zend Technologies
with Zend Optimizer v2.6.2, Copyright (c) 1998-2006, by Zend Technologies
root@host2 [/]#
SL
wget http://downloads.zend.com/optimizer/3.0.0/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
tar zfx ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
cd ZendOptimizer-3.0.0-linux-glibc21-i386
./install
SlAiD
05-10-2006, 06:32 PM
It work.
Thank you.
SL
Atomm
05-15-2006, 11:05 AM
Elix,
Can I get a copy of that script?
Thanks!
SlAiD
05-15-2006, 11:06 AM
Zend?
I think you will find the script here: http://downloads.zend.com/optimizer/3.0.0/ZendOptimizer-3.0.0-linux-glibc21-i386.tar.gz
SL
MotoGeek
05-25-2006, 01:10 PM
Have any of you had any problems with it freezing up and not being able to install?
I cant do anything from here:
qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqqqqqqqqqqqqqqqqqqqqqqqqqq
lqqqqqqqqqqqqqqqqqqqq Zend Optimizer 3.0.0 qqqqqqqqqqqqqqqqqqqqqk
x x
x Welcome to the Zend Optimizer 3.0.0 Installation! x
x x
x For more information regarding this procedure, please see the x
x Zend Optimizer Installation Guide. x
x x
x x
tqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqqqqqqqqqqqqu
x < OK > x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq qqqqqqqqqqqqqqj
Any ideas?
SlAiD
05-25-2006, 01:14 PM
Can you select OK buttong with tab, arrows, or mouse?
SL
MotoGeek
05-25-2006, 01:20 PM
yea, but it wont start.
SlAiD
05-25-2006, 01:23 PM
If you press OK it will start...
My start a one weak ago. Maybe it is corrupted or someting...
Sorry, I cannot help anymore on this. I'm a litle n00b too.
Wait for an expert . ;)
SL
MotoGeek
05-25-2006, 01:25 PM
Hehe Thanks for the help anyway, I contacted support and they did there usual 3rd party I have no idea what is going on BS...It came with the server, how do I get it back? lol. Thanks again.
SlAiD
05-25-2006, 01:34 PM
Hi,
Well.. if it dont install, i think you will keep the older version.
But wait untill support reply to you.
SL
MotoGeek
05-25-2006, 01:37 PM
I guess I will try an older version, thanks for the idea, I didnt even think about it, Support didnt have anything for me...
MotoGeek
05-25-2006, 02:14 PM
same thing happens with an older version, the stuff on the cpanel forums is a different language to me...arg, I need this up like now, I dont have a members center atm.
What if you just asked support to install Zend Optimizer for you?
MotoGeek
05-25-2006, 08:01 PM
They couldnt do it because it was 3rd party and wasnt working, so they didnt want to bother with it and told me to look on other forums....
They couldnt do it because it was 3rd party and wasnt working, so they didnt want to bother with it and told me to look on other forums....
I honestly don't understand why it doesn't work.
Obviously if it works on thousands of servers (if not millions) then there is no reason why it should not work on your VPS - unless something is configured differently/
MotoGeek
05-25-2006, 08:07 PM
Oh I know, I dont have a clue, and I am not saying its anyones fault, I am just trying to get my clientexec back online...
All I did was recomple apache a few days ago when The update was required, and then tried to install the optimizer. I am about to recompile it again just for fun.
MotoGeek
05-25-2006, 08:33 PM
Someone else from support was able to help me, thanks for the help.
Lorio
05-27-2006, 07:57 AM
Since the problem is solved you might find the time to explain what the problem really was all about.
MotoGeek
05-27-2006, 09:19 AM
Ask support, I have no idea.
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.