NB: On CentOS you need to install the php-process package to get the POSIX functions used by this extension.
Requerimientos
Esta extensión requiere la librería » libgearman y un servidor Gearman en ejecución.
ajai at bitblit dot net ¶
4 months ago
sharkyan1982 at gmail dot com ¶
6 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
