zeromq / rbzmq

Ruby binding for 0MQ

Home Page:http://www.zeromq.org/bindings:ruby

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(RuntimeError)

rajeevkannav opened this issue · comments

gem install zmq
Building native extensions. This could take a while...
ERROR: Error installing zmq:
ERROR: Failed to build gem native extension.

    /home/rajeevkannav/.rvm/rubies/ruby-1.9.2-p290/bin/ruby extconf.rb

checking for zmq.h... no
checking for zmq.h in /opt/local/include,/usr/local/include,/usr/include... no
extconf.rb:36:in `

': Couldn't find zmq library. try setting --with-zmq-dir= to tell me where it is. (RuntimeError)

Gem files will remain installed in /home/rajeevkannav/.rvm/gems/ruby-1.9.2-p290@ss2.0/gems/zmq-2.1.4 for inspection.
Results logged to /home/rajeevkannav/.rvm/gems/ruby-1.9.2-p290@ss2.0/gems/zmq-2.1.4/./gem_make.out

You need to install the ZeroMQ library.

How to install ZeroMQ library. ??