Mayday!!!!!!! I need mysql with something called thread support or safe thread on...

Status
Not open for further replies.

Kane Hart

Verified User
Joined
Apr 6, 2006
Messages
12
But I got no clue how to do it. Apparently you need to do it by the source and I tried but no luck in fact I followed these instructions:

http://help.directadmin.com/item.php?id=154

Still get this error on the application im trying to have it work with:

FATAL ERROR: Used MySQL library isn't thread-safe.


The people said this to me:
""""you need build mysql libs at your host with thread support. This is not mangos problem but porblem with your mysql install."""""
 
I check build file in da and it says

./configure --prefix=/usr/local/mysql --with-extra-charsets=all --enable-thread-safe-client \
--enable-local-infile --enable-assembler --with-named-z-libs=not-used --disable-shared \
--enable-static --with-innodb


So I don't know what the hell I'm doing wrong =(
 
Status
Not open for further replies.
Back
Top