Sounds like you need a vacation. So the configuration is failing but still working and the build works fine - I am under the assumption that it just doesn't build anything that relies on TLS (eap-tls, eap-peap, eap-ttls and the like). When I enable tls in the config (would only make sense to do this if you ignore the output from the configure) freeradius crashes almost immediately.
I tried the last suggestion which is to follow the EAP/TLS howto. So I loaded the openssl that was recommended in that doc - openssl-SNAP-20020227.tar.gz exactly the way it specifies. I then followed the doc as far as the radius installation and configuration except for the fact that I used the pre2 freeradius release rather than the CVS latest. So I assume if I eliminate the configuration problems the crash will go away - Here is what my configuration usage with just error output looks like: Shell>/configure --prefix=/usr/local/radius --with-openssl-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib > output 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_counter. configure: warning: FAILURE: rlm_counter requires: libgdbm. configure: warning: FAILURE: rlm_dbm requires: (ndbm.h or gdbm/ndbm.h or gdbm-ndbm.h) (libndbm or libgdbm or libgdbm_compat). configure: warning: silently not building rlm_dbm. configure: warning: silently not building rlm_eap_sim. configure: warning: FAILURE: rlm_eap_sim requires: libssl. configure: warning: silently not building rlm_eap_tls. configure: warning: FAILURE: rlm_eap_tls requires: libssl. configure: warning: silently not building rlm_eap_peap. configure: warning: FAILURE: rlm_eap_peap requires: libssl. configure: warning: silently not building rlm_eap_ttls. configure: warning: FAILURE: rlm_eap_ttls requires: libssl. configure: warning: silently not building rlm_ippool. configure: warning: FAILURE: rlm_ippool requires: libgdbm. configure: warning: the comm_err library isn't found! configure: warning: silently not building rlm_krb5. configure: warning: FAILURE: rlm_krb5 requires: krb5. configure: warning: silently not building rlm_ldap. configure: warning: FAILURE: rlm_ldap requires: liblber. configure: warning: silently not building rlm_pam. configure: warning: FAILURE: rlm_pam requires: libpam. configure: warning: iodbc headers not found. Use --with-iodbc-include-dir=<path>. configure: warning: sql submodule 'iodbc' disabled configure: warning: mysql headers not found. Use --with-mysql-include-dir=<path>. configure: warning: sql submodule 'mysql' disabled configure: warning: silently not building rlm_sql_postgresql. configure: warning: FAILURE: rlm_sql_postgresql requires: libpq-fe.h libpq. 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 configure: warning: silently not building rlm_x99_token. configure: warning: FAILURE: rlm_x99_token requires: des_cbc_encrypt. Thanks for any help. -----Original Message----- From: Alan DeKok [mailto:[EMAIL PROTECTED] Sent: Friday, June 18, 2004 9:51 AM To: [EMAIL PROTECTED] Subject: Re: eap tls configuration problem "Heath Partington" <[EMAIL PROTECTED]> wrote: > Has the issue where freeradius crashes when tls is enabled due to the > lack of ability to find ssl libraries and includes at configuration time > been fixed? I think you're talking about two separate issues. The server doesn't crash if the "configure" process fails. It doesn't get *built* if the "configure" process fails. Also, many other people have tried -pre1 && -pre2, and don't report those problems. So... are you willing to say what options you're passing to "configure", what version of OpenSSL you have, where it is, and what happens during the "configure" process? Saying "I tried to do stuff and it didn't work" is not particularly helpful. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

