as many people have noticed rhel puts the kerberos headers in /usr/kerberos/includes
for the life of me, I can not recall how to always include that path.
Shouldn't there be an etc file somewhere with a list of paths to include.
Code:
gcc -c -g -O2 -Wall -Wno-unused -D_GNU_SOURCE -I./libedit -DHAVE_CONFIG_H -I. -o tlsutil.o tlsutil.c
In file included from /usr/include/openssl/ssl.h:179,
from tlsutil.c:58:
/usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
In file included from /usr/include/openssl/ssl.h:179,
from tlsutil.c:58: