Disclaimer: My cli and linux knowledge is not the best
This is a pretty fresh cpanel install. I am trying to follow this instructional: Godady Link
I get an error when I get to the step where you input the following:
curl -sS https://getcomposer.org/installer | php
-bash: /usr/local/php5/bin/php: No such file or directory curl: (23) Failed writing body (0 != 16133)
I tried to proceed anyhow. I get another error at the end when I try to input the following:
drush help
/home//drush/drush: line 125: /usr/local/php5/bin/php: No such file or directory /home//drush/drush: line 125: exec: /usr/local/php5/bin/php: cannot execute: No such file or directory
Even when I try to enter the command php, I get:
/usr/local/php5/bin/php: No such file or directory
I am not really sure if php is really missing,but it looks like that to the untrained eye...and if it is, I don't know how to proceed to install it and get this stuff working.
Forgive me if this is a simple question or has already been answered. I tried extensive searches and came up with nothing useful.
Thanks for your help!