On Mon, 26 Sep 2005 17:51:59 -0500 (CDT)
John Jetmore <jetmore@???> wrote:
> Testing on CentOS 3.5:
> during make (of testsuite), the following failed:
> gcc -g -O2 -lssl -lcrypto -o bin/client-ssl src/client.c
> It failed to find krb5.h. In the very brief poking I did there
> aren't any packages on CentOS3 (redhat es3) that provide krb5.h.
krb5-devel is the package. It puts the file in /usr/kerberos/include/
krb5.h . Just a word of warning: although I admit I don't fully
understand the compiler toolchain, on RH9/ES3 it seems that /usr/
kerberos/include is not in the system include path and therefore you
need to add it to the include path when compiling stuff. See:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=82369
Tim