Bug 81360

Summary: needed to add -I/usr/kerberos/include to rebuild postfix
Product: [Retired] Red Hat Raw Hide Reporter: Jonathan Kamens <h1k6zn2m>
Component: postfixAssignee: John Dennis <jdennis>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: chris.ricker
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-05-20 04:55:28 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:

Description Jonathan Kamens 2003-01-08 15:09:30 UTC
I downloaded the current postfix SRPM from Raw Hide, enable LDAP in its spec
file, and attempted to rebuild it.  I got errors about the compiler being unable
to find krb5.h.  I fixed this by adding "-I/usr/kerberos/include" after
"-I/usr/include/openssl" in the %if %{TLS} section of the spec file; I don't
know if this was the "best" fix, but it worked.

Comment 1 Chris Ricker 2003-05-20 04:55:28 UTC
This appears fixed to me. 2.0.6-2 (current rawhide) builds for me with LDAP
support just fine....