Actions
Bug #19318
closedcli_dispatch.phpsh - /usr/bin/php: bad interpreter
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-09-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
If i call the cli_dispatch i get a error
/www/typo3/cli_dispatch.phpsh:
/usr/bin/php: bad interpreter: No such file or directory
thats because my PHP interpreter is here /usr/local/bin/php and NOT here usr/bin/php
One solution is to create a symlink but its not a good solution in my eyes...
cli_dispatch.phpsh: first line
#! /usr/bin/php -q
(issue imported from #M9333)
Actions