Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 24
  1. #1
    Member
    Join Date
    Mar 2007
    Posts
    5

    Default Zend Optimizer

    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

  2. #2
    ujr
    ujr is offline
    Member
    Join Date
    Mar 2004
    Posts
    294

    Default

    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

  3. #3
    Member
    Join Date
    Mar 2007
    Posts
    5

    Default

    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 ?

  4. #4
    Member
    Join Date
    Feb 2007
    Posts
    79

    Default

    You have to run
    /scripts/installzendopt
    in SSH

  5. #5
    Member
    Join Date
    Mar 2007
    Posts
    5

    Default

    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.

  6. #6
    Member celliott's Avatar
    Join Date
    Jan 2006
    Location
    United Kingdom
    Posts
    460

    Default

    Make sure you are logged into SSH as root, if you are then theres some serious permission errors going on!

  7. #7
    ujr
    ujr is offline
    Member
    Join Date
    Mar 2004
    Posts
    294

    Default

    Yep, you need to be root !

    You could also grab the tarball at the Zend site and try a manual install.

  8. #8
    Member
    Join Date
    Mar 2007
    Posts
    5

    Default

    I have now managed to connect with root access to download the script , but how do i now get whm to install it

  9. #9
    Member
    Join Date
    Mar 2006
    Location
    Brno, Czech Republic
    Posts
    510

    Default

    for christ sake


    /scripts/installzendopt
    Not everything that is counted counts and not everything that counts can be counted

  10. #10
    Member
    Join Date
    Mar 2007
    Posts
    5

    Default

    Christ could not help me but i do now have zend installed !

    Thanks guys

  11. #11
    Member
    Join Date
    Oct 2005
    Posts
    29

    Default

    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.

  12. #12
    Registered User
    Join Date
    Dec 2004
    Location
    Bangalore
    Posts
    4

    Default

    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';
    -------------------------------

  13. #13
    Member Un Area's Avatar
    Join Date
    Nov 2006
    Posts
    53

    Default

    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

  14. #14
    Member
    Join Date
    Feb 2005
    Posts
    281

    Default

    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?

  15. #15
    BANNED
    Join Date
    Jun 2005
    Location
    Wild Wild West
    Posts
    2,025

    Default

    Quote Originally Posted by Secmas View Post
    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.

Similar Threads & Tags
Similar threads

  1. Zend Optimizer 4.1
    By UnGround in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 03-09-2011, 05:00 PM
  2. Zend Optimizer unable to run Zend Encoded files...
    By SubZero in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-02-2005, 02:15 AM
  3. Zend Optimizer
    By purplepaws in forum cPanel and WHM Discussions
    Replies: 14
    Last Post: 03-11-2003, 03:15 PM
  4. Zend Optimizer...
    By mitul in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 03-11-2003, 01:47 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube