sni / mod_gearman

Distribute Naemon Host/Service Checks & Eventhandler with Gearman Queues. Host/Servicegroups affinity included.
http://www.mod-gearman.org
GNU General Public License v3.0
122 stars 42 forks source link

Worker in Raspberry Pi 4 #161

Closed ljacobo closed 1 year ago

ljacobo commented 2 years ago

Hi,

I am trying to install from source the mod_gearman-4.0.0 but when is configuring, gives me the error:

configure: error: Package requirements (naemon >= 1.2) were not met:

No package 'naemon' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables naemon_CFLAGS
and naemon_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

There is a way to only install the WORKER? I have already running the gearman server with Naemon.

Thanks.

sni commented 2 years ago

It is possible to install the worker only. However, the configure is not smart enough to only build the worker. However, this c worker is deprecated anyway. Better use the new go worker: https://github.com/ConSol/mod-gearman-worker-go/ It uses less ressources and can be build standalone without naemon header files.