comparison xml/en/docs/configure.xml @ 1749:153a99d25210

Updated versions of PCRE, zlib, and OpenSSL.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 05 Jul 2016 21:47:42 +0300
parents dad548cf5b5f
children d011ffde3760
comparison
equal deleted inserted replaced
1748:be371be7a5c8 1749:153a99d25210
6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd"> 6 <!DOCTYPE article SYSTEM "../../../dtd/article.dtd">
7 7
8 <article name="Building nginx from Sources" 8 <article name="Building nginx from Sources"
9 link="/en/docs/configure.html" 9 link="/en/docs/configure.html"
10 lang="en" 10 lang="en"
11 rev="6"> 11 rev="7">
12 12
13 <section> 13 <section>
14 14
15 <para> 15 <para>
16 The build is configured using the <command>configure</command> command. 16 The build is configured using the <command>configure</command> command.
178 <listitem> 178 <listitem>
179 <para> 179 <para>
180 <literal>--with-pcre=<value>path</value></literal>&mdash;sets 180 <literal>--with-pcre=<value>path</value></literal>&mdash;sets
181 the path to the sources of the PCRE library. 181 the path to the sources of the PCRE library.
182 The library distribution (version 182 The library distribution (version
183 4.4&mdash;8.38) needs to be downloaded from the 183 4.4&mdash;8.39) needs to be downloaded from the
184 <link url="http://www.pcre.org">PCRE</link> site and extracted. 184 <link url="http://www.pcre.org">PCRE</link> site and extracted.
185 The rest is done by nginx’s <command>./configure</command> and 185 The rest is done by nginx’s <command>./configure</command> and
186 <command>make</command>. 186 <command>make</command>.
187 The library is required for regular expressions support in the 187 The library is required for regular expressions support in the
188 <link doc="http/ngx_http_core_module.xml" id="location"/> directive 188 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
247 ./configure 247 ./configure
248 --sbin-path=/usr/local/nginx/nginx 248 --sbin-path=/usr/local/nginx/nginx
249 --conf-path=/usr/local/nginx/nginx.conf 249 --conf-path=/usr/local/nginx/nginx.conf
250 --pid-path=/usr/local/nginx/nginx.pid 250 --pid-path=/usr/local/nginx/nginx.pid
251 --with-http_ssl_module 251 --with-http_ssl_module
252 --with-pcre=../pcre-8.38 252 --with-pcre=../pcre-8.39
253 --with-zlib=../zlib-1.2.8 253 --with-zlib=../zlib-1.2.8
254 </programlisting> 254 </programlisting>
255 </para> 255 </para>
256 256
257 <para> 257 <para>