Bug #347
configure script fails to clear ssl.h because krb5.h cannot be found
| Status: | New | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | jan | % Done: | 0% |
|
| Category: | core | |||
| Target version: | - | |||
| Pending: | Resolution: | |||
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