celluloid / dcell

UNMAINTAINED: See celluloid/celluloid#779 - Actor-based distributed objects in Ruby based on Celluloid and 0MQ
http://celluloid.io
MIT License
595 stars 65 forks source link

libzmq 2.0.10 incompatible with ffi-rzmq 0.9.3 #24

Closed christian-schulze closed 12 years ago

christian-schulze commented 12 years ago

Currently attempting to configure DCell on an Ubuntu 11.04 Server install, getting the following error in irb:

1.9.3-p194 :001 > require 'dcell'
Unable to load this gem. The libzmq version 2.0.10 is incompatible with ffi-rzmq.
I, [2012-07-01T17:22:27.930358 #19697]  INFO -- : Shutdown completed cleanly

Gems:

*** LOCAL GEMS ***

bundler (1.1.4)
celluloid (0.10.0)
celluloid-io (0.10.0)
celluloid-zmq (0.10.0)
certified (0.1.0)
dcell (0.10.0)
ffi (1.0.11)
ffi-rzmq (0.9.3)
http (0.2.0)
http_parser.rb (0.5.3)
moneta (0.6.0)
nio4r (0.4.0)
rake (0.9.2.2)
redis (3.0.1)
redis-namespace (1.2.0)
reel (0.0.2)
rubygems-bundler (1.0.3)
rvm (1.11.3.4)

Will try things out on OSX in a few days.

tarcieri commented 12 years ago

I think you need at least 2.2.0

tarcieri commented 12 years ago

This ticket is probably more appropriate on either Celluloid::ZMQ or ffi-rzmq

christian-schulze commented 12 years ago

No worries @tarcieri, I used apt-get to install zmg so will attempt building a later version.

Cheers.