Gearman installed on linux server, but not able to execute gearman commands

535 views Asked by At

Iam new to Gearman and I have followed the procedure to install Gearman as suggested in How to install Gearman with PHP Extension.

Installation procedure at the end displayed a message that Gearman has been successfully installed but when Iam executing command to start Gearman it is saying command not found.

command: gearmand -d
bash: gearmand: command not found

Message displayed post completion of installation is:

Build process completed successfully
Installing '/usr/lib64/php/5.5/modules/gearman.so'
install ok: channel://pecl.php.net/gearman-1.1.2

Upon recheck installation it is clearly saying gearman is installed

pecl/gearman is already installed and is the same as the released version 1.1.2
1

There are 1 answers

0
palik On

pecl/gearman uses libgearman library to provide API for communicating with gearmand, and writing clients and workers.

gearmand is a daemon, which is not a part of pecl/gearman, and should be installed separately.