[Mimedefang] MD 2.38 + RH 9 + Sendmail 8.12.10 + SA 2.60 problems

Paul Heinlein heinlein at cse.ogi.edu
Mon Oct 20 12:08:09 EDT 2003


On Mon, 20 Oct 2003, Vincent Jaussaud wrote:

> >   for d in $(perl -e 'print map {"$_ "} @INC'); do
> >     find $d -name SpamAssassin.pm
> >   done
>
> Gives:
>
> /usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin.pm
>
> So I suppose it should be ok ?

If this is a Red Hat 9 box, then that's not right. Red Hat 9 ships
with Perl 5.8.0, not 5.6.1.

Do

 perl -e 'print map {"$_\n"} @INC'

You should see /usr/lib/perl5/site_perl in the resulting list, but
Perl 5.8.0 *won't* descend into /usr/lib/perl5/site_perl/5.6.1.

So, no, things aren't right.

--Paul Heinlein <heinlein at cse.ogi.edu>



More information about the MIMEDefang mailing list