Skip to content

Commit

Permalink
Merge pull request #37 from tarantool/add-static-build-openssl-discla…
Browse files Browse the repository at this point in the history
…imer

Add a note about building static module
  • Loading branch information
filonenko-mikhail authored Jan 21, 2021
2 parents 3764dc3 + 27013d8 commit 7f26cfd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ To install kafka module with builtin librdkafka dependency, use option `STATIC_B
tarantoolctl rocks STATIC_BUILD=ON install kafka
```

Be aware, that this approach doesn't include static openssl.
Instead, it assumes tarantool has openssl symbols exported.
That means, kafka static build is only usable with static tarantool build.

For successful static build you need to compile kafka
against the [same version of openssl](https://github.com/tarantool/tarantool/blob/800e5ed617f7cd352ec597ce16973c7e4cad76c8/static-build/CMakeLists.txt#L11) that tarantool does.

## Usage

Consumer
Expand Down

0 comments on commit 7f26cfd

Please sign in to comment.