-
Notifications
You must be signed in to change notification settings - Fork 2k
failed (/etc/nginx/modules/ngx_http_lua_module.so: undefined symbol: OPENSSL_sk_new_null) #1509
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
Comments
Solved, by installing OpenSSL 1.1.1b in system and compile Nginx v 1.15.12 with modules Lua, and others. But get new error. When run Lua code in conf file: location / { luafile.lua Error: |
Same error message with nginx 1.15.12, think that it is triggered by |
For standard nginx, try to add |
It seems like the initial issue was solved. As for lua-resty-core, you can still disable the |
@thibaultcha am i getting right, that in next versions it will be impossible to include lua-resty as module to standart nginx? also how affects |
@mrPsycho The lua-resty-core library will be a mandatory requirement for this module. That's all. The old CFunction-based API is buggy and slow and we're retiring it. |
After install Lua as dynamic module, and enable in *.conf - error geted.
nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_lua_module.so" failed (/etc/nginx/modules/ngx_http_lua_module.so: undefined symbol: OPENSSL_sk_new_null) in /etc/nginx/nginx.conf:19
nginx: configuration file /etc/nginx/nginx.conf test failed
Nginx v 1.15.10
3rd party modules installed:
pagespeed
memc
srcache
ndk_http_module
set_misc
headers_more
http_js
stream_js
replace_filter
brotli
lua
OpenSSL v 1.0.2g
Ubuntu 16.04
The text was updated successfully, but these errors were encountered: