From owner-freebsd-ports@FreeBSD.ORG Thu Apr 17 16:31:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3563237B401 for ; Thu, 17 Apr 2003 16:31:55 -0700 (PDT) Received: from mamacass.springsips.com (mamacass.springsips.com [63.80.49.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A76543FE0 for ; Thu, 17 Apr 2003 16:31:54 -0700 (PDT) (envelope-from ccraft@springsips.com) Received: from localhost.springsips.com (localhost.springsips.com [127.0.0.1]) by mamacass.springsips.com (Postfix) with ESMTP id E67381CBCC0; Thu, 17 Apr 2003 17:31:55 -0600 (MDT) Received: from mamacass.springsips.com (localhost.springsips.com [127.0.0.1]) by localhost.springsips.com (VaMailArmor-2.0.1.10) id 96903-17E5F5A2; Thu, 17 Apr 2003 17:31:55 -0600 Received: from springsips.com (cc2.springsips.com [63.80.49.13]) by mamacass.springsips.com (Postfix) with ESMTP id B17341CBBBC; Thu, 17 Apr 2003 17:31:55 -0600 (MDT) Message-ID: <3E9F3A2D.10804@springsips.com> Date: Thu, 17 Apr 2003 17:35:09 -0600 From: Chris Craft User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030409 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian References: <20030417160748.B40357@entwistle.sonicboom.org> In-Reply-To: <20030417160748.B40357@entwistle.sonicboom.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.10; VAE: 6.19.0.3; VDF: 6.19.0.7; host: mamacass.springsips.com) cc: ports@freebsd.org Subject: Re: spamassassin port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Apr 2003 23:31:55 -0000 Brian wrote: >I've been getting the below error for any messages that spamassassin >processes. > >razor2 check skipped: No such file or directory IO::Socket::INET: >Interrupted system call ...propagated at >/usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/Dns.pm line 401. > >It is not obvious to me which file is unfindable/unwriteable. > > Brian > >The path to a desireable destination >is often more difficult than the path to stay where you are. >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > >. > > > Have you tried `perl -MCPAN -e shell` cpan>* install IO::Socket::INET* ?