comparison xml/en/docs/configure.xml @ 3017:f55e18559df9

Updated OpenSSL and zlib versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 03 Oct 2023 09:57:16 +0100
parents 67dd348c9757
children
comparison
equal deleted inserted replaced
3016:8e7eced98610 3017:f55e18559df9
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="22"> 11 rev="23">
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.
1268 <literal>--with-zlib=<value>path</value></literal> 1268 <literal>--with-zlib=<value>path</value></literal>
1269 </tag-name> 1269 </tag-name>
1270 <tag-desc> 1270 <tag-desc>
1271 sets the path to the sources of the zlib library. 1271 sets the path to the sources of the zlib library.
1272 The library distribution (version 1272 The library distribution (version
1273 1.1.3&mdash;1.2.11) needs to be downloaded from the 1273 1.1.3&mdash;1.3) needs to be downloaded from the
1274 <link url="http://zlib.net">zlib</link> site and extracted. 1274 <link url="http://zlib.net">zlib</link> site and extracted.
1275 The rest is done by nginx’s <command>./configure</command> and 1275 The rest is done by nginx’s <command>./configure</command> and
1276 <command>make</command>. 1276 <command>make</command>.
1277 The library is required for the 1277 The library is required for the
1278 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module. 1278 <link doc="http/ngx_http_gzip_module.xml">ngx_http_gzip_module</link> module.
1357 --sbin-path=/usr/local/nginx/nginx 1357 --sbin-path=/usr/local/nginx/nginx
1358 --conf-path=/usr/local/nginx/nginx.conf 1358 --conf-path=/usr/local/nginx/nginx.conf
1359 --pid-path=/usr/local/nginx/nginx.pid 1359 --pid-path=/usr/local/nginx/nginx.pid
1360 --with-http_ssl_module 1360 --with-http_ssl_module
1361 --with-pcre=../pcre2-10.39 1361 --with-pcre=../pcre2-10.39
1362 --with-zlib=../zlib-1.2.11 1362 --with-zlib=../zlib-1.3
1363 </programlisting> 1363 </programlisting>
1364 </para> 1364 </para>
1365 1365
1366 <para> 1366 <para>
1367 After configuration, 1367 After configuration,