From d1e88db71e5ab69055545e815f23e7657b1be48d Mon Sep 17 00:00:00 2001 From: Nick Chiu Date: Tue, 14 Sep 2021 18:37:29 +0200 Subject: [PATCH] add hint from cmb69 --- content/installation/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/installation/_index.md b/content/installation/_index.md index fa1c313..ce6da6b 100644 --- a/content/installation/_index.md +++ b/content/installation/_index.md @@ -23,7 +23,9 @@ You can find the DLLs on PECL as well. If you experience an error similar to thi ``` The procedure entry point rd_kafka_abort_transaction could not be located in the dynamic library librdkafka.dll ``` -This can happen if an old version of `librdkafka.dll` is packaged during the PECL build. +1. Most likely you have an outdated version of `librdkaka` in use. Note that `librdkaka.dll` needs to be in the `PATH`. +putting it in the ext/ directory does not make it available. Be sure to overwrite any previous versions. +2. This can also happen if an old version of `librdkafka.dll` is packaged during the PECL build. You can download newer versions of the `librdkafka.dll` [here](https://www.nuget.org/packages/librdkafka.redist) You can find the DLLs in the `runtimes` sub-folder.