i am trying to run a shell script with php4. i am on a debian box and i just apt-get installed php4-cgi. everything installed fine. i ran my script and i get this error message back:
bash: ./script.php: /usr/bin/php4: bad interpreter: Permission Denied
i am not sure what the deal is. my shell call looks like this:
#!/usr/bin/php4 -q
any help on this would be appreciated. thanks.