Page 1 of 1

tester.sh

Posted: Tue Jul 15, 2008 5:37 pm
by mdm100
I received the following error after running the tester.sh script.

./tester.sh: /usr/bin/php: bad interpreter: No such file or directory

Re: tester.sh

Posted: Wed Jul 16, 2008 3:42 pm
by dave
Hi,

What environment are you running? (OS, PHP version etc).

It seems your PHP binary isn't /usr/local/php

Try:

Code: Select all

php tester.sh
or...
php -f tester.sh
If php isn't on your path you may need to do /full/path/to/php -f tester.sh

HTH,

Cheers,

Dave.