Spamassassin List wrote: > I am getting some errors when try to spamassassin -t < email.txt > > Subroutine FuzzyOcr::O_CREAT redefined at > /usr/lib/perl5/5.8.8/Exporter.pm line 65. > at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/POSIX.pm line 19 > Subroutine FuzzyOcr::O_EXCL redefined at > /usr/lib/perl5/5.8.8/Exporter.pm line 65. > at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/POSIX.pm line 19 > Subroutine FuzzyOcr::O_RDWR redefined at > /usr/lib/perl5/5.8.8/Exporter.pm line 65. > at /usr/lib/perl5/5.8.8/i386-linux-thread-multi/POSIX.pm line 19
These seem to be conflicts between the POSIX and Fcntl modules from Perl; not something inherently in FuzzyOcr. FuzzyOcr's author(s) should really look at whether importing these from two places is really necessary, however. > [4840] warn: FuzzyOcr: Cannot find executable for giffix > [4840] warn: FuzzyOcr: Cannot find executable for giftext > [4840] warn: FuzzyOcr: Cannot find executable for gifinter > [4840] warn: FuzzyOcr: Cannot find executable for ocrad > [4840] warn: FuzzyOcr: Cannot find executable for tesseract Do you have these programs installed? AFAIK none of the graphics-data-munging programs FuzzyOcr uses are actually bundled with it. > Does FuzzyOcr works with CentOS 5? I don't see why not; unless there are some truly bizarre limitations on library compatibility Perl is Perl, and binary apps will often run fine even if not actually compiled on that distro. -kgd