Dependencies:
$ aptitude install libtool autoconf automake uuid-dev
Installation commands:
$ git clone https://github.com/zeromq/zeromq3-x.git
$ cd zeromq3-x/
$ ./autogen.sh
$ ./configure
$ make
$ make install
PHP support:
$ git clone git://github.com/mkoppanen/php-zmq.git
$ cd php-zmq/
$ phpize && ./configure
$ make
$ make install
Update php.ini
file:
; ZEROMQ
extension=zmq.so