Hi,
I was trying to build evo 2.2 and the configure doesn't seem to be
picking up krb5.h files that I have.
I've tried specifying permutations of --with-krb5=/dir/name
and --with-krb5-includes=/blah/include to no avail.
Near as I can tell, the conftest.c does not have any line
like
#include "krb5.h"
so that the routine krb5_init_context() is undefined,
so that it dies in the compilcation step prior to actual linking,
like this snippet from config.log
configure:25806: gcc -o conftest -g -O2 -L/usr/local/lib -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5 conftest.c >&5
/tmp/ccUk0hzn.o(.text+0xd): In function `main':
/home/pasacki/tmp/evolution-2.0.2/conftest.c:67: undefined reference to `krb5_init_context'
collect2: ld returned 1 exit status
[This is on Fedora Core 3, RC 1]
Have I discovered a problem or just misabusing the configuration system?
TIA,
Phil