Hi, I followed the guide "The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)" and when it was time to execute the installation of ISPconfig: php -q install.php I realised that there is no php executable. How do I solve this?
Not familiar with the debian builds, I might go and install one in a minute, however http://www.howtoforge.com/perfect-server-debian-wheezy-nginx-bind-dovecot-ispconfig-3-p4 suggests to me that php gets installed... You might like a "apt-get install php5-cli" or, to my tiny mind, you could be looking for php5 binary so try "php5 -q install.php" Not altogether sure if something like "ln -s /usr/bin/php5 /usr/bin/php would solve any requirements