#1 (permalink)  
Old 03-24-2007, 02:58 PM
Registered User
 
Join Date: Mar 2007
Posts: 5
jackschitt is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-24-2007, 03:14 PM
ujr ujr is online now
Registered User
 
Join Date: Mar 2004
Posts: 290
ujr is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-24-2007, 03:26 PM
Registered User
 
Join Date: Mar 2007
Posts: 5
jackschitt is on a distinguished road
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 ?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-24-2007, 03:30 PM
Registered User
 
Join Date: Feb 2007
Posts: 79
_Sam_ is on a distinguished road
You have to run
/scripts/installzendopt
in SSH
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 03-24-2007, 03:57 PM
Registered User
 
Join Date: Mar 2007
Posts: 5
jackschitt is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 03-24-2007, 04:12 PM
celliott's Avatar
Registered User
 
Join Date: Jan 2006
Location: United Kingdom
Posts: 460
celliott is on a distinguished road
Make sure you are logged into SSH as root, if you are then theres some serious permission errors going on!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-24-2007, 04:31 PM
ujr ujr is online now
Registered User
 
Join Date: Mar 2004
Posts: 290
ujr is on a distinguished road
Yep, you need to be root !

You could also grab the tarball at the Zend site and try a manual install.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-24-2007, 04:35 PM
Registered User
 
Join Date: Mar 2007
Posts: 5
jackschitt is on a distinguished road
I have now managed to connect with root access to download the script , but how do i now get whm to install it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-27-2007, 10:03 AM
Registered User
 
Join Date: Mar 2006
Location: Brno, Czech Republic
Posts: 500
katmai is on a distinguished road
for christ sake


/scripts/installzendopt
__________________
Not everything that is counted counts and not everything that counts can be counted
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 03-28-2007, 03:37 AM
Registered User
 
Join Date: Mar 2007
Posts: 5
jackschitt is on a distinguished road
Christ could not help me but i do now have zend installed !

Thanks guys
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11 (permalink)  
Old 04-10-2007, 03:05 PM
Registered User
 
Join Date: Oct 2005
Posts: 27
ebinfo is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 04-10-2007, 05:07 PM
Registered User
 
Join Date: Dec 2004
Location: Bangalore
Posts: 4
joesixon is on a distinguished road
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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 04-11-2007, 11:47 AM
Un Area's Avatar
Registered User
 
Join Date: Nov 2006
Posts: 53
Un Area is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-06-2007, 11:46 PM
Registered User
 
Join Date: Feb 2005
Posts: 107
Secmas is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 05-07-2007, 03:13 PM
Senior Member
 
Join Date: Jun 2005
Location: Area 51
Posts: 1,535
Spiral is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:33 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
© cPanel Inc