Hello guys,
I have SA 3.2.1 and FreeBSD 6.2. I'm trying to run sa-compile by using a weekly cron job but I have this error: cd /tmp/.spamassassin90746Zl0Orztmp cd Mail-SpamAssassin-CompiledRegexps-body_0 re2c -i -b -o scanner1.c scanner1.re Can't exec "re2c": No such file or directory at /usr/local/bin/sa-compile line 278, <$fh> line 2944. command failed! at /usr/local/bin/sa-compile line 279, <$fh> line 2944. If I run same script from CLI is working fine. These are permissions on re2c file: [EMAIL PROTECTED] xxx]# ls /usr/local/bin/re2c -r-xr-xr-x 1 root wheel 131348 Jul 3 06:42 /usr/local/bin/re2c Catalin