Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <3EE2C435.3303EE63@acm.org> Date: Sat, 07 Jun 2003 22:05:57 -0700 From: David Rothenberger X-Accept-Language: en MIME-Version: 1.0 To: Ajay Simha CC: cygwin AT cygwin DOT com Subject: Re: perl 5.8.0 and spamassasin References: <20030608021813 DOT GE1824 AT cisco DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Ajay Simha wrote: > > Hi, > > With Perl 5.8.0 and SpamAssassin-2.55 I get: > > BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm line 62. > Compilation failed in require at /bin/spamassassin line 69. > procmail: Program failure (70) of "spamassassin" > procmail: Rescue of unfiltered data succeeded > >From asimha Sat Jun 7 21:48:16 2003 > Subject: msg again > Folder: /var/spool/mail/asimha > > anyone have any clues how to fix this? Well, line 62 of /usr/lib/perl5/site_perl/5.8.0/Mail/SpamAssassin.pm is require Mail::SpamAssassin:::PerMsgStatus; Perhaps you don't have a full or complete installation of spamassassin? Maybe try reinstalling it? > I did read something about "putting PERLIO=perlio in the environment for SA" The latest perl package (5.8.0-3) defaults to PERLIO=stdio, which should be good enough. I don't use SA myself under Cygwin, so I haven't tried it, but I don't think you need to set PERLIO for SA to work anymore. > but I'm not sure if that applies to my problem I don't think the error message above has nothing to do with the PERLIO env var setting. David -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/