From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 17:14:01 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6BAC16A4CE for ; Fri, 23 Jan 2004 17:14:01 -0800 (PST) Received: from corb.mc.mpls.visi.com (corb.mc.mpls.visi.com [208.42.156.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1425943D1F for ; Fri, 23 Jan 2004 17:13:11 -0800 (PST) (envelope-from veldy@veldy.net) Received: from veldy.net (fuggle.veldy.net [209.98.200.33]) by corb.mc.mpls.visi.com (Postfix) with ESMTP id 9BD5482BB; Fri, 23 Jan 2004 19:13:10 -0600 (CST) Received: from localhost (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with ESMTP id 2C8291CC65; Fri, 23 Jan 2004 19:13:10 -0600 (CST) Received: from veldy.net ([127.0.0.1]) by localhost (fuggle.veldy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 39618-04; Fri, 23 Jan 2004 19:13:08 -0600 (CST) Received: from cascade (cascade.veldy.net [192.168.1.1]) by veldy.net (Postfix) with SMTP id 1ED4A1CC61; Fri, 23 Jan 2004 19:13:08 -0600 (CST) Message-ID: <001101c3e217$36bff1e0$0101a8c0@cascade> From: "Thomas T. Veldhouse" To: "Charles Swiger" , "Michael Whitley" References: <000c01c3e1db$d1bd2ff0$0f8a23a6@open.wcomnet.com> <08497192-4DD7-11D8-A782-003065ABFD92@mac.com> Date: Fri, 23 Jan 2004 19:13:02 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd-new at veldy.net cc: freebsd-questions@freebsd.org Subject: Re: freebsd 4.8 and the spamassassin 2.6x port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 01:14:01 -0000 Charles Swiger wrote: > FreeBSD 4.8 should be recent enough that you can use a modern ports > tree without the CONFLICTS feature causing problems, so use CVSUP to > update your ports tree to the current version. From there, install > /usr/ports/lang/perl5.8, and then run "use.perl port". > > That should give you the latest version of Perl, from which you can > then install the p5-Mail-SpamAssassin port (or spamass-milter, or > amavisd, or whatever). You can also try installing the software via > "perl -MCPAN -e shell \;", and do an "install Mail::SpamAssassin", but > the ports mechanism is better tested. Why perl 5.8? My 5.2 machine is running postfix, perl 5.6.1 and amavisd-new without any trouble at all. Tom Veldhouse