I have been compiling mysql all weekend long and no matter how I set it up in OpenBSD 2.9, I cant get it to thread when the server is running. I can get it to run fine and server data but it wont spawn new threads to handle additional incoming requests. The version of mysql is Ver 11.15 Distrib 3.23.40 compiled directly from source... I have pthreads installed, tried that, tried mit-threads (compile breaks) and numerous other command line options... The ports version doesnt work either.. Can anyone point me in the right direction? Anyone have this working?