[zeromq-dev] Two remarks about ZeroMQ 4.1.2
Leonard Michelet
leonard.michelet at openwide.fr
Mon Jul 6 17:25:27 CEST 2015
Hello, I'm upgrading ZeroMQ from 4.0.5 to 4.1.2 on my work project and I would like to report two things :
- I don't have pkg-config in my building environment and I had to add the explicit option "--without-libsodium" otherwise configure script look for pkg-config. I report this because I read that libsodium is disable by default so I'm not sure if it should look for pkg-config anyway.
- I create DEALER server socket with "tcp://*:5555" (or any port) and I have an exception calling "unbind". It seems to be related to https://github.com/zeromq/libzmq/issues/949, but I use a wildcard on the address part whereas example in the github bug report show wildcard on port. So I'm not sure if this case is already fixed but not in the 4.1.2, or not fixed at all.
Anyway, my remarks doesn't prevent me from upgrading ZeroMQ so it's just to try to help ^^
By the way, thank you Pieter for your answer on a previous mail :-)
More information about the zeromq-dev
mailing list