Closed Zorono closed 3 years ago
Where did you put libpawnc.so
? It must be placed in some lib directory well known by ld (/usr/lib
, /usr/local/lib
, etc). I think you also need to run ldconfig
after copying the .so
file into one of those dirs.
There also other ways to tell ld where to look for it, e.g.: LD_LIBRARY_PATH
variable.
Issue description:
Information that could be useful:
/path/to/compiler/bin/pawncc: error while loading shared libraries: libpawnc.so: cannot open shared object file: No such file or directory
Workspace Information: