-
Notifications
You must be signed in to change notification settings - Fork 34
Can not compile libtango on Ubuntu 16 using libzmq3-dev package from apt #273
Comments
I have the same problem for debian 9 (stretch). |
@jkotan did the workaround work out for you? |
Sorry, I've tried. I have switched with my tests from |
I mean good point on adapter pattern |
Is that the offical zeromq API you are using? The socket type from https://github.com/zeromq/libzmq is void*. |
For now only zmq 4.0.5 is officially supported. |
Well, as far as I remember. We are actually using https://github.com/zeromq/cppzmq which is not pure libzmq I believe, but a binding |
@andygotz Does that mean the debian package is doing it wrong as it uses zmq 4.2.x? Also 707f28e seems to be included in the tango 9.2.5a package which hints at some zmq 4.2.x support? Is exactly 4.0.5 required or would 4.0.8 also work? The reason I'm asking is that I'm currently trying to get tango9 working on debian stretch, from source, and are a bit confused about the requirements. |
@t-b the situation is even more complicated. I just checked on Ubuntu 17.10 and here tango is using libzmq.so.5.1.1 and works. So apparently my statement that tango has been tested only with 4.0.0 of zmq is not true. At least it works with more recent versions like 5.1.1. This does not mean it works with all recent versions. Let us know if it works with zmq 4.0.8. |
#421 addresses this issue. |
Error message
libzmq3-dev 4.1.4-7
The text was updated successfully, but these errors were encountered: