Is there a way to install zend on a linux cpanel server without SSH?
Is there a way to install zend on a linux cpanel server without SSH?
I haven't seen any such option in WHM to install Zend. Installing it from SSH is very easy though.
Login as root and execute the below script
/scripts/installzendopt
You will then be prompted for some values. Keep hitting enter as the default values are correct. Once you are back on the prompt, execute the command as
php -v
and you will see Zend installed. If you find any option from WHM, let me know.
I have no SSH access though![]()
i dont think their is a way to install it then. Have you tried contacting your hosting provider to install it for you? Normally a good host will install it for you, Zend is pretty common for script requirements.
A slight technical correction to what Shekhar said above:
(If you don't put the 3.3.0 at the end of the install line, you'llCode:/scripts/installzendopt 3.3.0
end up getting a very old version of Zend Optimizer installed)
Thanks Spiral! That helps a great deal more.![]()