Lartza 1 Posted October 3, 2012 Trying to setup a Linux OA server here, but I ended up being stuck unable to start the server. Running ./server to create the profiles ends up with Very old object loaded. Warning Message: Bad file format (). Segmentation fault I've tried running ./server, ./arma2oaserver and everything but it segfaults always. Ubuntu 12.04 32-bit Share this post Link to post Share on other sites
Tom_48_97 493 Posted October 4, 2012 Make a ldd on the server executable to display the dependencies. Make sure your server gets the following packages: glibc gcc-libs libstdc++5 zlib Share this post Link to post Share on other sites