07-04-2014, 07:48 PM
I suppose you're using one of the compiled binaries from Bearbin's site, http://ci.bearbin.net ? They are probably linked to a newer version of C++ runtime than your OS contains. Generic solutions (not that I know almost nothing about Linux) would be to:
1. Install those newer runtime libraries (may require root, too, so no solution)
2. Compile MCServer on that server from source (requires installation of git, cmake, gcc and g++, if those aren't present, you'd need root, too)
3. Compile MCServer on another machine, link with older C++ runtime
1. Install those newer runtime libraries (may require root, too, so no solution)
2. Compile MCServer on that server from source (requires installation of git, cmake, gcc and g++, if those aren't present, you'd need root, too)
3. Compile MCServer on another machine, link with older C++ runtime