16 Oct
2008
16 Oct
'08
6:11 a.m.
wrobel2k wrote:
Hi! Another person but the same problem ;) here is the output: libeap.so: 000304d0 T eap_server_register_methods rlm_eap2-2.1.1.so U eap_server_register_methods So somehow the method is in the libeap but not linked in the rlm. Has anyone an idea to fix that?
The modules link dynamically. There's no reason for libeap.so to be *statically* included in rlm_eap2. What other error are you seeing? Alan DeKok.