Posted March 05, 2018
Hey all folks.
I Need to ask you for some technical help as I am stuck. I am trying to host a server on a linux Debian 9 distribution, 64 bit architecture. Everything is fine if only players connect, however if a dungeon master logs in the server crashes (program goes in stack overflow). My Guess is that nwserver tries to refer to some shared GCC libraries which are in the 64 bit version, as in a server with a 32 bit architecture I didn't witness such a problem and DMs log in just fine (Debian 7, 32 bit).
I already tried both with compatible libraries and a chroot solution, but nwserver keeps on referencing to some libraries that should Be compatible (they are found under the i368 folder) but that return some error. What could I do to host the server? Of course I Need a DM access, and I can't switch to a native 32 bit architecture. If I tried to substitute the hard way the libraries with the Ones that are working from the other server (Debian 7 32 bit) would that cause a mess?
PS: The suspect is libc.so.6, as the error happens when nwserver attempts to read that library
Thank you!
I Need to ask you for some technical help as I am stuck. I am trying to host a server on a linux Debian 9 distribution, 64 bit architecture. Everything is fine if only players connect, however if a dungeon master logs in the server crashes (program goes in stack overflow). My Guess is that nwserver tries to refer to some shared GCC libraries which are in the 64 bit version, as in a server with a 32 bit architecture I didn't witness such a problem and DMs log in just fine (Debian 7, 32 bit).
I already tried both with compatible libraries and a chroot solution, but nwserver keeps on referencing to some libraries that should Be compatible (they are found under the i368 folder) but that return some error. What could I do to host the server? Of course I Need a DM access, and I can't switch to a native 32 bit architecture. If I tried to substitute the hard way the libraries with the Ones that are working from the other server (Debian 7 32 bit) would that cause a mess?
PS: The suspect is libc.so.6, as the error happens when nwserver attempts to read that library
Thank you!