On Wed, Mar 06, 2002 at 10:02:51AM -0600, Paul Crittenden wrote: > I have a system running Suse Linux 7.1. I am currently running freeradius > 0.3 with no problems. Because of the CERT advisory concerning RADIUS issues > with 0.3 I was going to upgrade to 0.4. When I try to compile it I get the > following errors: > > Making static dynamic in rlm_x99_token... > gmake[6]: Entering directory > `/home/pdc/freeradius-snapshot-20020306/src/modules > /rlm_x99_token' > gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -Wall -D_GNU_SOURCE -g > -Wsha > dow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings > -Wstrict-prototypes > -Wmissing-prototypes -Wmissing-declarations -Wnested-externs > -I../../include -I > /usr/include -c x99_rlm.c -o x99_rlm.o > In file included from x99_rlm.c:44: > x99.h:27: openssl/des.h: No such file or directory
should have been detected at configure time > In file included from x99_rlm.c:52: > /usr/include/netinet/in.h:146: warning: `INADDR_ANY' redefined > ../../include/missing.h:73: warning: this is the location of the previous > defini > tion > /usr/include/netinet/in.h:150: warning: `INADDR_NONE' redefined > ../../include/missing.h:81: warning: this is the location of the previous > defini > tion not good. Anyway, just rm -rf src/modules/rlm_x99_token and things should go well. /fc - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
