From owner-freebsd-ports@FreeBSD.ORG Tue Sep 23 16:19:45 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 3186C16A4B3; Tue, 23 Sep 2003 16:19:45 -0700 (PDT) Received: from mail.westbend.net (ns1.westbend.net [216.47.253.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C05B43FCB; Tue, 23 Sep 2003 16:19:42 -0700 (PDT) (envelope-from hetzelsw@westbend.net) Received: from Admin02 (admin02.westbend.net [216.47.253.19]) by mail.westbend.net (8.12.9/8.12.9) with SMTP id h8NNJQ2a066114; Tue, 23 Sep 2003 18:19:27 -0500 (CDT) (envelope-from hetzelsw@westbend.net) Message-ID: <02fb01c38229$2365ccd0$13fd2fd8@Admin02> From: "Scot W. Hetzel" To: "Pawel Malachowski" , References: <20030923210122.GA86489@shellma.zin.lublin.pl> Date: Tue, 23 Sep 2003 18:19:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-2" 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-milter (http://amavis.org/) X-Spam-Status: No, hits=-0.6 required=8.0 tests=QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_01_02, USER_AGENT_OE version=2.43 cc: dinoex@freebsd.org Subject: Re: security/amavisd and libsm from mail/sendmail 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: Tue, 23 Sep 2003 23:19:45 -0000 From: "Pawel Malachowski" > I was not able to install latest security/amavisd + WITH_MILTER > on my box, it was failing on configure script. After a bit of investigation > I realised, it depends on libsm, which is not available. I have sendmail-sasl > installed from ports. > Compiling /usr/ports/mail/sendmail/work/sendmail-8.12.10/libsm `by hand' and > copying libsm.a to /usr/local/lib solved the problem -- amavisd WITH_MILTER > was installed with success. Is this OK to not install libsm.a with sendmail? > libsm.a so not needed to compile the amavisd with milter support. The problem is that the configure script has misplaced the addition of this lib. It should have only been added when the HAVE_SM_SM_STRLCPY test succeeded. I had sent PR 56658 which corrects this problem, and updates the startup scripts to rcNG. Scot