Wolfgang Zeikat wrote: > in a test installation of FuzzyOcr 3.5.1 in SA 3.1.8 I get the following > output when running spamassassin < some_message on the command line: > > Subroutine FuzzyOcr::O_CREAT redefined at > /usr/lib/perl5/5.8.5/Exporter.pm line 65. > at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/POSIX.pm line 19 > Subroutine FuzzyOcr::O_EXCL redefined at > /usr/lib/perl5/5.8.5/Exporter.pm line 65. > at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/POSIX.pm line 19 > Subroutine FuzzyOcr::O_RDWR redefined at > /usr/lib/perl5/5.8.5/Exporter.pm line 65. > at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/POSIX.pm line 19 > > 1. Is that anything to worry about that should keep me from installing > that on our productive machines? > > 2. What can I do to solve that?
You can add a line to FuzzyOcr.pm : use POSIX; or you can update from SVN that module (along with changes to Scoring.pm, it solves the unformatted report problem). -- René Berber