problem building sendmail+sasl
From: Robert Huff (roberthuff_at_rcn.com)
Date: 05/12/05
- Previous message: Kirk Strauser: "Re: monitoring and alerting software ????"
- Next in thread: Karol Kwiatkowski: "Re: problem building sendmail+sasl"
- Reply: Karol Kwiatkowski: "Re: problem building sendmail+sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 12 May 2005 13:47:31 -0400 To: questions@freebsd.org
I'm trying to add SASL to sendmail (more accurately, to make it
so it's done as part of the default sendmail build under -CURRENT).
I have:
1) installed cyrus-sasl-2.1.20_1
2) added
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL=2
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl2
to /etc/make,conf
However, when I buildworld I get:
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:134:25: sasl/sasl.h: No such file or directory
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:135:29: sasl/saslutil.h: No such file or directory
In file included from /usr/src/lib/libmilter/../../contrib/sendmail/libmilter/sm_gethost.c:14:
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:134:25: sasl/sasl.h: No such file or directory
/usr/src/lib/libmilter/../../contrib/sendmail/src/sendmail.h:135:29: sasl/saslutil.h: No such file or directory
mkdep: compile failed
*** Error code 1
What have I overlooked?
Robert Huff
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Kirk Strauser: "Re: monitoring and alerting software ????"
- Next in thread: Karol Kwiatkowski: "Re: problem building sendmail+sasl"
- Reply: Karol Kwiatkowski: "Re: problem building sendmail+sasl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]