31 May
2005
31 May
'05
4:22 p.m.
Jason Ornstein <jason.ornstein@sybase.com> wrote:
I don't know as the make install fails. I forgot that I have to take out rlm_eap and rlm_otp from src/modules/stable so that make install works. If I don't do that, I get errors like
ld: fatal: library -lrlm_eap_tls: not found
Yeah, that's annoying. It's in the process of being fixed. You can work around it by doing: $ make clean;make RLM_EAP_LINK_MODE=-static And it shuld build & install. Alan DeKok.