Closed schneems closed 9 years ago
@schneems This is related to zeromq installation and not msgpack. The gem downloads and installs zeromq for you if it's not found on your system. Before doing that it checks if the following executables are available : ['libtool', 'autoconf', 'automake']
. These are prerequisites for zeromq installation as documented in their installation page. If we don't find it we fail with an error message. I guess adding this piece of information to the README should do ?
I got the same error (although a failure on autoconf
rather than automake
) despite having autoconf
, libtool
, and automake
installed via homebrew.
After running:
brew unlink autoconf && brew link autoconf
…I was able to get things installed. Hopefully this helps someone else!
Documented this in the README #109
When trying to install the rubygem, it failed until i manually ran brew install. To reproduce, i uninstalled msgpack and zeromq and the gem then tried to reinstall.