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

This was part of what I was doing wrong, and led me to the
rest.
Thanks.

Robert Huff
___
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

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/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 [EMAIL PROTECTED]


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
 SENDMAIL_LDFLAGS=-L/usr/local/lib
 SENDMAIL_LDADD=-lsasl2
 
   to /etc/make,conf

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

Sorry for the luck of details, I wrote that many months ago, but it
should give you a point to start.


Regards,

Karol

-- 
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]