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.
*** This bug has been marked as a duplicate of 82369 ***
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.