NB: On CentOS you need to install the php-process package to get the POSIX functions used by this extension.
Requirements
This extension requires the » libgearman library and a running Gearman server.
ajai at bitblit dot net ¶
4 months ago
sharkyan1982 at gmail dot com ¶
7 months ago
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 ¶
3 years ago
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
