Bug 81611

Summary: Sendmail rebuild fails because it can't find krb5.h
Product: [Retired] Red Hat Raw Hide Reporter: David Hollis <dhollis>
Component: sendmailAssignee: Florian La Roche <laroche>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2003-01-12 10:56:56 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Tweaked patch that adds kerberos includes to include path none

Description David Hollis 2003-01-11 04:27:05 UTC
Description of problem:
Attempting to rebuild sendmail-8.12.6-5 SRPM after having updated to
openssl-0.9.7-1 and krb5-1.2.7-3 fails compiling because it can not find krb5.h.
 I don't know how it was handled in the past, but the /usr/kerberos/include
directory is not included in the path causing the failure.  And for that matter,
krb5-devel is not listed as a BuildReq.  The resolution is to add the
/usr/kerberos/include to the include path (I added it to the
sendmail-8.12.2-redhat.patch) which allows compilation to complete successfully.
 A better longterm solution may be to use the pkg-config for openssl to get the
CFLAGS.

Version-Release number of selected component (if applicable): 8.12.6-6

Comment 1 David Hollis 2003-01-11 04:28:02 UTC
Created attachment 89297 [details]
Tweaked patch that adds kerberos includes to include path

Comment 2 Florian La Roche 2003-01-12 10:56:56 UTC
Nalin has fixed this for the newest rpm. 8.12.7-1 should be in rawhide soon.

greetings,

Florian La Roche