Ok now I remember this. It is easy to fix. Here is what needs to be done.
Don't give up ;-) it is worth the effort when you are done.

The RPM installs the files your system is looking for in
/usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin.pm

This is not the path that your perl is looking for this module in.

Move these files like this.

cp -r /usr/lib/perl5/site_perl/5.6.1/Mail/
/usr/lib/perl5/site_perl/5.005/Mail/
cp -r /usr/lib/perl5/site_perl/5.6.1/auto/Mail/
/usr/lib/perl5/site_perl/5.005/auto/Mail/

Then try again. I think you will find it works. If not do a search for the
file it is looking for and move it to one of the locations in your path that
it is looking in below.

locate SpamAssassin.pm

Jim





----- Original Message -----
From: "Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 07, 2002 10:02 AM
Subject: Re: [SAtalk] Installing on a Raq; failed--compilation aborted


> Can't locate Mail/SpamAssassin.pm in @INC (@INC contains: ../lib
> /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503
> /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005
.)
> at /usr/bin/spamd line 16.
> BEGIN failed--compilation aborted at /usr/bin/spamd line 16.
>
> Thats what I get.  I give up.
>
> Matt
>
>
> > Matt I have installed SpamAssassin on both the cobalt RaQ3 and RaQ4
> >
> > To install I downloaded the RPM from this URL.
> >
> > http://www.hughes-family.org/spamassassin/
> >
> > Specifically this one
> > http://www.hughes-family.org/spamassassin/spamassassin-2.20-1.i586.rpm
> >
> > The only thing that does not work correctly so far is the rc script to
> stop
> > and start the service.
>
>



_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to