From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 15:43:42 2005 Return-Path: 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 81C1B16A4CE for ; Mon, 18 Apr 2005 15:43:42 +0000 (GMT) Received: from epistle.eigg.org.uk (epistle.eigg.org.uk [81.2.109.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id A40D543D58 for ; Mon, 18 Apr 2005 15:43:41 +0000 (GMT) (envelope-from nick@eigg.org.uk) Received: from [10.0.0.68] (router-ext.abell.co.uk [81.187.193.21]) by epistle.eigg.org.uk (8.12.9/8.12.8) with ESMTP id j3IFheVu009332 for ; Mon, 18 Apr 2005 16:43:40 +0100 (BST) (envelope-from nick@eigg.org.uk) Message-ID: <4263D567.90102@eigg.org.uk> Date: Mon, 18 Apr 2005 16:42:31 +0100 From: Nick User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Error making Sendmail with SMTP AUTH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2005 15:43:42 -0000 I am trying to set up SMTP AUTH per the handbook section 22.10. I have FreeBSD 5.3 and have installed cyrus-sasl-2.1.19_1; cyrus-sasl-1.5.28_3 is also present. I have set pwcheck_method: passwd and added the 3 lines to make.conf. I am trying to recompile Sendmail and the make outputs ends as below: cc -O -pipe -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/include -I. -DNEWDB -DNIS -DTCPWRAPPERS -DMAP_REGEX -DDNSMAP -DNETINET6 -DSTARTTLS -D_FFR_TLS_1 -I/usr/local/include/sasl1 -DSASL -L/usr/local/lib -o sendmail alias.o arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o mci.o milter.o mime.o parseaddr.o queue.o ratectrl.o readcf.o recipient.o savemail.o sasl.o sfsasl.o shmticklib.o sm_resolve.o srvrsmtp.o stab.o stats.o sysexits.o timers.o tls.o trace.o udb.o usersmtp.o util.o version.o -lutil -lwrap /usr/src/lib/libsmutil/libsmutil.a /usr/src/lib/libsm/libsm.a -lssl -lcrypto -lsasl cc: /usr/src/lib/libsmutil/libsmutil.a: No such file or directory cc: /usr/src/lib/libsm/libsm.a: No such file or directory *** Error code 1 What am I doing wrong? Thanks, Nick