13 Oct
2005
13 Oct
'05
11:10 a.m.
Christian Meutes <christian.meutes@de.clara.net> wrote:
it seems that freeradius has problems with running MySQL with linuxthreads, when compiling MySQL with native pthreads then its running. I dont know why this makes problems only with freeradius, other applications are running just fine with MySQL and linuxthreads...
If those applications aren't multi-threaded, there's no problem. FreeRADIUS, however, uses pthreads as it's threading library. I'm not at all surprised that mixing two threading models would break an application. I am surprised that linuxthreads have anything to do with problems on FreeBSD, though. Alan DeKok.