You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Robert Nicholson <ro...@gmail.com> on 2007/01/31 00:38:41 UTC

Anybody fixed these FuzzyOCR warnings?

There' s a bug logged that suggests ignoring these but that's a  
little slack isn't it since for instance when used with exim causes  
all mail to be bounced because there's activity on stderr.

This is with 3.5.1

Subroutine FuzzyOcr::O_CREAT redefined at /usr/local/lib/perl5/5.8.8/ 
Exporter.pm line 65.
at /usr/local/lib/perl5/5.8.8/mach/POSIX.pm line 19
Subroutine FuzzyOcr::O_EXCL redefined at /usr/local/lib/perl5/5.8.8/ 
Exporter.pm line 65.
at /usr/local/lib/perl5/5.8.8/mach/POSIX.pm line 19
Subroutine FuzzyOcr::O_RDONLY redefined at /usr/local/lib/perl5/5.8.8/ 
Exporter.pm line 65.
at /usr/local/lib/perl5/5.8.8/mach/POSIX.pm line 19
Subroutine FuzzyOcr::O_RDWR redefined at /usr/local/lib/perl5/5.8.8/ 
Exporter.pm line 65.
at /usr/local/lib/perl5/5.8.8/mach/POSIX.pm line 19

Seems to be overlap b/w Fcntl and POSIX.pm defining the same constants.