compiling nginx from sources and including xslt sources

Maxim Dounin mdounin at mdounin.ru
Thu Feb 4 18:34:32 UTC 2016


Hello!

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.

-- 
Maxim Dounin
http://nginx.org/



More information about the nginx mailing list