"Marcos Prudente" <[EMAIL PROTECTED]> wrote: > I am testing Freeradius with some different platforms, and I'm > having problems to compile it with OpenBSD. I did search the list's > archives, and sounds like Freeradius development won't support it, at > least until OpenBSD's implementation of semaphores change to > POSIX style. Is it right? My unsucessfull test was with OpenBSD 3.0, > GNU make, GCC and Freeradius 0.5. The compilations first abort > because it don't find krb5.h (it acctually exists), and removing some rlm > modeules, it stops with semaphore.h
You can use the semaphore library posted here, or, if you're willing do patch the source to use pthread_mutexes (as in the semaphore library), you can get rid of the semaphores completely. As always, patches are welcome. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
