Zend Optimizer Install help on dedicated server

starling

Active Member
Feb 3, 2007
31
0
156
Hello-

Ok, I have been trying to install this since yesterday. This is the information I have-

I am using a bill paying software in my server. I picked zenop to install on my server, i uploaded that taz.gz file to my server-

"ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz"

Now, it says to use this command to extract the file-

1. Open a terminal window and change dir to the directory in which the
Zend Optimizer package was saved.
To untar the package use the command:
gunzip -c <package name> | tar xf -
2. From the extracted package's directory, type the following command:
./install.
The installer is launched

I have the ZendOptimizer-3.3.3-linux-glibc23-x86_64.tar.gz uploaded to https://12.myurl.com.

So what exactly is the correct command to extract for this directory?

gunzip -c <package name> | tar xf -

Thanks
-------------------------------------

One other thing, do I extract it on the root of https://12.myurl.com. Or in the folder of the billing software?

example https://12.myurl.com/billingsoftware
--------------------------------------

Hello-

I located this link http://www.ehow.com/how_2090985_optimizer-redhat-enterprise- linux-rhel.html, but there are two lines I am confused about:

Step 4
If you have a GZ file:
gzip -d ~/ZendOptimizer-3.3.0-linux-glibc21-i386.tar.gz

Now that you have a tar (or started with a tar)
tar -xvf ~/ZendOptimizer-3.3.0-linux-glibc21-i386.tar

Step 5
Change directory and then run the installer script.

cd ~/ZendOptimizer-3.3.0-linux-glibc21-i386
./install.sh
 

Zishan

Well-Known Member
Aug 6, 2005
107
1
168
You can install Zend Optimizer by simply running the following script on any cPanel server:

/scripts/phpextensionmgr install Zendopt
 

starling

Active Member
Feb 3, 2007
31
0
156
Zishan-

Thanks. Ran it!

Done:D