Error: "error while loading shared libraries: libstdc++.so.6"

    When install or start SSForge server on Linux, it may display following error:
    "Starting ssforge: ssforge: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory"

    That because your GCC is old version, it's easy to solve according to following steps:

    1. Download "libstdc++6.zip":
        Click to download http://www.ssforge.com/libstdc++6.zip or input following command to download with wget:
        # wget http://www.ssforge.com/libstdc++6.zip

    2. Uncompress and copy files to "/usr/lib/":
        # unzip libstdc++6.zip
        # cp libstdc++.so.6 /usr/lib/libstdc++.so.6
        # cp libstdc++.so.6.0.3 /usr/lib/libstdc++.so.6.0.3