How To Install MySQL 4.1 And PHP4 On Debian Etch Problem

Discussion in 'HOWTO-Related Questions' started by djc_2008, Feb 12, 2008.

  1. djc_2008

    djc_2008 New Member

    I have followed the above guide without any problems - so thank you for that
    The only problem i am getting now is trying to locate where the path to PHP is...?
    whereis php4 shows up as;
    php4: /etc/php4 /usr/lib/php4 /usr/share/php4
    but these are all directories and i cannot find the executable anywhere

    Any suggestions appreciated

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Usually it's /usr/bin/php. You can run
    Code:
    which php
    to find out where it is.
     

Share This Page