PDA

View Full Version : How To Install MySQL 4.1 And PHP4 On Debian Etch Problem


djc_2008
12th February 2008, 18:43
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

falko
13th February 2008, 19:04
Usually it's /usr/bin/php. You can run
which php to find out where it is.