You can try running ldd game_binaryto list out all the libraries it is using.
ldd game_binary
Thank you, Leafo! The ldd list helped me a lot, after grabbing a few extra libraries, the game would start, but then it would crash after the "made with Unity" screen (Amos' solution fixed that, though). Thank you again!