Xinoz Posted March 22, 2015 Share Posted March 22, 2015 Hi there. So, i'm trying to run a MTA:SA 64 bit server for Linux with MySQL, the server itself runs perfectly. The problem is MySQL. When I include the "mta_mysql.so" module it output's this error: wrong ELF class: ELFCLASS32)! Apparently it has something to do with 32 and 64 bit. Could somebody assist me with this problem? Thanks. Link to comment
steadyfi Posted March 22, 2015 Share Posted March 22, 2015 Hi there.So, i'm trying to run a MTA:SA 64 bit server for Linux with MySQL, the server itself runs perfectly. The problem is MySQL. When I include the "mta_mysql.so" module it output's this error: wrong ELF class: ELFCLASS32)! Apparently it has something to do with 32 and 64 bit. Could somebody assist me with this problem? Thanks. wrong ELF class: ELFCLASS32 means it is a 32bit architecture compiled file that will only run on 32bit systems ! You need to search for a 64bit module otherwise it won't work. There is not information about Linux 64bit on the module download page. Edit: Try to run MTA Server 32bit ! It should work then. https://wiki.multitheftauto.com/wiki/In ... _GNU_Linux Link to comment
WhoAmI Posted March 22, 2015 Share Posted March 22, 2015 MySQL module doesn't work on 64 bit Linux. Link to comment
Xinoz Posted March 22, 2015 Author Share Posted March 22, 2015 Thanks @#Steady and @WhoAmI. I hope there comes an 64 bit version of the module in the near future. Link to comment
WhoAmI Posted March 22, 2015 Share Posted March 22, 2015 I don't think so. Better reinstall machine to other 32 bit OS. Link to comment
MIKI785 Posted March 22, 2015 Share Posted March 22, 2015 MySQL module doesn't work on 64 bit Linux. It does, i'm using it myself. Just use 32bit version of MTA server. Link to comment
WhoAmI Posted March 22, 2015 Share Posted March 22, 2015 Oh really it does? Thanks for information, tho. My machine has been always reinstalled to 32 bit OS specially for MySQL in MTA server. Thanks. Link to comment
Xinoz Posted March 23, 2015 Author Share Posted March 23, 2015 I got it working too. Installed 32 bit version of MTA server, but I needed to implement the 32 bit version of libmysql as well, plus some 32 bit libraries. (libmysql 32 bit was a bitch though, atleast to get it working on 64 bit) Link to comment
steadyfi Posted March 23, 2015 Share Posted March 23, 2015 I got it working too. Installed 32 bit version of MTA server, but I needed to implement the 32 bit version of libmysql as well, plus some 32 bit libraries. (libmysql 32 bit was a bitch though, atleast to get it working on 64 bit) Nice to hear that you got it working ! Good job, good luck. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now