I grabed today's CVS and the problem with "unit16_tn" is fix. There is a warning from "x99_rlm.c" about INADDR_NONE and INADDR_ANY, probably an include order issue. I still had to add "-I/usr/local/ssl/include" to "src/modules/rules.mak" for "openssl/des.h".
Yesterday's snapshot didn't try to build threaded, but for some reason todays did. It failed, as expected, because 4.2 lacks POSIX 1003.1b semaphores. I had previously installed the port of the POSIX semaphores from FreeBSD for at: ftp://ftp.to.gd-es.com/pub/BSDI/sem.tar.bz2 I changed "-lpthreads" in "configure" to "-lsem" (pthread functions are in libc on BSDI 4.X), re-ran "configure", and it build fine with threads. I've yet to do any serious, or really any, testing, but radiusd does at least start up. ->Spike - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
