Hello,
I am trying to install kazoo module.
According to documentation I have installed libraries : librabbitmq,
libjson, libuuid, but It always fails on missing json.h :
CC (gcc) [M kazoo.so] kz_trans.o
In file included from kz_trans.c:53:0:
kz_json.h:12:18: fatal error: json.h: No such file or directory
#include <json.h>
^
compilation terminated.
../../Makefile.rules:97: recipe for target 'kz_trans.o' failed
make[1]: *** [kz_trans.o] Error 1
Makefile:511: recipe for target 'modules' failed
make: *** [modules] Error 1
Can anybody help me ?
BR Jan