May I ask how you were able to fix this problem?
Michael
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Karol Kwiatkowski writes:
> For what it's worth (since nobody replied yet) I've got these in
> make.conf (5.4-RELEASE, 5.2.1-5.3-R previously):
>
> SENDMAIL_CFLAGS+= -I/usr/local/include -DSASL=2
> SENDMAIL_LDFLAGS+= -L/usr/local/lib
> SENDMAIL_LDADD+=-lsasl2
Th
Robert Huff wrote:
> 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
> SEN
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/l