DavidCai1111/lock.js

Packing is ok,but executable error.

Closed this issue · 3 comments

In Mac osx10.13.3, error :
dyld: Library not loaded: @rpath/libnode.59.dylib
Referenced from: /Users/lihaipeng/projects/test/app.o
Reason: image not found

In Centos 7.4, error:
error while loading shared libraries: libnode.so.59: cannot open shared object file: No such file or directory

I have the same error but on Linux:
./app.o: error while loading shared libraries: libnode.so.64: cannot open shared object file: No such file or directory

added the libnode.so.64 to the LD_LIBRARY_PATH and it worked

@leeeco610 After you install the latest lockjs (npm i -g lockjs), the problem in MacOS should have been solved, and the way to tackle the issue in CentOS has been added to README.