From owner-freebsd-questions Wed Jun 12 14: 8:17 2002 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id A07E337B408 for ; Wed, 12 Jun 2002 14:08:12 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.12.3/8.12.3) id g5CL88lP043433; Wed, 12 Jun 2002 16:08:08 -0500 (CDT) (envelope-from dan) Date: Wed, 12 Jun 2002 16:08:08 -0500 From: Dan Nelson To: "Philip J. Koenig" Cc: questions@FreeBSD.ORG, Adam Weinberger , Ruben de Groot Subject: Re: Sendmail library question/problem Message-ID: <20020612210808.GA73850@dan.emsphone.com> References: <20020612202004.GB56055@dan.emsphone.com> <20020612205612975.AAA583@empty1.ekahuna.com@pc02.ekahuna.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020612205612975.AAA583@empty1.ekahuna.com@pc02.ekahuna.com> User-Agent: Mutt/1.3.99i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Jun 12), Philip J. Koenig said: > On 12 Jun 2002, at 15:20, Dan Nelson boldly uttered: > > This has been fixed in FreeBSD 4.6. > > I assume you are referring to 4.6-RELEASE (which isn't available yet) > because at least 2 people have encountered this problem with 4.6-RC. Hmm. I'm looking at /usr/src/lib/libmilter/Makefile which hasn't been changed since 2002/03/25, and it sure looks like it installs libmilter and the includes (unless NO_SENDMAIL is set, of course). > > libmilter and its headers are installed; libsm is not required for > > building milters. > > I'm not an expert on this, but all I know is that libsm.a is > specifically referenced in the Makefile for spamass-milter-0.1.1: > > LIBS = /usr/lib/libmilter/libmilter.a /usr/lib/libmilter/libsm.a > > So you're saying that they fixed some problem where it was asking for > libsm.a but it didn't really need it? The author of the Makefile probably just copied from the README in the sendmail source. I have tested my patches on FreeBSD and Debian Linux, and neither need libsm to link. I think it's a typo in the original docs. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message