Install mongrel2 on an exact pangolin?

Maybe a dumb question, but is there a ppa or an easy way to install mongrel2 on the exact pangolin using the package manager? If installing from the source is the best way, that would be nice too, but I would rather keep everything up-to-date with apt-get ...

+3
source share
2 answers

should be warned, there is a small error that stops the sample application working with -sudo. The chroot jail does not include / proc, in which pgm has to be there to check the possibilities, and since libzmq was compiled with --enable-pgm, even if you did not plan to use pgm, you will fall into the trap (just check dmesg).

, , mongrel2, :

$mkdir -p proc && & sudo mount --bind/proc proc

, pgm /proc, .

( https://github.com/zedshaw/mongrel2/issues/78)

+4

tarball. mongrel2 zeromq, apt-get:

apt-get install libzmq-dev

tar .deb apt (.. , - .deb, ). , , . http://www.debian-administration.org/articles/286

0

All Articles