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

Reply via email to