problem building sendmail+sasl FIXED

2005-09-24 Thread Michael Wang
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]"

problem building sendmail+sasl FIXED

2005-05-13 Thread Robert Huff
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

Re: problem building sendmail+sasl

2005-05-12 Thread Karol Kwiatkowski
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

problem building sendmail+sasl

2005-05-12 Thread Robert Huff
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