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

Stephen L Johnson stephen.johnson at mail.state.ar.us
Mon Oct 20 12:24:46 EDT 2003


On Mon, 2003-10-20 at 11:08, Paul Heinlein wrote:
> 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>

You really shouldn't install SpamAssassin from binary RPMs. The Binary
RPMS wre built for a different verion of perl. SA if installed from the
distributation will be installed to locations determined by Perls
compile time cofiruation.

You should download the source RPMs and rebuild them for your system.
This will build RPMs that can be installed on you system.

-- 
Stephen L Johnson                       stephen.johnson at mail.state.ar.us
Unix Systems Administrator              sjohnson at monsters.org
Department of Information Systems
State of Arkansas
501-682-4339



More information about the MIMEDefang mailing list