The --with-ld-opt option is used when calling linker. It makes no
sense to use “-I” there. If you want to set include paths,
consider using --with-cc-opt instead.
(…)
checking for libxslt … not found
checking for libxslt in /usr/local/ … not found
checking for libxslt in /usr/pkg/ … not found
checking for libxslt in /opt/local/ … not found
./configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the
libraries.
On Thu, Feb 04, 2016 at 12:55:43PM -0500, orglee wrote:
I’m still getting:
(…)
checking for libxslt … not found
checking for libxslt in /usr/local/ … not found
checking for libxslt in /usr/pkg/ … not found
checking for libxslt in /opt/local/ … not found
./configure: error: the HTTP XSLT module requires the libxml2/libxslt
libraries. You can either do not enable the module or install the libraries.
That’s because there are no libxml2/libxslt libraries available
via the paths you’ve specified. Note that you need libraries to
be built and installed, just a source code won’t work - nginx
doesn’t know how to compile libxml2/libxslt for you.