Gary Barnden <[EMAIL PROTECTED]> wrote: > However, the following is more disturbing. > > --- SNIP FROM ./make > gcc -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual > -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes > -Wmissing-declarations -Wnested-externs -I../.. -I../../../../include -c > rlm_eap_md5.c -o rlm_eap_md5.o > In file included from eap_md5.h:4, > from rlm_eap_md5.c:29: > ../../eap.h:12: ltdl.h: No such file or directory > In file included from ../../eap.h:19,
Arg. The rlm_eap module is completely broken, and won't even compile. It should be removed from the 0.4 tar file. > /usr/include/netinet/in.h:271: warning: `INADDR_NONE' redefined > ../../../../include/missing.h:70: warning: this is the location of the > previous definition > gmake[9]: *** [rlm_eap_md5.o] Error 1 The order of the header files included in 'eap.h' is also broken. The system include files should come before the freeradius/configure magic fixups. I will try to see if I can fix it for the 0.5 release. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
