Project

General

Profile

Actions

Bug #347

closed

configure script fails to clear ssl.h because krb5.h cannot be found

Added by Anonymous about 19 years ago. Updated almost 9 years ago.

Status:
Invalid
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

Description

On Red Hat Enterprise Linux 3, the kerberos include directory is /usr/kerberos/include. Therefore, the configure script incorrectly determines ssl.h cannot be used because when it tries to compile it it fails on the include to krb5.h.

To solve the problem in my case, I added CPPFLAGS="${CPPFLAGS} -I/usr/kerberos/include" when running ./configure, but I don't know if there is a more permanent solution for the configure script to detect the location of the kerberos headers or if its just Red Hat weirdness, but I thought I'd log this in case others with Red Hat run into this problem when trying to build with ssl support.

-- AceGopher

#2

Updated by stbuehler almost 9 years ago

  • Description updated (diff)
  • Status changed from New to Invalid
  • Assignee deleted (jan)
Actions

Also available in: Atom