26 Jun
2008
26 Jun
'08
9:29 a.m.
Umar wrote:
Thanks for your reply. After using 2.0.5 problem is solved but there is another problem and that is rlm_eap_tls
checking for OpenSSL support... no ... I have installed openssl from sunfreeware.com and the path is (/usr/local/ssl). I don't know why freeradius did not found ssl library.
Because it is a *compiler* issue, and not a *freeradius* issue. You put SSL into a place where the compiler and/or dynamic linker can't find it. You likely need to add /usr/local/ssl to the dynamic linker path. See "man crle". Alan DeKok.