[KLUG Members] Kerberos

Jeremy Leonard lists at elite4god.com
Wed Sep 21 13:50:22 EDT 2005


Adam Tauno Williams wrote:

>>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
>
>  
>
Thanks for all the help!

I got it working!

installing openssl-devel fixed the -lcrypto issue

I also had an error with apxs.

ln /usr/sbin/apxs2 /usr/sbin/apsx

fixed that one.

How would one know they needed openssl-devel or any other package in the 
future?

Thanks again!





More information about the Members mailing list