Closed chaserb closed 1 year ago
luarocks install lua_pack
See also: https://github.com/Kong/lua-pack
manual install is possible too.
Same issue. OpenResty explicitly rejects the use of luarocks for adding packages. I don't seen an opm for lua-pack.
I have to apply the following workaround to solve my production issue:
opm install bungle/lua-resty-session=3.10
openresty does not explicitly reject packages installed with luarocks. I may look in a future of doing binary packing without lua_pack, but for now it is a dependency.
Discovered the following in /usr/loca/openresty/nginx/logs/error.log after newly launched servers started throwing 500 errors in their health checks:
These are the packages I've installed on the servers (Debian 11):
...producing:
Any suggestions on how I should provide the
lua_pack
dependency?