From owner-freebsd-questions@FreeBSD.ORG Wed Aug 29 18:20:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75B8916A419 for ; Wed, 29 Aug 2007 18:20:26 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 2305C13C4D0 for ; Wed, 29 Aug 2007 18:20:24 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7TIKDei063892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 29 Aug 2007 22:20:13 +0400 (MSD) (envelope-from yuri@darklight.org.ru) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=darklight.org.ru; s=darklight; t=1188411613; bh=1TZKKw25yp6jahD4yrb2TLUDnodba0CnLP9r7 I4s1m8=; h=Received:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:Content-Disposition:In-Reply-To: User-Agent; b=BHXFo09TB7HV/ZAYs92qa7fPCyHJfP54468l03ioLEDaijMGjCWo asOkDRKWfjMK1k2x79WLtRCyYLUdCIPZ+/9Gx/FwAjE50EhQuLuctwpS0S3B9CaKfbk dVl6DevHxryLtjdL9KMtK7XoH83mN1l54di4+DQg862Bc2oiRO+M= Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7TIKDWU063891; Wed, 29 Aug 2007 22:20:13 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Wed, 29 Aug 2007 22:20:13 +0400 From: Yuri Pankov To: brad davison Message-ID: <20070829182013.GB62274@darklight.org.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Cc: freebsd-questions@freebsd.org Subject: Re: Cannot rebuild Sendmail (with sasl2) 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: Wed, 29 Aug 2007 18:20:26 -0000 On Wed, Aug 29, 2007 at 06:02:01PM +0000, brad davison wrote: > Hello. > > I am a new FreeBSD user (almost converted from Linux). My company is > switching over mail servers from an (expensive and old) Red Hat server to > FreeBSD 6.2. > > I have gotten nearly everything configured and running smoothly except for > SMTP AUTH. > > Before I tried to build in the SASL2 stuff, I had done a full src-all > update via cvsup, and at that time, I was able to rebuild sendmail, and > rebuild the world. > > After installing the cyrus-sasl2-saslauthd port, I am now unable to rebuild > sendmail and/or The World. > > Whether I am rebuilding sendmail or the World, I get an error on > libsmutil.a. > Specifically : > > make: don't know how to make > /usr/src/usr.sbin/sendmail/../../lib/libsmutil/libsmutil.a. Stop > > after doing a 'find / -name libsmutil.a' > libsmutil.a exists at: /usr/obj/usr/src/lib/libsmutil/libsmutil.a > > I had googled the problem, and 2 years ago this guy had a similar problem. > Sendmail with sasl2 build fails. *FIX* > Richard Mcintyre rem at thecompanyonline.com > Wed May 4 12:03:08 PDT 2005 > > He pointed to some advice he had found on a mailing list, but did not > provide details. > > Any direction that could assist me would make me EXTREMELY grateful! > > Thanks! > Brad Brad, You haven't provided details on how you are rebuilding sendmail, so I think this link can be helpful: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html HTH, Yuri