[KLUG Members] Kerberos

Adam Tauno Williams awilliam at whitemice.org
Wed Sep 21 12:46:57 EDT 2005


> I've given up on using PAM. I got it to perform the kerberos query but 
> pam returns un-authenticated.
> I'm now trying to compile mod_auth_krb5 for apache2.
> Here is what I'm getting:
> When I run ./configure I get this:
> checking for gcc... gcc
> checking for C compiler default output... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
....
> 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... yes
> checking gssapi.h presence... yes
> checking for 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 Kerberos4 installation... no
> configure: error: No Kerberos enviroment found

Make sure you have the appropriate development packages installed;
specifically you need the krb5 and OpenSSL devel packages.

awilliam at aleph:~> rpm -q krb5-devel
krb5-devel-1.4-16.4
awilliam at aleph:~> rpm -q openssl-devel
openssl-devel-0.9.7e-3



More information about the Members mailing list