-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on Debian 9.2 #64
Comments
Same issue here on Ubuntu 17.04: crashes on |
Taking this a bit further I've forked another fork of this to update the underlying submodules |
As a temporary fix, one can install the gem by telling GCC to ignore deprecated declarations:
|
Same problem in Ubuntu 18.04 but the workaround by @malin-as works. |
As noted above, this problem is actually one in the |
When installing there's deprecation error:
Using --with-system-libs build option doesn't help, the result is error when requiring the gem:
rbczmq-089bb0029c35/lib/rbczmq_ext.so: undefined symbol: zmutex_new
The text was updated successfully, but these errors were encountered: