- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2018-12-28 10:43:52
|
显示全部楼层
回复 5# 的帖子
from /root/lnmp/src/lua-nginx-module-0.10.11/src/ddebug.h:13,
from /root/lnmp/src/lua-nginx-module-0.10.11/src/ngx_http_lua_module.c:11:
/root/lnmp/src/openssl-1.1.1a/.openssl/include/openssl/ssl.h:707:6: note: expected ‘struct SSL_SESSION * (*)(struct ssl_st *, const unsigned char *, int, int *)’ but argument is of type ‘struct SSL_SESSION * (*)(struct SSL *, u_char *, int, int *)’
void SSL_CTX_sess_set_get_cb(SSL_CTX *ctx,
^
cc1: all warnings being treated as errors
make[1]: *** [objs/addon/src/ngx_http_lua_module.o] Error 1
LuaNginxModule 模块版本改成 0.10.13 |
|