Date: Fri, 19 Jan 2001 17:06:11 -0800 From: Fred Condo <fred@condo.chico.ca.us> To: questions@freebsd.org Subject: Sendmail in buildworld vs. SASL Message-ID: <812530.979923971@[192.168.1.2]>
next in thread | raw e-mail | index | archive | help
I want to set up authenticated SMTP. So, I installed the cyrus-sasl port, and added the following to make.conf, as suggested in /etc/defaults/make.conf: SENDMAIL_CFLAGS=-I/usr/local/include -DSASL SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl make buildworld dies because the sasl.h header can't be found: In file included from /usr/src/lib/libsmutil/../../contrib/sendmail/libsmutil/strl.c:15: /usr/src/lib/libsmutil/../../contrib/sendmail/src/sendmail.h:114: sasl.h: No such file or directory mkdep: compile failed *** Error code 1 uname -a: FreeBSD XXX 4.2-STABLE FreeBSD 4.2-STABLE #0: Wed Jan 3 12:30:20 PST 2001 root@XXX:/usr/obj/usr/src/sys/XXX i386 Clues & hints appreciated! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?812530.979923971>