I have a cms system installed on my server that requires Zend Optimizer to make it work .
I have the needed file but would like a little advice in how i install it onto my server through whm .
Thanks![]()
I have a cms system installed on my server that requires Zend Optimizer to make it work .
I have the needed file but would like a little advice in how i install it onto my server through whm .
Thanks![]()
this has been covered a number of times, but there is a script in the scripts directory, which you can run to install ZO. If you require a certain version of ZO, or a later version than what CPanel usually will install by default, you can edit the file and place the version number in the file.
here is the script location:
/scripts/installzendopt
Thanks for your help ujr . i'm having trouble finding the script location ( still new to whm )
Should i be able to find this under RPM Package Installer , php wiki or somewhere else ?
You have to run
/scripts/installzendopt
in SSH
Just get's more confusing![]()
Ruunning the script demand just gives me errors :
mkdir: cannot create directory `/home/cpzendinstall': Permission denied
Downloading Zend Optimizer.....--19:53:53-- http://downloads.zend.com/optimizer/3.0.1/Ze
ndOptimizer-3.0.1-linux-glibc21-i386.tar.gz
=> `-'
Resolving downloads.zend.com... 66.98.224.81
Connecting to downloads.zend.com|66.98.224.81|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 6,358,090 (6.1M) [application/gzip]
100%[=============================================>] 6,358,090 2.12M/s
19:53:56 (2.11 MB/s) - `-' saved [6358090/6358090]
Done
tar: /home/cpzendinstall/zendopt.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
tar: /home/cpzendinstall/zendopt.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors
Unable to download zend optimizer. at /scripts/installzendopt line 57.
Make sure you are logged into SSH as root, if you are then theres some serious permission errors going on!
Yep, you need to be root !
You could also grab the tarball at the Zend site and try a manual install.
I have now managed to connect with root access to download the script , but how do i now get whm to install it![]()
for christ sake
/scripts/installzendopt
Not everything that is counted counts and not everything that counts can be counted
Christ could not help me but i do now have zend installed !
Thanks guys![]()
wanted to install zend optimizer using the file inside the /scripts directory, but after doing so i found out that all my PHP pages were coming out blank, the php code wasn't executed at all. commenting the stuff Zend optimizer added in the PHP.ini put php back in working order, but i sure wonder what's going on with the installer.
Check php -v it should show something like,
-------------------------------
PHP 4.4.4 (cli) (built: Mar 22 2007 09:07:04)
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.1, Copyright (c) 1998-2006, by Zend Technologies
-------------------------------
If you find some error in it that means Zend is not installed properly. Please make sure that the current Zend version is compatible with php. You can try reinstalling a different version of Zend by changing version in /scripts/installzendopt.
-------------------------------
my $ver = '2.6.2';
-------------------------------
As I see you have an old zend version. Latest version at zend site is 3.2.6.
You may upgrade at latest but if you run /scripts/installzendopt you will download version 3.0.1 all time.
To download the latest version you should run at the prompt /scripts/installzendopt 3.2.6 and it will download you the latest 3.2.6 to your server.
Bye!
Un Area Webhosting® : Your space on the net
http://www.unarea.com
Hi,
I have this little question... Does a zend file test exists?
I have done the installation but I will like to test my installation with an encrypted zend file, is there a place where to download such a file?
That may not be necessary as you can tell if Zend Optimizer was properly
activated or not by reading the screen generated by the phpinfo() command.
Just a little bit below the "./configure" section will be a box that tells you
that you have Zend, Zend Optimizer, and / or IonCube as applicable.