Le ven. 30 déc. 2022 à 17:12, Diederik de Haas <[email protected]> a écrit :
> On Fri, 11 Nov 2022 15:59:38 +0100 Jan Mojzis <[email protected]> > wrote: > > currently, > > nginx and all modules distributed with it are compatible with PCRE2. > > > > The last problem is with the libnginx-mod-http-lua module, > > which PCRE2 does not support. > > Issue here: https://github.com/openresty/lua-nginx-module/issues/1984 > <https://github.com/openresty/lua-nginx-module/issues/1984> > > Is it possible to have only libnginx-mod-http-lua (? not sure if that's > the > exact right one) depend on pcre3, while the rest depends on pcre2? > Right now nginx-core depends on pcre3 (and not pcre2?!?), while IIUC > that's > not needed (or possibly even incorrect?). > It seems there is a workaround that makes it possible to link nginx to pcre2 yet link lua-nginx-module to pcre. I'll try that instead of using pcre3, which was a bad decision. Jérémy

