From rsimmons@mail.wlcg.com  Fri Aug 24 12:09:03 2001
Return-Path: <rsimmons@mail.wlcg.com>
Received: from mail.wlcg.com (mail.wlcg.com [198.92.199.5])
	by hub.freebsd.org (Postfix) with ESMTP id 61DEA37B403
	for <freebsd-gnats-submit@freebsd.org>; Fri, 24 Aug 2001 12:09:03 -0700 (PDT)
	(envelope-from rsimmons@mail.wlcg.com)
Received: (from root@localhost)
	by mail.wlcg.com (8.11.6/8.11.6) id f7OJ92k14460
	for freebsd-gnats-submit@freebsd.org; Fri, 24 Aug 2001 15:09:02 -0400 (EDT)
	(envelope-from rsimmons)
Received: (from rsimmons@localhost)
	by mail.wlcg.com (8.11.6/8.11.6) id f7OJ91w14452;
	Fri, 24 Aug 2001 15:09:01 -0400 (EDT)
	(envelope-from rsimmons)
Message-Id: <200108241909.f7OJ91w14452@mail.wlcg.com>
Date: Fri, 24 Aug 2001 15:09:01 -0400 (EDT)
From: Rob Simmons <rsimmons@mail.wlcg.com>
Reply-To: Rob Simmons <rsimmons@mail.wlcg.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: sendmail.h includes a sasl.h that does not exist
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30051
>Category:       bin
>Synopsis:       sendmail.h includes a sasl.h that does not exist
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gshapiro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 24 12:10:08 PDT 2001
>Closed-Date:    Mon Sep 10 11:06:30 PDT 2001
>Last-Modified:  Mon Sep 10 11:06:55 PDT 2001
>Originator:     Rob Simmons
>Release:        FreeBSD 4.4-RC i386
>Organization:
>Environment:
System: FreeBSD mail 4.4-RC FreeBSD 4.4-RC #0: Tue Aug 21 19:07:27 EDT 2001
rsimmons@mail:/usr/obj/usr/src/sys/WASABI i386


	
>Description:
src/contrib/sendmail/src/sendmail.h tries to include sasl.h which does not
exist.  This is in the most recent version of sendmail, 8.11.6

This happens when SASL support is setup in /etc/make.conf  with these options:
SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL
SENDMAIL_LDFLAGS=-L/usr/local/lib
SENDMAIL_LDADD=-lsasl
>How-To-Repeat:
See description
>Fix:
Maybe change the sasl.h include to point to sfsasl.h?  I'm not sure if this
is correct, I'm not a sendmail expert :)
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->gshapiro 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Aug 25 14:33:03 PDT 2001 
Responsible-Changed-Why:  
Over to the sendmail maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30051 
State-Changed-From-To: open->feedback 
State-Changed-By: gshapiro 
State-Changed-When: Sat Aug 25 14:37:46 PDT 2001 
State-Changed-Why:  
sasl.h is supposed to come with the SASL library.  You haven't properly 
installed the cyrus-sasl port. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30051 
State-Changed-From-To: feedback->closed 
State-Changed-By: gshapiro 
State-Changed-When: Mon Sep 10 11:06:30 PDT 2001 
State-Changed-Why:  
User error. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30051 
>Unformatted:
