dmacleo
Verified User
- Joined
- Jun 21, 2012
- Messages
- 631
just did a fresh install on centos 6.5 and now for every cron I have to enter the /usr/local/bin/php prefix to cron or I get the /usr/bin/php: bad interpreter: No such file or directory error.
I had never, to best of my recollection, symlinked /usr/bin/php to /usr/local/bin/php so I am curious as to why all crons looking for /usr/bin/php and not in /usr/local/bin/php by default.
not a big issue, crons seem to work ok on initial tests, just curious as to why the older setup (initial install of centos 6.4) worked w/o needing to specify the path.
is there a php.ini setting or conf file that points to /usr/bin/php somewheres?
I had never, to best of my recollection, symlinked /usr/bin/php to /usr/local/bin/php so I am curious as to why all crons looking for /usr/bin/php and not in /usr/local/bin/php by default.
not a big issue, crons seem to work ok on initial tests, just curious as to why the older setup (initial install of centos 6.4) worked w/o needing to specify the path.
is there a php.ini setting or conf file that points to /usr/bin/php somewheres?