We need /usr/local/bin in all cron's path!
we already tried to add PATH to /etc/crontab:
#/etc/crontab
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
but the test:
# crontab -e
* * * * * echo $PATH > /tmp/current_cron
still produces the old path.