"Mark Stout" <[EMAIL PROTECTED]> wrote: > Below are the compilation errors and warnings from a FreeBSD 3.4-RELEASE > system. is there something I need to trweak to get this to compile?
That's a lot of text for only one important error message. The "compiled OK" and warning messages don't cause the build to fail. > /u2/work/radius/freeradius/freeradius-0.4/src/main/threads.c:519: undefined > reference to `sem_post' Look in the list archives for a pointer to a POSIX semaphore library. FreeBSD 3.4 doesn't have one. I think it's available in later versions of FreeBSD, like 4.4. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
