Re: RLM-EAP-MD5 compilation problem

2008-09-30 Thread Alan DeKok
Andre Dieball wrote: I¹m trying to build a rpm for my CentOS 5.2 system. Everything worked fine the first time, but I need to do it again, as I need to include some special rlm-eap-md5 src files in order to make my freeradius to work with Kobil SecOvid (something similar to RSA SecureID).

RLM-EAP-MD5 compilation problem

2008-09-29 Thread Andre Dieball
Hi there I¹m trying to build a rpm for my CentOS 5.2 system. Everything worked fine the first time, but I need to do it again, as I need to include some special rlm-eap-md5 src files in order to make my freeradius to work with Kobil SecOvid (something similar to RSA SecureID). When I start to

Re: RLM-EAP-MD5 compilation problem

2008-09-29 Thread Stephen Bowman
rlm_eap_md5.c:24:22: error: autoconf.h: No such file or directory rlm_eap_md5.c:31:24: error: rad_assert.h: No such file or directory First, fix your paths/includes to resolve those dependencies. Then see what can't link. Also, compile against 2.1.1 (it won't fix this, but it's better in

Re: RLM-EAP-MD5 compilation problem

2008-09-29 Thread Stephen Bowman
On Mon, Sep 29, 2008 at 1:46 PM, Stephen Bowman [EMAIL PROTECTED] wrote: rlm_eap_md5.c:24:22: error: autoconf.h: No such file or directory rlm_eap_md5.c:31:24: error: rad_assert.h: No such file or directory First, fix your paths/includes to resolve those dependencies. Then see what

Re: RLM-EAP-MD5 compilation problem

2008-09-29 Thread Stephen Bowman
On Mon, Sep 29, 2008 at 2:44 PM, Andre Dieball [EMAIL PROTECTED]wrote: Hi Stephen the files mentioned are not in the list of file (not even in the package) which I need to copy to the freeradius sources, which leads me to the thought, that they might haven been part of freeradius 1.x but

AW: RLM-EAP-MD5 compilation problem

2008-09-29 Thread Andre Dieball
: [EMAIL PROTECTED] im Auftrag von Stephen Bowman Gesendet: Mo 29.09.2008 21:09 An: FreeRadius users mailing list Betreff: Re: RLM-EAP-MD5 compilation problem On Mon, Sep 29, 2008 at 2:44 PM, Andre Dieball [EMAIL PROTECTED] wrote: Hi Stephen the files mentioned