Re: shebang line drive me nuts.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Jochem Maas wrote:
in all cases I get the following error when I run (as root) the script:

-bash: ./makemicrositeml: /usr/lib/php5/bin/php: bad interpreter: Permission denied

Do you have root access on this machine? Perhaps the sysadmin as configured bash to not accept "unknown" interpreters? I'd image that this is fairly easy to do, tho' not looked into it before.

You could also try:

#!/usr/bin/env php

instead and see if that works.

Col.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux