You can check dependencies with ldd. Type in console:
ldd your_executable_file
This should list you all required libraries and some of them might be marked as "missing" (or something similar, don't remember exactly :P)