On a whim I pulled the source last night and built it on my vanilla NetBSD-1.6 and I didn't have the pthreads problem per se. I get to here:
gcc -g -O2 -Wall -D_GNU_SOURCE -DNDEBUG -I../include -c -o raduse.o raduse.c raduse.c: In function `listnas': raduse.c:95: structure has no member named `ut_tv' raduse.c: In function `fillstruct': raduse.c:154: structure has no member named `ut_tv' raduse.c:186: structure has no member named `ut_tv' raduse.c:195: structure has no member named `ut_tv' gmake[3]: *** [raduse.o] Error 1 gmake[3]: Leaving directory `/users/peter/freeradius-0.8/src/main' gmake[2]: *** [common] Error 1 gmake[2]: Leaving directory `/users/peter/freeradius-0.8/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/users/peter/freeradius-0.8/src' gmake: *** [common] Error 1 *** Error code 2 It built everything up to raduse just fine with no modifications. Lemme noodle through this and see what the snag is... on 11/26/02 9:40 AM, Alan DeKok at [EMAIL PROTECTED] wrote: > Dave Burgess <[EMAIL PROTECTED]> wrote: >> pthreads are installed in NetBSD1.6. The problem was that there is a >> missing #include <pthreads.h> header file reference. I added at line 33. > > Hmm... but the file "radiusd.h" already includes pthread.h, and > rlm_counter.c includes radiusd.h". > > I don't know what's broken, but I'll add the include, and do a few > more touch-ups. > > Alan DeKok. > > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html > - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
