- 积分
- 117977
- 威望
-
- 金钱
-
- 注册时间
- 2009-4-24
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2022-7-19 10:21:35
|
显示全部楼层
-L/usr/local/luajit/lib -Wl,-rpath,/usr/local/luajit/lib -Wl,-E -ldl -lrt -lpthread -lcrypt -L/usr/local/luajit/lib -lluajit-5.1 -lm -ldl -lpcre /root/lnmp1.6/src/openssl-1.1.1d/.openssl/lib/libssl.a /root/lnmp1.6/src/openssl-1.1.1d/.openssl/lib/libcrypto.a -ldl -lpthread -lz \
-Wl,-E
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_regex_free_study_data':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:2017: undefined reference to `pcre_free_study'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_destroy_regex':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:2417: undefined reference to `pcre_free_study'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_compile_regex':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:2272: undefined reference to `pcre_assign_jit_stack'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ngx_re_gmatch':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:829: undefined reference to `pcre_assign_jit_stack'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ngx_re_match_helper':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:362: undefined reference to `pcre_assign_jit_stack'
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_set_jit_stack_size':
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:1952: undefined reference to `pcre_jit_stack_free'
/root/lnmp1.6/src/lua-nginx-module-0.10.14/src/ngx_http_lua_regex.c:1959: undefined reference to `pcre_jit_stack_alloc'
collect2: ld returned 1 exit status
你用的什么系统及版本?
是否修改了编译参数或lnmp.conf,修改了哪些参数?
系统上的pcre版本是否自行升级过? |
|