Garrick Staples
2007-Sep-17 17:43 UTC
[CentOS] Compiling mod_webauth on CentOS 5 - krb dependency failure
On Mon, Sep 17, 2007 at 12:43:18PM -0500, mike at securityfolk.com alleged:> Hello all, > > > > When I try to compile the mod_webauth module on CentOS 5, the dependencies > for Kerberos fail. I have the Kerberos libs installed, which is what I > assume it's complaining about. Ideas? Is there an RPM missing? Here's > some of what I found: > > > > [root at localhost webauth-3.5.4]# ./configure > > checking for gcc... gccWhat's with the double spacing?> checking for krb5-config... no >$ yum provides krb5-config ... krb5-devel.i386 1.3.4-49 installed Matched from: /usr/kerberos/bin/krb5-config> [root at localhost webauth-3.5.4]# rpm -qa | grep -i krb > > krb5-libs-1.5-26 > > krb5-libs-1.5-29 > > krb5-server-1.5-29 > > pam_krb5-2.2.11-1 > > pam_krb5-2.2.11-1 > > krb5-workstation-1.5-26You haven't installed krb5-devel. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20070917/9f0173ca/attachment.sig>
mike at securityfolk.com
2007-Sep-17 17:43 UTC
[CentOS] Compiling mod_webauth on CentOS 5 - krb dependency failure
Hello all, When I try to compile the mod_webauth module on CentOS 5, the dependencies for Kerberos fail. I have the Kerberos libs installed, which is what I assume it's complaining about. Ideas? Is there an RPM missing? Here's some of what I found: [root at localhost webauth-3.5.4]# ./configure checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ISO C89... none needed <snip> checking for krb5-config... no checking for library containing res_search... no checking for library containing __res_search... -lresolv checking for library containing crypt... -lcrypt checking for krb5_init_context in -lkrb5... no checking for krb5int_getspecific in -lkrb5support... no checking for library containing pthread_setspecific... -lpthread checking for krb5int_setspecific in -lkrb5support... no checking for krb5_cc_default in -lkrb5... no configure: error: cannot find usable Kerberos v5 library [root at localhost webauth-3.5.4]# However, when I search via rpm, I see: [root at localhost webauth-3.5.4]# rpm -qa | grep -i krb krb5-libs-1.5-26 krb5-libs-1.5-29 krb5-server-1.5-29 pam_krb5-2.2.11-1 pam_krb5-2.2.11-1 krb5-workstation-1.5-26 [root at localhost webauth-3.5.4]# Thanks, Mike. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070917/837e609f/attachment.html>
umair shakil
2007-Sep-18 03:45 UTC
[CentOS] Compiling mod_webauth on CentOS 5 - krb dependency failure
Dear, Have u installed krb-deval package???? if yes then possibblly the reqiuired library is not in that PATH. Regards, Umair Shakil ETd On 9/17/07, mike at securityfolk.com <mike at securityfolk.com> wrote:> > Hello all, > > > > When I try to compile the mod_webauth module on CentOS 5, the dependencies > for Kerberos fail. I have the Kerberos libs installed, which is what I > assume it's complaining about. Ideas? Is there an RPM missing? Here's > some of what I found: > > > > [root at localhost webauth-3.5.4]# ./configure > > checking for gcc... gcc > > checking for C compiler default output file name... a.out > > checking whether the C compiler works... yes > > checking whether we are cross compiling... no > > checking for suffix of executables... > > 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 ISO C89... none needed > > > > <snip> > > > > checking for krb5-config... no > > checking for library containing res_search... no > > checking for library containing __res_search... -lresolv > > checking for library containing crypt... -lcrypt > > checking for krb5_init_context in -lkrb5... no > > checking for krb5int_getspecific in -lkrb5support... no > > checking for library containing pthread_setspecific... -lpthread > > checking for krb5int_setspecific in -lkrb5support... no > > checking for krb5_cc_default in -lkrb5... no > > configure: error: cannot find usable Kerberos v5 library > > [root at localhost webauth-3.5.4]# > > > > However, when I search via rpm, I see: > > > > [root at localhost webauth-3.5.4]# rpm -qa | grep -i krb > > krb5-libs-1.5-26 > > krb5-libs-1.5-29 > > krb5-server-1.5-29 > > pam_krb5-2.2.11-1 > > pam_krb5-2.2.11-1 > > krb5-workstation-1.5-26 > > [root at localhost webauth-3.5.4]# > > > > Thanks, > > Mike. > > > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070918/f0b3a9fd/attachment.html>