chuckremes / ffi-rzmq

FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
242 stars 62 forks source link

"The libzmq version 4.0.5 is incompatible with ffi-rzmq." #117

Closed gbirchmeier closed 9 years ago

gbirchmeier commented 9 years ago

(Apologies if this is not the right place for this. I didn't see an alternate support suggestion in the README.)

I'm getting the titled error message in my JRuby Rails project.

Looks like 4.0.5 is the latest stable version of libzmq, while I am using ffi-rzmq-1.0.3, which is the last 1.x version.

Is there an alternate version of libzmq that I should be using?

gbirchmeier commented 9 years ago

I downgraded to libzmq 3.2 and this went away.

I'm guessing the 2.x versions of the gem will use libzmq 4+.