> If this is on i386, have you tried linking and compiling with
> '-pthreads' the native threads support for OpenBSD?

As I recall the problem is not pthreads, freeradius *does* use
pthreads on BSD systems.  The problem is that freeradius uses POSIX
semaphores (sem_init(3) etc.), but BSDI (as of 4.2) and OpenBSD only
have SYSV semaphores (semctl(2), etc).  It's should be possible to use
the SYSV semaphores in freeradius, but I don't know enough about
threads to do the port.

->Spike

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to