Scripting Moderators thisdp Posted July 2, 2016 Scripting Moderators Share Posted July 2, 2016 I use filesystem module on my 64 bit mta server. When I try to load this module, I saw this error message. [11:27:44] MODULE: Unable to load x64/modules/fileSystem_13.so (/home/wwwroot/gameserver/data/public/race_test/x64/modules/fileSystem_13.so: wrong ELF class: ELFCLASS32) How can i deal with it? Link to comment
Noki Posted July 2, 2016 Share Posted July 2, 2016 It's a 32-bit module and will not run on the 64-bit server. Link to comment
Noki Posted July 16, 2016 Share Posted July 16, 2016 Alright, 2 weeks later. I was just setting up a 64-bit server and had the trouble of 32-bit modules. I was wrong sorry and I completely forgot about how you can add architecture on Linux. http://stackoverflow.com/questions/3023 ... -libraries Assuming you're using Debian, those commands will work, but I'm sure you can substitute apt-get for yum if you're using a distro like CentOS. Link to comment
Scripting Moderators thisdp Posted July 17, 2016 Author Scripting Moderators Share Posted July 17, 2016 Alright, 2 weeks later. I was just setting up a 64-bit server and had the trouble of 32-bit modules. I was wrong sorry and I completely forgot about how you can add architecture on Linux.http://stackoverflow.com/questions/3023 ... -libraries Assuming you're using Debian, those commands will work, but I'm sure you can substitute apt-get for yum if you're using a distro like CentOS. I have problem on 32 bit libraries (it crashes my server). Thank you all the same. I have already rewritten a simple dir scanner. 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