Re: compiling nginx from sources and including xslt sources

2016-02-04 Thread orglee
Oh ok I'm dumb. :P Can I somehow specify those library paths to? I really would like to avoid compiling them into directory structure of my current system. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,264346,264359#msg-264359 ___ nginx ma

Re: compiling nginx from sources and including xslt sources

2016-02-04 Thread orglee
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

compiling nginx from sources and including xslt sources

2016-02-04 Thread orglee
Hi, I'm trying to compile nginx from source but despite providing ./configure with --with-ld-opt I can't seem to see it. This is the complete command I'm trying to use. ./configure --prefix=/opt/nginx-1.9.9/conf --sbin-path=/opt/nginx-1.9.9/sbin/nginx --conf-path=/opt/nginx-1.9.9/conf/nginx.conf