Jump to content

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


Guest Kane Hart

Recommended Posts

More info I had a error before like /usr/lib/mysql/libmysqlclient_r.so did not exist so it errored out. I went to /usr/lib/mysql/ and there was a libmysqlclient.so file but not with _r.so

So what I did was the following... cp libmysqlclient.so libmysqlclient_r.so

Compiled fine but did not start fine.... Not sure if it was that or something else.

I'm going to recompile but this time I found a place on the server with that exact file name..

So i did this this time lol

cp /usr/lib/mysql/libmysqlclient_r.so /usr/lib/libmysqlclient_r.so

Comments would be good :P

Link to comment
Share on other sites

going to bed new compile also got this error again :(

[s1wow@s1 bin]$ ls

dbc genrevision mangos-realmd mangos-worldd

[s1wow@s1 bin]$ ./mangos-realmd

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

[s1wow@s1 bin]$

I know so little but I keep googling and trial and erroring but not sure... It sounds like I need to recompile mysql but I can't really without breaking I think the directadmin mysql... Wonder if there is a way to edit config file or if this not even related to that....

help!

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use