openresty / openresty/lua-nginx-module
ngx_http_lua_module 0.10.27
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 11.8k
- Forks
- 2.1k
- Avg merge
- 6h 1m
- Merged PRs (30d)
- 6
Description
I have already upgraded the ngx_http_lua_module to version 0.10.27, but I am still encountering the error during startup ;failed to load the 'resty.core' module (https://github.com/openresty/lua-resty-core); ensure you are using an OpenResty release from https://openresty.org/en/download.html (reason: /opt/nginx/lualib/resty/core/base.lua:24: ngx_http_lua_module 0.10.27 required)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with /opt/nginx/lualib/resty/core/base.lua:24 and inspect which ngx_http_lua_module version the running NGINX loads, then compare it with the installed resty.core library and the referenced OpenResty release. Done means identifying the version or path mismatch causing the startup error and documenting the compatible setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, lua, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100