Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

./SpookyGhostsDotCom: error while loading shared libraries: libsteam_api.so: cannot open shared object file: No such file or directory

nevermind I fixed it, so in linux:

chmod +x SpookyGhostsDotCom

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$(pwd)

export LD_LIBRARY_PATH

./SpookyGhostsDotCom

I have the same problem in Manjaro, but I can't figure out how to apply your fix. :(