Problem with installing librdkafka #4832
Unanswered
sonyvenkatesh97
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get this error when building my Go application on debian (image: golang:1.23.0-bookworm)
/go/pkg/mod/github.com/confluentinc/confluent-kafka-go/[email protected]/kafka/00version.go:44:2: error: #error "confluent-kafka-go requires librdkafka v2.5.0 or later. Install the latest version of librdkafka from the Confluent repositories, see http://docs.confluent.io/current/installation.html" 44 | #error "confluent-kafka-go requires librdkafka v2.5.0 or later
But I also found that the latest version from apk is below that
librdkafka-dev is already the newest version (2.0.2-1).
I think the latest release of their codebase v2.5.0 is not distributed yet for apk. I need someone else to confirm it for me. Or Am I missing something ?
Beta Was this translation helpful? Give feedback.
All reactions