Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2007 16:01:22 GMT
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        bitbucket63-it@yahoo.com, gshapiro@FreeBSD.org, freebsd-doc@FreeBSD.org, gshapiro@FreeBSD.org
Subject:   Re: docs/112752: Online documentation for enabling SMTP auth has error
Message-ID:  <200706141601.l5EG1MjO003325@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706141601.l5EG1MjO003325>