February 20, 2004
Getting kerberos stuff to compile on RedHat 9
If you see something like /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory when you're trying to compile something using kerberos or openssl on a redhat 9 box you can work around this by using the command export CPPFLAGS=-I/usr/kerberos/include before you do your .configure or other makefile setup. This generally helps the compiler understand how to find the necessary include files.
I'm sure there's some deeper reason or better explanation but RH9 does some funky stuff at times, much like Solaris, but meanwhile tips like this should help you get your stuff compiled.
Meanwhile, anyone out there using imapfilter and care to share their tips?







