From owner-freebsd-questions@FreeBSD.ORG Tue Feb 5 00:48:37 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB3DA16A418 for ; Tue, 5 Feb 2008 00:48:37 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDA613C447 for ; Tue, 5 Feb 2008 00:48:37 +0000 (UTC) (envelope-from cotharyus@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so706760ele.3 for ; Mon, 04 Feb 2008 16:48:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=0pEhNAyl4Oa14SYDsPCl5DUGuiVTx6Gqypluv7XF9sA=; b=QC9mgx1wH2gh0caSl6r/afmoD683s0AO0ERIAxzWSIBagQaLapY4CYYmThHX7kzSGM4A2Wiio8WUDXasCOn41M4s/yr++o7x/tj8LbPM9atgVAM4u2/uzBLUjMfS/GONYRqYuqMw8VbM2BqGcoBDf5Rwkoi91q7eEeySzN68PV8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=wfv3qR+LuyDXZD9BEcUiymo6/nEgPtdTQETDXutIilLXeVhG+jVOsZM0NxAjJuqGtqywdnkueg4daFBzzylCKPmfM2JJDr6bThkBeiAgm6SpKW+2vwhtC+zidSvC6Wjno5AwPE1sCNU9JLGlR3hOsV2sNMffMC1Jjbr5GFr0UYM= Received: by 10.150.51.6 with SMTP id y6mr3240658yby.46.1202172516886; Mon, 04 Feb 2008 16:48:36 -0800 (PST) Received: by 10.151.11.2 with HTTP; Mon, 4 Feb 2008 16:48:36 -0800 (PST) Message-ID: <715841970802041648t363cf283y4cb7f91a9d22146@mail.gmail.com> Date: Mon, 4 Feb 2008 18:48:36 -0600 From: Drew To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Perl error running lint on spamassassin? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Feb 2008 00:48:37 -0000 Hi, I know I've been noisy of late, but that should slow down if I ever get things working around here again. I've given up on my old server hardware, and put another machine in it's place. Unfortunately, everything but mail is working for me on this server. The problem seems to be with spamassassin. When I run spamassassin -D --lint from the command line, everything _seems_ to check out. However, when I run mailscanner --lint it segfaults: root@colossus(/)# mailscanner --lint Checking version numbers... Version number in MailScanner.conf (4.64.3) is correct. Your envelope_sender_header in spam.assassin.prefs.conf is correct. Checking for SpamAssassin errors (if you use it)... SpamAssassin temp dir = /var/spool/MailScanner/incoming/SpamAssassin-Temp zsh: segmentation fault mailscanner --lint I wasn't real sure what was causing this, but running SA lint from mailwatch provides a clue, perhaps: /libexec/ld-elf.so.1: /usr/local/bin/perl5.8.8: Undefined symbol "PL_exit_flags" I've removed and reinstalled perl5.8 from ports, double checked everything with the perl-after-upgrade script, ensured that I've handled the use.perlports thing, etc. After all that failed to solve this, I rebuilt and reinstalled world. Still no joy. I like to try to solve stuff that looks easy like this on my own, but obviously at this point, I've overlooked something simple. Anyone care to pass me a clue-bat? Thanks in advance.