I have built a standalone executable which references my .so object. both are in the same directory. when I try to run executable it gives me the following error:
ld.so.1: myExec: fatal: libMine.so: open failed: No such file or directory
what am I doing wrong?