libGDCpp.so - No such file or directory

Not sure if it a bug or have not been fixed in the new version, but after compiling a project in GD 3.3.71 on Ubuntu 14.04 if I try tu run it, I get this error message:
“./ExeLinux: error while loading shared libraries: libGDCpp.so: cannot open shared object file: No such file or directory”

libGDCpp.so is in the directory so I don’t know why do I get this message , where the file should be if not in the same folder as the executable :confused:

You should run the game with GameLinux script. :slight_smile:

Thanks :slight_smile:
Imo, you should name the script runGame or something :laughing:

For help… :smiley:
Go to a folder with the compiled game:

sudo chmod +x ExeLinux

and RUN:

sudo sh GameLinux ExeLinux