How can I know if ZeroMQ communication is functioning with Fulcrum?
I build Fulcrum in a virtual machine and then move it to my node machine. Within the VM, I installed MacPorts, then built zmq into /opt/local. (FWIW I did have to add the qmake flags)
Yes that warning is a BS message from the OS about the zmq library. 99.99% of the time, it's safe to ignore and yes it should be working if running the binary reveals it uses that version,.
How can I know if ZeroMQ communication is functioning with Fulcrum?
I build Fulcrum in a virtual machine and then move it to my node machine. Within the VM, I installed MacPorts, then built zmq into /opt/local. (FWIW I did have to add the qmake flags)
MacPorts installed zmq 4.3.4 (libzmq.5.2.4.dylib)
The build output included:
On the node machine, zmq 4.3.4 was installed via brew in /usr/local/…
When I launch Fulcrum I see:
Is Fulcrum successfully using ZeroMQ communication? Or is there something else to look for/check?
Thanks