Page 1 of 1

php command not found

PostPosted: 09. January 2009 15:28
by manlux
I just installed xampp and when i am trying to write just php i got
Code: Select all
BORYS ~ # php
-bash: php: command not found

same thing when i am runnng ./start.sh with php command on it.
Sites in htdocs folder are working fine.

Re: php command not found

PostPosted: 09. January 2009 20:31
by Wiedmann
-bash: php: command not found

Maybe "man bash" can give you a hint, how the shell is working an can is finding programs...

"/opt/lampp/bin/php" should work.