methodmissing / rbczmq

Ruby extension that wraps the official high level ZeroMQ C API ( http://czmq.zeromq.org/ )
http://github.com/methodmissing/rbczmq
MIT License
125 stars 32 forks source link

Requires libtool-bin on Ubuntu #66

Open qume opened 6 years ago

qume commented 6 years ago

On Ubuntu 16.04 building native extenstion fails on missing libtool.

Fixed with

apt install libtool-bin