When building kong from source in version 3.1.0, thekong-build-tools/openresty-build-tools/kong-ngx-build command fail with this error:
error: unknown type name 'mdb_size_t'
kong-ngx-build run with --resty-lmdb 1.0.0 as requested for this version of Kong, but the issue is that kong-ngx-build do not checkout correct version of submodule lmdb in the lua-resty-lmdb repository.
When building kong from source in version
3.1.0
, thekong-build-tools/openresty-build-tools/kong-ngx-build
command fail with this error:kong-ngx-build
run with--resty-lmdb 1.0.0
as requested for this version of Kong, but the issue is thatkong-ngx-build
do not checkout correct version of submodulelmdb
in the lua-resty-lmdb repository.I opened a PR to fix this issue: https://github.com/Kong/kong-build-tools/pull/644