Re: compiling nginx from sources and including xslt sources

2016-02-05 Thread Maxim Dounin
Hello! On Thu, Feb 04, 2016 at 01:50:00PM -0500, orglee wrote: > 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. Refer to the library docs to find out how to compile them and insta

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 Maxim Dounin
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 > > ./conf

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

Re: compiling nginx from sources and including xslt sources

2016-02-04 Thread Maxim Dounin
Hello! On Thu, Feb 04, 2016 at 10:36:38AM -0500, orglee wrote: > 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. [...] > --with-ld-opt="-I/opt/src/nginx/libxml-2.

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