-
Notifications
You must be signed in to change notification settings - Fork 2k
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
ngx_http_lua_module 0.10.27 #2354
Comments
My installation environment is Debian 11. |
Initially, I used apt for installation and encountered this issue. Later, I manually installed OpenResty 1.25.3.2 from the distribution, but the problem persists. |
lua-nginx-module is not a Lua module |
openresty不是已经自带nginx吗,我需要怎么做 |
我的服务器上安装了单独的nginx但是没有使用,应该是不影响的吧 |
我在编译的时候直接使用的./configure ,是不是需要./configure --prefix=/usr/local/openresty --with-luajit |
You can try the following steps
|
Do I need to download and extract lua-nginx-module-0.10.27.tar.gz, and then rename it to lua-nginx-0.10.27 |
Or where to get the ngx_lua-0.10.27 package from? |
Here is the result of the configure command: should i pay attention to the message: "No source directory found for ngx_lua" message |
No source directory found for ngx_lua |
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)
The text was updated successfully, but these errors were encountered: