Hi,

I'm trying to build with rabbitmq support, but it's complaining about kafka o_O


$ git clone https://github.com/pmacct/pmacct.git

$ cd pmacct

$ ./autogen.sh

$ ./configure --enable-rabbitmq --enable-jansson

$ make


...

  CC       libdaemons_la-amqp_plugin.lo
amqp_plugin.c: In function 'amqp_cache_purge':
amqp_plugin.c:621:30: error: 'kafkap_kafka_host' undeclared (first use in this 
function)
  ret = p_kafka_produce_data(&kafkap_kafka_host, json_buf, strlen(json_buf));
                              ^
amqp_plugin.c:621:30: note: each undeclared identifier is reported only once 
for each function it appears in
gmake[2]: *** [libdaemons_la-amqp_plugin.lo] Error 1
...


Any ideas on how to get around this, without installing kafka support? :D


Thanks!
Ben
_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to