Bug 86471

Summary: openssl-devel depends on kerberos headers not in standard include path
Product: [Retired] Red Hat Linux Reporter: Henrik Nordstrom <hno>
Component: opensslAssignee: Nalin Dahyabhai <nalin>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 9   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 18:52:17 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 Henrik Nordstrom 2003-03-23 11:02:49 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-6.2.1 i586)

Description of problem:
In file included from /usr/include/openssl/ssl.h:179,
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory


The kerberos headers can be found in
/usr/kerberos/include/krb5.h


Version-Release number of selected component (if applicable):
openssl-devel-0.9.7-6

How reproducible:
Always

Steps to Reproduce:
1.Try to compile a C program using OpenSSL, such as this silly dummy program

#include <openssl/ssl.h>
int main(int argc, char **argv) {]


Actual Results:  In file included from /usr/include/openssl/ssl.h:179,
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory


Expected Results:  No error.

Additional info:

Compilation works if /usr/kerberos/include is added to the include path, but
this does not seem right to me.

Comment 1 Joe Orton 2003-03-25 23:27:30 UTC

*** This bug has been marked as a duplicate of 82369 ***

Comment 2 Red Hat Bugzilla 2006-02-21 18:52:17 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.