It's an option in the OpenSSL Headers. The problem is that RedHat put the kerberos headers in a nonstandard location (/usr/kerberos/include). This means that you either have to include this location in your header search path or you can use the OPENSSL_NO_KRB5 define from the ssl.h header file to build your app without kerberos support in the ssl library. The latter is usually the easiest.
--Mike On Tue, 2004-01-13 at 09:58, Mauro wrote: > It works.....I mean I received the rlm_eap_tls warning anymore........could > Griego please give me an explanation cause I have been trying all the day > come over the problem ???? > > -----Messaggio originale----- > Da: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] conto di Michael > Griego > Inviato: marted� 13 gennaio 2004 16.49 > A: [EMAIL PROTECTED] > Oggetto: Re: cannot compile rlm_eap_tls module > > > Try doing the following: > > CFLAGS=-DOPENSSL_NO_KRB5 ./configure > > --Mike > > > On Tue, 2004-01-13 at 09:38, Mauro wrote: > > I'm stack on rlm_eap_tls module compiling.......I have red hat enterprise > as > > 3.0 and trying to compile freeradius 0.9.3...also with > > openssl-devel-0.9.7a-20 openssl-0.9.7a-20...running ./configure or > > ./configure --with-openssl-include=/usr/include/openssl ... > > I get: > > configure: warning: snmpget not found - Simultaneous-Use and checkrad.pl > may > > not work > > configure: warning: snmpwalk not found - Simultaneous-Use and checkrad.pl > > may not work > > configure: warning: silently not building rlm_eap_tls. > > configure: warning: FAILURE: rlm_eap_tls requires: (openssl/ssl.h). (but > it > > exists !!!!! in /usr/include/openssl) > > configure: warning: silently not building rlm_krb5. > > configure: warning: FAILURE: rlm_krb5 requires: krb5. > > configure: warning: iodbc headers not found. > > Use --with-iodbc-include-dir=<path>. > > configure: warning: sql submodule 'iodbc' disabled > > configure: warning: oracle headers not found. > > Use --with-oracle-home-dir=<path>. > > configure: warning: sql submodule 'oracle' disabled > > configure: warning: unixODBC headers not found. > > Use --with-unixodbc-include-dir=<path>. > > configure: warning: sql submodule 'unixodbc' disabled > > I went through the newsgroup looking from some kind of > solutions...but....no > > suggestions other the one I tried..... > > I really appreciate any help > > > > > > - > > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > -- > > --Mike > > ----------------------------------- > Michael Griego > Wireless LAN Project Manager > The University of Texas at Dallas > > > > - > List info/subscribe/unsubscribe? See > http://www.freeradius.org/list/users.html > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html -- --Mike ----------------------------------- Michael Griego Wireless LAN Project Manager The University of Texas at Dallas - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

