* Wolfgang Zeikat : > > With SpamAssassin version 3.1.8 running on Perl version 5.8.5, I get the > spamd error "Can't locate MLDBM.pm in @INC" even after installing > MLDBM.pm (on a redhat EL 4 based Scientific Linux system). > > # find / -iname "MLDBM.pm" > /usr/lib/perl5/vendor_perl/5.8.5/IO/All/MLDBM.pm
This is the IO::All::MLDBM module, not the MLDBM one. > How can I fix that? Install the perl-MLDBM rpm which should be provided by your distribution. If it doesn't exist, you can install the module from CPAN. Emmanuel