From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 20:21:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 94C8E16A412 for ; Thu, 19 Oct 2006 20:21:20 +0000 (UTC) (envelope-from mikes@signull.com) Received: from itchy.ntisys.com (itchy.ntisys.com [64.3.167.242]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3901243D5A for ; Thu, 19 Oct 2006 20:21:03 +0000 (GMT) (envelope-from mikes@signull.com) Received: from [192.168.32.4] (ptoastman.ntisys.com [64.3.167.251]) by itchy.ntisys.com (8.11.6/8.11.6) with ESMTP id k9JKL2422926 for ; Thu, 19 Oct 2006 16:21:02 -0400 Message-ID: <45392E74.9000003@signull.com> Date: Fri, 20 Oct 2006 16:15:48 -0400 From: Mike Spenard User-Agent: Mail/News 1.5.0.5 (X11/20060822) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: cyrus-sasl & sendmail compile error 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: Thu, 19 Oct 2006 20:21:20 -0000 Following this doc on sendmail-auth... http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html I go to recompile sendmail after # cd /usr/src/usr.sbin/sendmail # make cleandir # make obj # make # make install and I get... cc: /usr/obj/usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a: No such file or directory cc: /usr/obj/usr/src/usr.sbin/sendmail/../../lib/libsm/libsm.a: No such file or directory *** Error code 1 Stop in /usr/src/usr.sbin/sendmail. /etc/make.conf is as the document specifies.. SENDMAIL_CFLAGS=-I/usr/local/include/sasl1 -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl -- Mike Spenard