radiodan / radiodan-skeleton

A small skeleton application for getting started with Radiodan
http://radiodan.net/
2 stars 2 forks source link

Skeleton won't start without ZeroMQ libraries present #1

Open pixelblend opened 8 years ago

pixelblend commented 8 years ago

We need to add something to the post-install and README detailing the common installation methods.

The 4.X libs are default in ubuntu, so hopefully this'll be straight-forward.

pixelblend commented 8 years ago

I copied the zeromq lib from brew install zmq, and I got this error:

panic: zmq4 was installed with ZeroMQ version 4.0.5, but the application links with version 4.1.4

Should we recompile the osx module with the latest zmq libaries in homebrew? I realise this is a moving target.

andrewn commented 8 years ago

So does the version of libzmq need to match the version the broker was compiled with exactly?

If you can upload a version of the OS X broker compiled using the latest zmq in homebrew and upload to broker/releases that'd be great.

Then I'll republish the NPM wrapper and update the Readme/postinstall message with specific instructions for the various platforms.

Something like?

radiodan-broker requires the zeromq libraries to be installed.

You can install on your platform:
 OS X: brew install zmq
 Raspbian/Debian/Ubuntu: sudo apt-get install libzmq3 libzmq3-dev