ID:1780957
 
Wondering since I'm gonna get 64-bit Centso, but I've had problems with DD launching due to "libs" issues - either outdated OR incompatibility issues.

And is there a guide with preferred distro installation around to help me with these errors?

Lastly, which VPS/DS is best these days?

Thanks.
#!/bin/bash

VER="506"
FULLVER="506.1247"
dpkg --configure -a;
apt-get update;
apt-get install zip unzip htop build-essential lib32stdc++6;
cd ~;
wget byond.com/download/build/$VER/$FULLVER\_byond_linux.zip;
unzip $FULLVER\_byond_linux.zip;
cd byond;
make install;
DreamDaemon -version;
There's tons of info on the internet and in this section about that.

And "which is best" is best for you to google.