-
Notifications
You must be signed in to change notification settings - Fork 2k
Nginx 组合兼容编译太难了 #1884
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
5月 29 03:54:08 localhost.localdomain nginx[18049]: nginx: [alert] 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 |
It's better to use the tarball below to build openresty/nginx, because it has applied many patches. |
It's so hard to compile, in fact, we need some other moduls, e.g. geo or brotli and so on. |
you can add other modules as well. |
we don't want to use openresty-nginx,we use nginx.org/nginx..., this error was appeared since version lua-nginx-module-0.10.15 |
从模块lua-nginx-module-0.10.15这个版本开始出错的,以前的版本没有这个问题... |
can not find luajit directory in the configure command. |
same problem. nginx: 1.21.2
|
resloved by #1533 (comment) |
我倒是组合编译成功了,毕竟就依赖一个luajit, 我遇到无解的是,不能静态链接libc, 因为gcc对静态链接会剔除动态符号表,导致nginx启动后lua报错找不到symbol |
各种NGINX版本编译太难了,升一下级,不是这个找不到SO就是那个找不到,只能固定版本组合
有一种不想用的感觉
The text was updated successfully, but these errors were encountered: