From 8d29ab3d2c4a1a6e76ad0f27fa5234a2b5e28996 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 24 Dec 2019 11:28:34 +0000 Subject: [PATCH] bindep: Add 'librdkafka-dev' dependency We're seeing the following in our build logs: In file included from confluent_kafka/src/confluent_kafka.c:17:0: confluent_kafka/src/confluent_kafka.h:22:10: fatal error: librdkafka/rdkafka.h: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Resolve this by installing the development headers. Change-Id: Idda79dc87bcd0e3367a6abd1b52104c000ad1dcd Signed-off-by: Stephen Finucane --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index 88e9a89ff..6955b484f 100644 --- a/bindep.txt +++ b/bindep.txt @@ -34,6 +34,7 @@ java-1.8.0-openjdk [platform:rpm amqp1] # kafka dpkg openjdk-8-jdk [platform:dpkg kafka] librdkafka1 [platform:dpkg kafka] +librdkafka-dev [platform:dpkg kafka] # kafka rpm java-1.8.0-openjdk [platform:rpm kafka]