comparison xml/en/docs/configure.xml @ 2511:1e9c2a8c1bf1

Updated OpenSSL and PCRE versions.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 09 Mar 2020 11:43:09 +0000
parents aba11629abbf
children 61a89c4f37cf
comparison
equal deleted inserted replaced
2510:051b111d06b3 2511:1e9c2a8c1bf1
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="16"> 11 rev="17">
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.
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.43 1309 --with-pcre=../pcre-8.44
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>