tester.sh

General FreeNATS related discussion for suggestions, ideas for use etc...
Post Reply
mdm100
Posts: 1
Joined: Tue Jul 15, 2008 5:35 pm

tester.sh

Post by mdm100 » Tue Jul 15, 2008 5:37 pm

I received the following error after running the tester.sh script.

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

dave
Site Admin
Posts: 260
Joined: Fri May 30, 2008 9:09 pm
Location: UK
Contact:

Re: tester.sh

Post by dave » Wed Jul 16, 2008 3:42 pm

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.

Post Reply