13 Mar
2012
13 Mar
'12
7:21 a.m.
On Tue, Mar 13, 2012 at 6:12 PM, David Peterson <davidp@wirelessconnections.net> wrote:
Has anyone seen this error? I am not sure what might be missing:
In file included from rlm_eap_pwd.h:37, from rlm_eap_pwd.c:39: eap_pwd.h:42:24: error: openssl/ec.h: No such file or directory
You didn't mention which version you're compiling. 2.1.12 compiles just fine. Anyway, I'd start on that last line. You're probably missing openssl-devel or something similar (try "yum provides */ec.h") -- Fajar