From owner-freebsd-ports Wed Sep 13 15:59:12 2000 Delivered-To: freebsd-ports@freebsd.org Received: from leviathan.inethouston.com (216-118-21-146.pdq.net [216.118.21.146]) by hub.freebsd.org (Postfix) with ESMTP id 305E737B422 for ; Wed, 13 Sep 2000 15:59:09 -0700 (PDT) Received: from dwcjr (dwcjr.inethouston.com [216.118.21.147]) by leviathan.inethouston.com (Postfix) with SMTP id CF87F177EB3; Wed, 13 Sep 2000 18:00:36 -0500 (CDT) Message-ID: <04d401c01dd6$6b765d60$931576d8@inethouston.net> From: "David W. Chapman Jr." To: Cc: Subject: FreeBSD Port: postfix-current-20000531 Date: Wed, 13 Sep 2000 18:00:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org When I compile postfix with SASL which I believe I need for SMTP AUTH, I get this error. Any ideas? c -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_extracted.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_state.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_rewrite.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_map11.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_map1n.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_masquerade.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_out_recipient.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_init.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c cleanup_api.c cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -o cleanup cleanup.o cleanup_out.o cleanup_envelop e.o cleanup_message.o cleanup_extracted.o cleanup_state.o cleanup_rewrite.o cleanup_map11.o cleanup_map1n.o cleanup_masq uerade.o cleanup_out_recipient.o cleanup_init.o cleanup_api.o ../lib/libmaster.a ../lib/libglobal.a ../lib/libutil.a /usr /local/lib/libsasl.a cp cleanup ../libexec [smtpd] cc -DUSE_SASL_AUTH -I/usr/local/include -O -I. -I../include -DFREEBSD4 -c smtpd.c In file included from smtpd.c:286: smtpd.h:15: sasl.h: No such file or directory smtpd.h:16: saslutil.h: No such file or directory *** Error code 1 Stop in /usr/ports/mail/postfix-current/work/snapshot-20000531/smtpd. *** Error code 1 Stop in /usr/ports/mail/postfix-current/work/snapshot-20000531. *** Error code 1 Stop in /usr/ports/mail/postfix-current. *** Error code 1 Stop in /usr/ports/mail/postfix-current. *** Error code 1 Stop in /usr/ports/mail/postfix-current. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message