Bug 86471
| Summary: | openssl-devel depends on kerberos headers not in standard include path | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Henrik Nordstrom <hno> |
| Component: | openssl | Assignee: | 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: | |||
*** This bug has been marked as a duplicate of 82369 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
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.