Hi Alan, I just compiled cvs head and it fails because of not updated makefile. here is a patch: Index: src/main/Makefile.in =================================================================== RCS file: /source/radiusd/src/main/Makefile.in,v retrieving revision 1.66 diff -u -r1.66 Makefile.in --- src/main/Makefile.in 16 Apr 2007 10:54:19 -0000 1.66 +++ src/main/Makefile.in 25 May 2007 11:59:34 -0000 @@ -8,7 +8,7 @@ listen.c log.c mainconfig.c modules.c modcall.c \ radiusd.c radius_snmp.c \ session.c smux.c threads.c util.c valuepair.c version.c \ - xlat.c event.c realms.c + xlat.c event.c realms.c evaluate.c SERVER_OBJS += $(SERVER_SRCS:.c=.lo) @@ -137,6 +137,9 @@ xlat.lo: xlat.c $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c xlat.c +evaluate.lo: evaluate.c + $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c evaluate.c + # # Helper programs # Milan Holub holub (at) thenet (dot) ch -------------------------------------- TheNet-Internet Services AG, im Bernertechnopark, Morgenstr. 129 CH-3018, Bern, Switzerland 031 998 4333, Fax 031 998 4330 http://www.thenet.ch http://wlan.thenet.ch --------------------------------------