This extension requires the » libgearman library and a running Gearman server.
ajai at bitblit dot net (2013-01-16 14:56:33)
NB: On CentOS you need to install the php-process package to get the POSIX functions used by this extension.
sharkyan1982 at gmail dot com (2012-10-22 09:16:17)
When deployment on CentOS_5.8_x64 , you need the following:
1. gcc44
2. boost >=1.39
3. libevent
4. php5.3+
5. update ld.so.conf
Before you start the gearman_1.1.1+.
lphuberdeau at lphuberdeau dot com (2010-01-05 06:24:01)
Installing the pecl extension also required to install development packages for libevent and uuid. Those dependencies were not verified by the configuration step, resulting in rather cryptic errors.
On ubuntu:
sudo apt-get install libev-libevent-dev uuid-dev