<div dir="ltr"><div id="gmail-:s6" class="gmail-Ar gmail-Au gmail-Ao"><div id="gmail-:s2" class="gmail-Am gmail-Al editable gmail-LW-avf gmail-tS-tW gmail-tS-tY" aria-label="Message Body" role="textbox" aria-multiline="true" tabindex="1" style="direction:ltr;min-height:416px">Hello,<br>I'm trying to compile nginx from source code on Windows with xslt support. I followed all of the directions from the official page <a href="http://nginx.org/en/docs/howto_build_on_win32.html">http://nginx.org/en/docs/howto_build_on_win32.html</a> to a tee and it works when I do not specify --with-http_xslt_module<br><div><br></div><div>When specifying --with-http_xslt_module as part of the config, a notification appears indicating that I don't have libxlst/.libxml2 libraries <br><br>checking for libxslt ... not found<br>checking for libxslt in /usr/local/ ... not found<br>checking for libxslt in /usr/pkg/ ... not found<br>checking for libxslt in /opt/local/ ... not found<br><br>auto/configure: error: the HTTP XSLT module requires the libxml2/libxslt<br>libraries. You can either do not enable the module or install the libraries.<br><br>I am using MSYS2 as the official page recommends - the packages for libxml2/libxslt were already installed. I reinstalled them (using the standard package manager pacman) and placed them all over my file system in different places trying to get the configure script to find the libs. When this didn't work I resorted to specifying locations using <span style="color:rgb(0,0,0)">--with-ld-opt= like so<br><br></span>--with-http_xslt_module   --with-ld-opt=-Llibxml2-2.9.10-9  --with-ld-opt=-Llibxslt-1.1.34-4<br><span style="color:rgb(0,0,0)"><br>I also tried many variations of this, -I instead of -L, different paths, etc. to no avail<br><br>How can I get the configure script to see these packages so I can compile from source?</span></div></div></div></div>