• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

TrinityCore 3.3.5 mysql librarie error

brunolopes

Enthusiast
Hello guys when i compile the latest trinitycore 3.3.5a version it give me an error while opening authserver.exe it says i have the mysql librarie version 5.5.54 on my server folder but that i used the version 5.5.53 to compile the thing is on my cmake this is the directory it has C:/Program Files/MySQL/MySQL Server 5.5/lib/libmysql.lib and i copy past libmysql.lib to my server folder and it gives me that error any clue about how to fix it?
 

Rochet2

Moderator / Eluna Dev
For compiling it needs the .lib
But for server running it needs the .dll, which happens to be in the same folder as the lib.
Make sure your cmake lib path is to the same folder as where you take the dll from.

If the dll still gives an error it is possible that somehow the dll has not been updated/replaced when you have updated or reinstalled your mysql.
Then you can either try the TC provided lib and dll from TC requirements page or try reinstall mysql maybe and be sure to check development libraries if asked on installation.
 
Top