Skip to content

Commit 37a5e5b

Browse files
authored
add hint from cmb69 (#12)
1 parent 23eafdd commit 37a5e5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: content/installation/_index.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ You can find the DLLs on PECL as well. If you experience an error similar to thi
2323
```
2424
The procedure entry point rd_kafka_abort_transaction could not be located in the dynamic library librdkafka.dll
2525
```
26-
This can happen if an old version of `librdkafka.dll` is packaged during the PECL build.
26+
1. Most likely you have an outdated version of `librdkaka` in use. Note that `librdkaka.dll` needs to be in the `PATH`.
27+
putting it in the ext/ directory does not make it available. Be sure to overwrite any previous versions.
28+
2. This can also happen if an old version of `librdkafka.dll` is packaged during the PECL build.
2729
You can download newer versions of the `librdkafka.dll` [here](https://www.nuget.org/packages/librdkafka.redist)
2830
You can find the DLLs in the `runtimes` sub-folder.
2931

0 commit comments

Comments
 (0)