|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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'; -------------------------------
__________________
------------------------------------------------------------------------------- Joe Sixon George But God said to him, "You fool. Tonight you will die. Then, to whom will all these things belong?" (Luke 12:20) |
|
|||
|
Quote:
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. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|