Changes between Initial Version and Version 3 of Ticket #2605


Ignore:
Timestamp:
02/16/24 05:52:46 (3 months ago)
Author:
Karthikdasari0423@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2605 – Description

    initial v3  
    66auto/configure `nginx -V 2>&1 | sed "s/ \-\-/ \\\ \n\t--/g" | grep -v -e 'http-geoip2' | grep "\-\-" | grep -ve opt= -e param= -e build=` --build=nginx-quic --with-debug  --with-http_v3_module --with-cc-opt="-I/src/boringssl/include" --with-ld-opt="-L/src/boringssl/build/ssl -L/src/boringssl/build/crypto"
    77
    8 "checking for OpenSSL library in /usr/local/ ... not found",
    9 "checking for OpenSSL library in /usr/pkg/ ... not found",
    10 "checking for OpenSSL library in /opt/local/ ... not found",
    11 "auto/configure: error: SSL modules require the OpenSSL library.",
    12 "You can either do not enable the modules, or install the OpenSSL library",
    13 "into the system, or build the OpenSSL library statically from the source",
    14 "with nginx by using --with-openssl=<path> option."
     8checking for getaddrinfo() ... found
     9checking for PCRE2 library ... not found
     10checking for PCRE library ... found
     11checking for PCRE JIT support ... found
     12checking for OpenSSL library ... not found
     13checking for OpenSSL library in /usr/local/ ... not found
     14checking for OpenSSL library in /usr/pkg/ ... not found
     15checking for OpenSSL library in /opt/local/ ... not found
     16
     17auto/configure: error: SSL modules require the OpenSSL library.
     18You can either do not enable the modules, or install the OpenSSL library
     19into the system, or build the OpenSSL library statically from the source
     20with nginx by using --with-openssl=<path> option.
    1521
    1622with 1.25.3:-