comparison xml/en/docs/configure.xml @ 2277:4ad2cf470ed8

Updated OpenSSL and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 15 Nov 2018 19:09:33 +0300
parents 224ca9f697a5
children aba11629abbf
comparison
equal deleted inserted replaced
2276:2fa3c989e8ba 2277:4ad2cf470ed8
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="14"> 11 rev="15">
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.
1177 <literal>--with-pcre=<value>path</value></literal> 1177 <literal>--with-pcre=<value>path</value></literal>
1178 </tag-name> 1178 </tag-name>
1179 <tag-desc> 1179 <tag-desc>
1180 sets the path to the sources of the PCRE library. 1180 sets the path to the sources of the PCRE library.
1181 The library distribution (version 1181 The library distribution (version
1182 4.4&mdash;8.41) needs to be downloaded from the 1182 4.4&mdash;8.42) needs to be downloaded from the
1183 <link url="http://www.pcre.org">PCRE</link> site and extracted. 1183 <link url="http://www.pcre.org">PCRE</link> site and extracted.
1184 The rest is done by nginx’s <command>./configure</command> and 1184 The rest is done by nginx’s <command>./configure</command> and
1185 <command>make</command>. 1185 <command>make</command>.
1186 The library is required for regular expressions support in the 1186 The library is required for regular expressions support in the
1187 <link doc="http/ngx_http_core_module.xml" id="location"/> directive 1187 <link doc="http/ngx_http_core_module.xml" id="location"/> directive
1304 ./configure 1304 ./configure
1305 --sbin-path=/usr/local/nginx/nginx 1305 --sbin-path=/usr/local/nginx/nginx
1306 --conf-path=/usr/local/nginx/nginx.conf 1306 --conf-path=/usr/local/nginx/nginx.conf
1307 --pid-path=/usr/local/nginx/nginx.pid 1307 --pid-path=/usr/local/nginx/nginx.pid
1308 --with-http_ssl_module 1308 --with-http_ssl_module
1309 --with-pcre=../pcre-8.41 1309 --with-pcre=../pcre-8.42
1310 --with-zlib=../zlib-1.2.11 1310 --with-zlib=../zlib-1.2.11
1311 </programlisting> 1311 </programlisting>
1312 </para> 1312 </para>
1313 1313
1314 <para> 1314 <para>