You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2020/03/19 14:33:05 [error] 10356#19508: *1 lua entry thread aborted: runtime error: D:\nginxProject\src\build\build\bin\lua\resty\http.lua:17: no support for 'ngx.re.match': OpenResty was compiled without PCRE support
stack traceback:
coroutine 0:
[C]: in function 'require'
./src/utils/static_concat_req.lua:2: in main chunk, client: 192.168.10.18, server: www.mhool.com, request: "GET /apps HTTP/2.0", host: "www.mhool.com"
The text was updated successfully, but these errors were encountered:
Maybe you can check have you install the PCRE in your machine which built the openresty, and you can use nginx -V 2>&1 | grep -h pcre to see if the PCRE lib path is included.
There is a known issue with 1.15.8.x builds statically linked against libpcre. Try this workaround for now until 1.17.8.x gets a mainstream release: openresty/lua-resty-core#258 (comment)
2020/03/19 14:33:05 [error] 10356#19508: *1 lua entry thread aborted: runtime error: D:\nginxProject\src\build\build\bin\lua\resty\http.lua:17: no support for 'ngx.re.match': OpenResty was compiled without PCRE support
stack traceback:
coroutine 0:
[C]: in function 'require'
./src/utils/static_concat_req.lua:2: in main chunk, client: 192.168.10.18, server: www.mhool.com, request: "GET /apps HTTP/2.0", host: "www.mhool.com"
The text was updated successfully, but these errors were encountered: