Open muuvmuuv opened 2 years ago
Alright, so since NGINX uses PCRE2 now, autoinstall wont work anymore with anything that includes the LUA module. It is now required to include these options to compile it successfully:
--with-ld-opt=-lpcre
--without-pcre2
--with-compat
I checked twice that I had "y" selected on misc module but still it does not appear in the loaded modules:
Anyone else has this issue? Installation process did not print any errors...