-
Notifications
You must be signed in to change notification settings - Fork 111
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
module 'lua_pack' not found #158
Comments
See also: 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:
|
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. |
### Summary Implements binary packing and unpacking of numbers in plain Lua. ### Issues Resolved Fix #158
### Summary Implements binary packing and unpacking of numbers in plain Lua. ### Issues Resolved Fix #158
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?The text was updated successfully, but these errors were encountered: