-
Notifications
You must be signed in to change notification settings - Fork 151
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
nginx 1.9.12 compatibilty ? #23
Comments
@centminmod I failed to reproduce this on my side with the same versions of nginx, ngx_lua, and ngx_lua_upstream. Your output log is incomplete. Will you provide the output lines right above the line |
@agentzh ok here's the log from last run in gist at https://gist.github.com/centminmod/fa4f1d85d215a1a9bca7/raw/385a97ac3c2ce4b69e34c1ffca5ca7547c89638e/nginx_log_errors.md thanks George |
@centminmod Okay, I see what's going on here. Because you built ngx_lua as a DSO module, the ngx_lua_upstream module must also be built as a DSO module since it depends on ngx_lua. |
@centminmod Try replacing |
@agentzh i see - have roadblock with lua-nginx-module as dynamic module at openresty/lua-nginx-module#715 so I guess for now compiling both as non-dynamic is easiest way |
Tried compiling lua-upstream-nginx-module-0.05 and seems to fail on nginx 1.9.12
The text was updated successfully, but these errors were encountered: