Skip to content

add hint from cmb69 #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down