I want to compile mod_auth_kerb in a windows 2003 OS but I get an error when running configure. Kerberos is installed on c:\kerberos and I'm using cygwin. The error I get is "No Kerberos environment found" see below. My goal is to kerberize apache running on Windows 2003 using mod_auth_kerb. I'm able to get a ticket using kinit within a windows shell. Any clue what else I need to do? Thanks for any help you can provide.
$ ./configure --with-krb5=/cygdrive/c/kerberos --with-krb4=no --with-apache=//cygdrive/c/ptc/Apache checking for gcc... gcc checking for C compiler default output file name... a.exe checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... .exe checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether make sets $(MAKE)... yes checking for main in -lresolv... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking for krb5_init_context in -lkrb5... no checking for krb5_init_context in -lkrb5... (cached) no checking for krb5_init_context in -lkrb5... (cached) no checking for krb5_init_context in -lkrb5... (cached) no configure: error: No Kerberos environment found Rey ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos
