Re: Nginx won't build with xslt into static linked binary

2023-02-12 Thread Maxim Dounin
Hello! On Sun, Feb 12, 2023 at 05:31:30PM +0100, Kevin Weis via nginx wrote: > Hi, > I aim to build nginx from source, statically linked, and run into issues > when `http_xslt_module` is enabled or I'm building with NJS 0.7.10 > (which also needs xslt). > > I've created a simplified docker bui

Nginx won't build with xslt into static linked binary

2023-02-12 Thread Kevin Weis via nginx
Hi, I aim to build nginx from source, statically linked, and run into issues when `http_xslt_module` is enabled or I'm building with NJS 0.7.10 (which also needs xslt). I've created a simplified docker build to debug this issue at https://git.compilenix.org/CompileNix/docker-nginx-static Th