microsoft/Multiverso

include path error

wanggaohang opened this issue · 2 comments

after builder as README said
run ./multiverso_server
ERROR:
error while loading shared libraries: libzmq.so.5: cannot open shared object file: No such file or directory

please make sure that your zmq library has been compiled.

feiga commented

@wanggaohang If you follow the step as README to build, the shared object file libzmq.so.5 should be in folder $multiverse_folder/third_party/lib. You can follow this guild to solve this problem. Hope this helps.