install Boost headers
debian
apt-get install libboost-all-dev
fedora
yum install boost-devel
install gperf
debian
apt-get install gperf
fedora
yum install gperf
install libevent
debian
apt-get install libevent-dev
fedora
yum install libevent-devel
install uuid
debian
apt-get install uuid-dev
fedora
yum install uuid-devel
install libcloog-ppl0
debian
apt-get install libcloog-ppl-dev
install gearmand and libgearman
wget https://launchpad.net/gearmand/1.2/1.1.11/+download/gearmand-1.1.12.tar.gz
tar -zxvf gearmand-1.1.12.tar.gz
cd gearmand-1.1.12
./configure
make
make install
install pecl-gearman
pecl install gearman
Resources
- http://hasin.me/2013/10/30/installing-gearmand-libgearman-and-pecl-gearman-from-source/
- http://serverfault.com/questions/445904/how-to-install-libboost-devel-on-centos-6-3
- http://serverfault.com/questions/528585/centos-yum-install-libevent-devel-conflict-with-compat-libevent
- http://yupmin.net/install-gearmand-with-php-supervisor