Changes between Initial Version and Version 1 of Ticket #2599
- Timestamp:
- 02/09/24 01:08:02 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2599 – Description
initial v1 8 8 Getting the below compilation issues using the above configuration: 9 9 10 {{{ 10 11 make -f objs/Makefile 11 12 gcc -c -fPIC -I/home/umarsam/projectwork/nginx/../pcre/src/include -I/home/umarsam/projectwork/nginx/../zlib/prod/include -I/home/umarsam/projectwork/nginx/../gd/prod/include -I/home/umarsam/projectwork/nginx/../openssl/prod/include -I. -I src/core -I src/event -I src/event/modules -I src/os/unix -I /home/umarsam/projectwork/nginx/../pcre/prod/include -I /home/umarsam/projectwork/nginx/../openssl/prod/include -I /home/umarsam/projectwork/nginx/../zlib/prod/include -I /home/umarsam/projectwork/gd/prod/include -I objs -I src/http -I src/http/modules -I src/http/v2 \ … … 160 161 781 | regex->name = value[last]; 161 162 | ^~ 162 163 }}} 163 164 164 165 ************************************************************************** 165 166 After having a look in the code the below 2 structures causing this are defined in teh directives with PCRE only and not with PCRE2 166 167 168 {{{ 167 169 #if (NGX_PCRE) 168 170 … … 204 206 #endif 205 207 208 }}} 209 206 210 Could you please let me know if this is the right way of compiling or niginx1.24 does not support PCRE2 library on Ubuntu.... 207 211