Voytek, > I noticed that in my log > > Mar 14 13:50:42 bilby amavis[30865]: (30865-01) (!!)TROUBLE in check_mail: > mime_decode-1 FAILED: Can't locate object method "binmode" via package > "IO::File" at /usr/lib/perl5/site_perl/5.8.5/MIME/Body.pm line 437.
The IO::File comes in a IO-x.xx bundle and is one of the core modules (i.e. comes with the installation of perl). The 'binmode' method is not in IO-1.20, but it is present in IO-1.22 or later - I don't know when exactly it was introduced, the perl 5.6.2 seems not to have it yet. I would expect that your perl (5.8.5???) already has it - perhaps there is some old version of IO::File left behind. > tried: > cpan> install IO:File > CPAN: Storable loaded ok > Going to read /root/.cpan/Metadata > Database was generated on Thu, 13 Mar 2008 20:32:28 GMT > Warning: Cannot install IO:File, don't know what it is. It is called IO::File, not IO:File. http://www.wsection.com/cpan/authors/id/G/GB/GBARR/ http://cpan.uwinnipeg.ca/~gbarr/IO Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
