Cannot install librdkafka #4617
Closed
mateusjunges
started this conversation in
General
Replies: 2 comments 4 replies
-
You should show the full text of the error message you see. If any warning messages are reported before the error, show these too. |
Beta Was this translation helpful? Give feedback.
2 replies
-
This is what I have on my console:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I have a dockerfile that I use to create images to test one of my open source projects. You can find the dockerfile here.
I'm getting an error when installing librdkafka and don't know what to do to fix it. I tried installing it with apk instead of building from source, but then it fails when installing
rdkafka
with pecl.This is the docker build command I'm using:
docker build --progress=plain --no-cache --tag \ mateusjunges/laravel:8.3-v2.3.0-6.0.3-10 \ --build-arg PHP_VERSION=8.3 \ --build-arg LIBRDKAFKA_VERSION=v2.3.0 \ --build-arg EXT_RDKAFKA_VERSION=6.0.3 \ --build-arg LARAVEL_VERSION=10 \ .
I appreciate if you guys could help me with this one.
Beta Was this translation helpful? Give feedback.
All reactions