-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test simple monitor issue #246
Comments
I am having this same issue as well on Ubuntu 20.04 LTS. |
I resolved this issue by doing the following commands found at the URL below. It seems that you must install czmq as well, if you are using zmqpp. The URL: sudo apt-get update sudo apt-get install -y git build-essential libtool pkg-config autotools-dev autoconf automake cmake uuid-dev libpcre3-dev valgrind // only execute this next line if interested in updating the man pages as well (adds to build time): git clone git://github.com/zeromq/libzmq.git git clone git://github.com/zeromq/czmq.git More info can be found at the link. |
Temporary workaround: Comment line 600 and line 606 in
Everything works fine. |
src/tests/test_socket.cpp(600): error: in "socket/test_simple_monitor": check "tcp://0.0.0.0:0" == message.get(1) has failed [tcp://0.0.0.0:0 != tcp://127.0.0.1:44169]
I'm facing this issue.
The text was updated successfully, but these errors were encountered: