Compiled Game "libGDCpp.so: No such file or directory"

Hi there everyone.

When compiling my project on Ubuntu 14.04LTS I can’t get it to run, receiving:

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

I searched for the problem and looked into various ways to fix it, but to no avail so far. Has anyone encountered this before and knows how to fix it?

libGDCpp.so is present in the compiled game directory, but it does not exist anywhere else and I haven’t found a way to install it a shared library, mostly because I couldn’t find packages it is part of.

Hi,

you need to run the game using the PlayLinux script, not by launching ExeLinux directly.

Amazing, thanks for the quick reply, that totally worked. Thanks again!