Hi, time to ask for help.
I am having a segmentation fault <snippet below>. I see a similar crash posted in the lists, usually due to multiple version of openssl installed (which is the case on this machine), so I try various things then finally try not using shared libs. I have these two playing well together on another Linux installation where there is only one openssl installation. Happy to provide more information if it can help. Any thoughts appreciated.
regards Guy Erb
cd openssl-0.9.7e ./config --no-shared --openssldir=/usr/local/ssl
cd ../freeradius-1.0.1
./configure --disable-shared --with-opensll-includes=/usr/local/ssl/include --with-openssl-libraries=/usr/local/ssl/lib --prefix=/usr/local
.....
auth: type "EAP"
Processing the authenticate section of radiusd.conf
modcall: entering group authenticate for request 6
rlm_eap: Request found, released from the list
rlm_eap: EAP/ttls
rlm_eap: processing type ttls
rlm_eap_ttls: Authenticate
rlm_eap_tls: processing TLS
eaptls_verify returned 7
rlm_eap_tls: Done initial handshake
eaptls_process returned 7
rlm_eap_ttls: Session established. Proceeding to decode tunneled attributes.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

