From owner-freebsd-current@FreeBSD.ORG Sun Jun 15 19:18:43 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A90EB37B401 for ; Sun, 15 Jun 2003 19:18:43 -0700 (PDT) Received: from horsey.gshapiro.net (horsey.gshapiro.net [64.105.95.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AA0A43FA3 for ; Sun, 15 Jun 2003 19:18:43 -0700 (PDT) (envelope-from gshapiro@gshapiro.net) Received: from horsey.gshapiro.net (localhost [127.0.0.1]) h5G2Ighm003273 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 15 Jun 2003 19:18:42 -0700 (PDT) Received: (from gshapiro@localhost)h5G2IgjB003272; Sun, 15 Jun 2003 19:18:42 -0700 (PDT) Date: Sun, 15 Jun 2003 19:18:42 -0700 From: Gregory Neil Shapiro To: Gary K Stinnett Jr Message-ID: <20030616021842.GA82217@horsey.gshapiro.net> References: <007501c333a5$1a9cf420$0301a8c0@xp2700> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <007501c333a5$1a9cf420$0301a8c0@xp2700> User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: sendmail authentication X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2003 02:18:44 -0000 > When I get to the point of "make" sendmail I get the following error > > At the end of the make process I get > > CC: /usr/src/lib/libsmutil/libsmutil.a: No such file or > directory > CC: /usr/src/lib/libsm.a: No such file or directory > *** Error code 1 If you haven't done a make world, do: cd /usr/src/lib/libsmutil make depend make obj make cd /usr/src/lib/libsm make depend make obj make Then you can build sendmail.