Closed EHadoux closed 8 years ago
@EHadoux I'm seeing the same thing on Ubuntu 16.04 -- did you figure out a fix?
@thomasjm Actually, another library was mentioned somewhere (can't remember if it was here, in the iruby repo or on stackoverflow about this error, sorry :( ) I have installed that one instead of rbczmq and it works ever since. I can't be more precise, I'm on holidays, sorry. As soon as I get back I'll tell you if it's still an issue for you.
@EHadoux I'm still looking for a solution, any chance you're back yet?
Actually nvm! I installed ffi-rzmq
and it worked
I was having the same issue but, like @thomasjm remarked, removing rbczmq and opting for ffi-rzmq solved the issue.
Yes, I should close this issue, my bad.
For posterity: install ffi-rzmq
instead.
I'm having a similar problem, but on Arch Linux. I replacing rbczmq
with ffi-rzmq
but it did not solve the problem. I'm going to try using jRuby and see if that helps.
Hello,
I've installed iruby as indicated at https://github.com/SciRuby/iruby but when I launch the kernel, I have a segfault in rbczmq. I am under Ubuntu.
I suppose it's more a rbczmq problem than an iruby one, right? Thanks!