no PHP at "The Perfect Server - Debian Wheezy (nginx, BIND, Dovecot, ISPConfig 3)"

Discussion in 'Installation/Configuration' started by pssara, May 22, 2013.

  1. pssara

    pssara New Member

    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?
     
  2. monkfish

    monkfish Member

    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
     
  3. pssara

    pssara New Member

    you are right. apt-get install php5-cli solves the issue.
    I think the guide needs to be updated.
     

Share This Page