docs/112752: Online documentation for enabling SMTP auth has error
Gregory Neil Shapiro
gshapiro at FreeBSD.org
Thu Jun 14 16:01:23 UTC 2007
Synopsis: Online documentation for enabling SMTP auth has error
State-Changed-From-To: open->feedback
State-Changed-By: gshapiro
State-Changed-When: Thu Jun 14 15:57:00 UTC 2007
State-Changed-Why:
I too build my sendmail using '-I/usr/local/include/sasl' and it works
just fine. I'm using cyrus-sasl-2.1.22 from the ports system and the
include files are installed under /usr/local/include/sasl/:
> cd /usr/local/include/sasl/
> ls -l
total 102
-r--r--r-- 1 root wheel 1368 Jul 30 2006 hmac-md5.h
-r--r--r-- 1 root wheel 1442 Jul 30 2006 md5.h
-r--r--r-- 1 root wheel 1007 Jul 30 2006 md5global.h
-r--r--r-- 1 root wheel 7273 Jul 30 2006 prop.h
-r--r--r-- 1 root wheel 49845 Jul 30 2006 sasl.h
-r--r--r-- 1 root wheel 32920 Jul 30 2006 saslplug.h
-r--r--r-- 1 root wheel 2648 Jul 30 2006 saslutil.h
The only way -I/usr/local/include will work instead is if you did
one of the following:
1. Installed cyrus-sasl in a customized fashion.
2. Instead of using -DSASL, you used -DSASL=2 or -DSASL=20000 (or higher)
Responsible-Changed-From-To: freebsd-doc->gshapiro
Responsible-Changed-By: gshapiro
Responsible-Changed-When: Thu Jun 14 15:57:00 UTC 2007
Responsible-Changed-Why:
I too build my sendmail using '-I/usr/local/include/sasl' and it works
just fine. I'm using cyrus-sasl-2.1.22 from the ports system and the
include files are installed under /usr/local/include/sasl/:
> cd /usr/local/include/sasl/
> ls -l
total 102
-r--r--r-- 1 root wheel 1368 Jul 30 2006 hmac-md5.h
-r--r--r-- 1 root wheel 1442 Jul 30 2006 md5.h
-r--r--r-- 1 root wheel 1007 Jul 30 2006 md5global.h
-r--r--r-- 1 root wheel 7273 Jul 30 2006 prop.h
-r--r--r-- 1 root wheel 49845 Jul 30 2006 sasl.h
-r--r--r-- 1 root wheel 32920 Jul 30 2006 saslplug.h
-r--r--r-- 1 root wheel 2648 Jul 30 2006 saslutil.h
The only way -I/usr/local/include will work instead is if you did
one of the following:
1. Installed cyrus-sasl in a customized fashion.
2. Instead of using -DSASL, you used -DSASL=2 or -DSASL=20000 (or higher)
http://www.freebsd.org/cgi/query-pr.cgi?pr=112752
More information about the freebsd-doc
mailing list