Official TheNotebook Discussion

@lumen said:

./main: error while loading shared libraries: libgo.so.16: cannot open shared object file: No such file or directory

Double check how it is being compiled. I don’t know for sure but this looks like it is expecting a library on the target which doesn’t exist.

When you run the build, do you get any messages or output?