luapower / support

Luapower support forum
0 stars 1 forks source link

ngx.re doesn't work on windows #14

Open brynne8 opened 2 years ago

brynne8 commented 2 years ago

I'm using nginx from luapower and trying ngx.re to match string. In error log:

lua entry thread aborted: runtime error: ./ngx\re.lua:47: missing declaration for symbol 'ngx_http_lua_ffi_exec_regex'
capr commented 2 years ago

If you go to luapower.com you'll see that all the nginx stuff is in the abandoned section.

This is the web stack that I'm currently working on and which receives all bugfixes and is released more often (once a month or so) https://github.com/allegory-software/allegory-sdk but it doesn't use nginx, it uses a the pure-Lua http server from luapower.

Btw, the SDK focuses on business apps because that's what I'm currently using it for, but most of the components are from luapower and all the fixes will be backported to luapower eventually, but more slowly since luapower is not versioned while the SDK is.