Closed neilmenon closed 4 years ago
Not sure, but perhaps the problem is that used nginx
does not have --with-compat
in its compilation flags... So, module wants to be compatible, whereas nginx
doesn't...
@eustas Thanks for the quick response. How would I go about testing this myself? Much appreciated.
Oh, one more thing, easy to check. I've seen such problem when compiled the module with clang
... Compiler matters. Problem was fixed after switching to gcc
.
Perhaps even version matters.
@eustas Just ran ./configure without --with-compat
and it worked! Now showing
[root@localhost nginx-1.16.1]# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
Much appreciated! Will leave open for a few more minutes to test there are no more issues.
Congrats =) Yep, this --with-compat
behaviour is weird.
Hi there,
I am trying to install Brotli on NGINX 1.18.0 but I am getting:
nginx: [emerg] module "/usr/share/nginx/modules/ngx_http_brotli_filter_module.so" is not binary compatible in /etc/nginx/nginx.conf:4
I tried with and without --with-compat
, but I wasn't lucky.
Have you any idea?
Thank you
Hello,
Not sure what the issue is in your case, I ended up writing a blog post with the exact steps I took to dynamically load a NGINX module, if it's any use to you. Used what I learned here to install other modules.
https://neilmenon.com/blog/install-nginx-fancyindex/
Also of use to me when I was trying to solve this issue was: https://www.majlovesreg.one/adding-brotli-to-a-built-nginx-instance
@eustas could probably weigh in here and help more. Hope this helps and good luck!
Thank you @neilmenon I already tried to use the great https://www.majlovesreg.one/adding-brotli-to-a-built-nginx-instance bash script, with no luck.
you can use https://www.majlovesreg.one/adding-brotli-to-a-built-nginx-instance script, it was fixed today at line 53 Now it should work.
Using Nginx 1.17.3 on Ubuntu 18.*
Ran https://www.majlovesreg.one/adding-brotli-to-a-built-nginx-instance
script and tried all alternatives given in the script file, still same error not binary compatible
Any help would be appreciated.
Script looks really nice!
Could you please write a short script to reproduce behaviour in a docker container? This will be easier to debug / give advice. I mean you choose a docker image (e.g. ubuntu:bionic) and post commands to reproduce the problem after executing:
docker run -it ubuntu:bionic /bin/bash
Hello,
After countless times of trying to dynamically configure the module I can't get it to work. The error message is the same every time:
I am running
nginx/1.16.1
on CentOS 7. I have seen others with this issue as well and tried their fixes, but those aren't working either.Here are general the steps I am taking (exact steps below), as per instructed on this repo and in countless other places:
nginx
version for my system (http://nginx.org/download/nginx-1.16.1.tar.gz)nginx -V
to get parametersnginx
is compiled with./configure --with-compat --add-dynamic-module=../ngx_brotli
appending explicitly the exact parameters found in the command above as instructed on this repomake modules
.so
files to/usr/share/nginx/modules
/etc/nginx/nginx.conf
and runnginx -t
Here is an example full run of the commands I did above
```bash [root@localhost ~]# cd /usr/src [root@localhost src]# git clone https://github.com/google/ngx_brotli.git Cloning into 'ngx_brotli'... remote: Enumerating objects: 21, done. remote: Counting objects: 100% (21/21), done. remote: Compressing objects: 100% (19/19), done. remote: Total 190 (delta 6), reused 8 (delta 2), pack-reused 169 Receiving objects: 100% (190/190), 73.94 KiB | 0 bytes/s, done. Resolving deltas: 100% (81/81), done. [root@localhost src]# cd ngx_brotli [root@localhost ngx_brotli]# git submodule update --init Submodule 'deps/brotli' (https://github.com/google/brotli.git) registered for path 'deps/brotli' Cloning into 'deps/brotli'... remote: Enumerating objects: 6002, done. remote: Total 6002 (delta 0), reused 0 (delta 0), pack-reused 6002 Receiving objects: 100% (6002/6002), 30.59 MiB | 22.12 MiB/s, done. Resolving deltas: 100% (3856/3856), done. Submodule path 'deps/brotli': checked out 'd6d98957ca8ccb1ef45922e978bb10efca0ea541' [root@localhost ngx_brotli]# nginx -V nginx version: nginx/1.16.1 built by gcc 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) built with OpenSSL 1.0.2k-fips 26 Jan 2017 TLS SNI support enabled configure arguments: --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-stream_ssl_preread_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-http_auth_request_module --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-google_perftools_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E' [root@localhost ngx_brotli]# cd /usr/src [root@localhost src]# wget http://nginx.org/download/nginx-1.16.1.tar.gz --2020-03-23 14:41:05-- http://nginx.org/download/nginx-1.16.1.tar.gz Resolving nginx.org (nginx.org)... 95.211.80.227, 62.210.92.35, 2001:1af8:4060:a004:21::e3 Connecting to nginx.org (nginx.org)|95.211.80.227|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1032630 (1008K) [application/octet-stream] Saving to: ‘nginx-1.16.1.tar.gz’ 100%[==================================================================================================================================================>] 1,032,630 1.10MB/s in 0.9s 2020-03-23 14:41:06 (1.10 MB/s) - ‘nginx-1.16.1.tar.gz’ saved [1032630/1032630] [root@localhost src]# tar zxvf nginx-1.16.1.tar.gz nginx-1.16.1/ nginx-1.16.1/auto/ nginx-1.16.1/conf/ nginx-1.16.1/contrib/ nginx-1.16.1/src/ nginx-1.16.1/configure nginx-1.16.1/LICENSE nginx-1.16.1/README nginx-1.16.1/html/ nginx-1.16.1/man/ nginx-1.16.1/CHANGES.ru nginx-1.16.1/CHANGES nginx-1.16.1/man/nginx.8 nginx-1.16.1/html/50x.html nginx-1.16.1/html/index.html nginx-1.16.1/src/core/ nginx-1.16.1/src/event/ nginx-1.16.1/src/http/ nginx-1.16.1/src/mail/ nginx-1.16.1/src/misc/ nginx-1.16.1/src/os/ nginx-1.16.1/src/stream/ nginx-1.16.1/src/stream/ngx_stream.c nginx-1.16.1/src/stream/ngx_stream.h nginx-1.16.1/src/stream/ngx_stream_access_module.c nginx-1.16.1/src/stream/ngx_stream_core_module.c nginx-1.16.1/src/stream/ngx_stream_geo_module.c nginx-1.16.1/src/stream/ngx_stream_geoip_module.c nginx-1.16.1/src/stream/ngx_stream_handler.c nginx-1.16.1/src/stream/ngx_stream_limit_conn_module.c nginx-1.16.1/src/stream/ngx_stream_log_module.c nginx-1.16.1/src/stream/ngx_stream_map_module.c nginx-1.16.1/src/stream/ngx_stream_proxy_module.c nginx-1.16.1/src/stream/ngx_stream_realip_module.c nginx-1.16.1/src/stream/ngx_stream_return_module.c nginx-1.16.1/src/stream/ngx_stream_script.c nginx-1.16.1/src/stream/ngx_stream_script.h nginx-1.16.1/src/stream/ngx_stream_split_clients_module.c nginx-1.16.1/src/stream/ngx_stream_ssl_module.c nginx-1.16.1/src/stream/ngx_stream_ssl_module.h nginx-1.16.1/src/stream/ngx_stream_ssl_preread_module.c nginx-1.16.1/src/stream/ngx_stream_upstream.c nginx-1.16.1/src/stream/ngx_stream_upstream.h nginx-1.16.1/src/stream/ngx_stream_upstream_hash_module.c nginx-1.16.1/src/stream/ngx_stream_upstream_least_conn_module.c nginx-1.16.1/src/stream/ngx_stream_upstream_random_module.c nginx-1.16.1/src/stream/ngx_stream_upstream_round_robin.c nginx-1.16.1/src/stream/ngx_stream_upstream_round_robin.h nginx-1.16.1/src/stream/ngx_stream_upstream_zone_module.c nginx-1.16.1/src/stream/ngx_stream_variables.c nginx-1.16.1/src/stream/ngx_stream_variables.h nginx-1.16.1/src/stream/ngx_stream_write_filter_module.c nginx-1.16.1/src/os/unix/ nginx-1.16.1/src/os/unix/ngx_alloc.c nginx-1.16.1/src/os/unix/ngx_alloc.h nginx-1.16.1/src/os/unix/ngx_atomic.h nginx-1.16.1/src/os/unix/ngx_channel.c nginx-1.16.1/src/os/unix/ngx_channel.h nginx-1.16.1/src/os/unix/ngx_daemon.c nginx-1.16.1/src/os/unix/ngx_darwin.h nginx-1.16.1/src/os/unix/ngx_darwin_config.h nginx-1.16.1/src/os/unix/ngx_darwin_init.c nginx-1.16.1/src/os/unix/ngx_darwin_sendfile_chain.c nginx-1.16.1/src/os/unix/ngx_dlopen.c nginx-1.16.1/src/os/unix/ngx_dlopen.h nginx-1.16.1/src/os/unix/ngx_errno.c nginx-1.16.1/src/os/unix/ngx_errno.h nginx-1.16.1/src/os/unix/ngx_file_aio_read.c nginx-1.16.1/src/os/unix/ngx_files.c nginx-1.16.1/src/os/unix/ngx_files.h nginx-1.16.1/src/os/unix/ngx_freebsd.h nginx-1.16.1/src/os/unix/ngx_freebsd_config.h nginx-1.16.1/src/os/unix/ngx_linux.h nginx-1.16.1/src/os/unix/ngx_freebsd_init.c nginx-1.16.1/src/os/unix/ngx_freebsd_sendfile_chain.c nginx-1.16.1/src/os/unix/ngx_gcc_atomic_amd64.h nginx-1.16.1/src/os/unix/ngx_gcc_atomic_ppc.h nginx-1.16.1/src/os/unix/ngx_gcc_atomic_sparc64.h nginx-1.16.1/src/os/unix/ngx_gcc_atomic_x86.h nginx-1.16.1/src/os/unix/ngx_linux_aio_read.c nginx-1.16.1/src/os/unix/ngx_linux_config.h nginx-1.16.1/src/os/unix/ngx_linux_init.c nginx-1.16.1/src/os/unix/ngx_linux_sendfile_chain.c nginx-1.16.1/src/os/unix/ngx_os.h nginx-1.16.1/src/os/unix/ngx_posix_config.h nginx-1.16.1/src/os/unix/ngx_posix_init.c nginx-1.16.1/src/os/unix/ngx_process.c nginx-1.16.1/src/os/unix/ngx_process.h nginx-1.16.1/src/os/unix/ngx_process_cycle.c nginx-1.16.1/src/os/unix/ngx_process_cycle.h nginx-1.16.1/src/os/unix/ngx_readv_chain.c nginx-1.16.1/src/os/unix/ngx_recv.c nginx-1.16.1/src/os/unix/ngx_send.c nginx-1.16.1/src/os/unix/ngx_setaffinity.c nginx-1.16.1/src/os/unix/ngx_setaffinity.h nginx-1.16.1/src/os/unix/ngx_setproctitle.c nginx-1.16.1/src/os/unix/ngx_setproctitle.h nginx-1.16.1/src/os/unix/ngx_shmem.c nginx-1.16.1/src/os/unix/ngx_shmem.h nginx-1.16.1/src/os/unix/ngx_socket.c nginx-1.16.1/src/os/unix/ngx_socket.h nginx-1.16.1/src/os/unix/ngx_solaris.h nginx-1.16.1/src/os/unix/ngx_solaris_config.h nginx-1.16.1/src/os/unix/ngx_solaris_init.c nginx-1.16.1/src/os/unix/ngx_solaris_sendfilev_chain.c nginx-1.16.1/src/os/unix/ngx_sunpro_amd64.il nginx-1.16.1/src/os/unix/ngx_sunpro_atomic_sparc64.h nginx-1.16.1/src/os/unix/ngx_sunpro_sparc64.il nginx-1.16.1/src/os/unix/ngx_thread.h nginx-1.16.1/src/os/unix/ngx_sunpro_x86.il nginx-1.16.1/src/os/unix/ngx_thread_cond.c nginx-1.16.1/src/os/unix/ngx_thread_id.c nginx-1.16.1/src/os/unix/ngx_thread_mutex.c nginx-1.16.1/src/os/unix/ngx_time.c nginx-1.16.1/src/os/unix/ngx_time.h nginx-1.16.1/src/os/unix/ngx_udp_recv.c nginx-1.16.1/src/os/unix/ngx_udp_send.c nginx-1.16.1/src/os/unix/ngx_udp_sendmsg_chain.c nginx-1.16.1/src/os/unix/ngx_user.c nginx-1.16.1/src/os/unix/ngx_user.h nginx-1.16.1/src/os/unix/ngx_writev_chain.c nginx-1.16.1/src/misc/ngx_cpp_test_module.cpp nginx-1.16.1/src/misc/ngx_google_perftools_module.c nginx-1.16.1/src/mail/ngx_mail.c nginx-1.16.1/src/mail/ngx_mail.h nginx-1.16.1/src/mail/ngx_mail_auth_http_module.c nginx-1.16.1/src/mail/ngx_mail_core_module.c nginx-1.16.1/src/mail/ngx_mail_handler.c nginx-1.16.1/src/mail/ngx_mail_imap_handler.c nginx-1.16.1/src/mail/ngx_mail_imap_module.c nginx-1.16.1/src/mail/ngx_mail_imap_module.h nginx-1.16.1/src/mail/ngx_mail_parse.c nginx-1.16.1/src/mail/ngx_mail_pop3_handler.c nginx-1.16.1/src/mail/ngx_mail_pop3_module.c nginx-1.16.1/src/mail/ngx_mail_pop3_module.h nginx-1.16.1/src/mail/ngx_mail_proxy_module.c nginx-1.16.1/src/mail/ngx_mail_smtp_handler.c nginx-1.16.1/src/mail/ngx_mail_smtp_module.c nginx-1.16.1/src/mail/ngx_mail_smtp_module.h nginx-1.16.1/src/mail/ngx_mail_ssl_module.c nginx-1.16.1/src/mail/ngx_mail_ssl_module.h nginx-1.16.1/src/http/modules/ nginx-1.16.1/src/http/ngx_http.c nginx-1.16.1/src/http/ngx_http.h nginx-1.16.1/src/http/ngx_http_cache.h nginx-1.16.1/src/http/ngx_http_config.h nginx-1.16.1/src/http/ngx_http_copy_filter_module.c nginx-1.16.1/src/http/ngx_http_core_module.c nginx-1.16.1/src/http/ngx_http_core_module.h nginx-1.16.1/src/http/ngx_http_file_cache.c nginx-1.16.1/src/http/ngx_http_header_filter_module.c nginx-1.16.1/src/http/ngx_http_parse.c nginx-1.16.1/src/http/ngx_http_postpone_filter_module.c nginx-1.16.1/src/http/ngx_http_request.c nginx-1.16.1/src/http/ngx_http_request.h nginx-1.16.1/src/http/ngx_http_request_body.c nginx-1.16.1/src/http/ngx_http_script.c nginx-1.16.1/src/http/v2/ nginx-1.16.1/src/http/ngx_http_script.h nginx-1.16.1/src/http/ngx_http_special_response.c nginx-1.16.1/src/http/ngx_http_upstream.c nginx-1.16.1/src/http/ngx_http_upstream.h nginx-1.16.1/src/http/ngx_http_upstream_round_robin.c nginx-1.16.1/src/http/ngx_http_upstream_round_robin.h nginx-1.16.1/src/http/ngx_http_variables.c nginx-1.16.1/src/http/ngx_http_variables.h nginx-1.16.1/src/http/ngx_http_write_filter_module.c nginx-1.16.1/src/http/v2/ngx_http_v2.c nginx-1.16.1/src/http/v2/ngx_http_v2.h nginx-1.16.1/src/http/v2/ngx_http_v2_encode.c nginx-1.16.1/src/http/v2/ngx_http_v2_filter_module.c nginx-1.16.1/src/http/v2/ngx_http_v2_huff_decode.c nginx-1.16.1/src/http/v2/ngx_http_v2_huff_encode.c nginx-1.16.1/src/http/v2/ngx_http_v2_module.c nginx-1.16.1/src/http/v2/ngx_http_v2_module.h nginx-1.16.1/src/http/v2/ngx_http_v2_table.c nginx-1.16.1/src/http/modules/ngx_http_access_module.c nginx-1.16.1/src/http/modules/ngx_http_addition_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_auth_basic_module.c nginx-1.16.1/src/http/modules/ngx_http_auth_request_module.c nginx-1.16.1/src/http/modules/ngx_http_autoindex_module.c nginx-1.16.1/src/http/modules/ngx_http_browser_module.c nginx-1.16.1/src/http/modules/ngx_http_charset_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_chunked_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_dav_module.c nginx-1.16.1/src/http/modules/ngx_http_degradation_module.c nginx-1.16.1/src/http/modules/ngx_http_empty_gif_module.c nginx-1.16.1/src/http/modules/ngx_http_fastcgi_module.c nginx-1.16.1/src/http/modules/perl/ nginx-1.16.1/src/http/modules/ngx_http_flv_module.c nginx-1.16.1/src/http/modules/ngx_http_geo_module.c nginx-1.16.1/src/http/modules/ngx_http_geoip_module.c nginx-1.16.1/src/http/modules/ngx_http_grpc_module.c nginx-1.16.1/src/http/modules/ngx_http_gunzip_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_gzip_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_gzip_static_module.c nginx-1.16.1/src/http/modules/ngx_http_headers_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_image_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_index_module.c nginx-1.16.1/src/http/modules/ngx_http_limit_conn_module.c nginx-1.16.1/src/http/modules/ngx_http_limit_req_module.c nginx-1.16.1/src/http/modules/ngx_http_log_module.c nginx-1.16.1/src/http/modules/ngx_http_map_module.c nginx-1.16.1/src/http/modules/ngx_http_memcached_module.c nginx-1.16.1/src/http/modules/ngx_http_mirror_module.c nginx-1.16.1/src/http/modules/ngx_http_mp4_module.c nginx-1.16.1/src/http/modules/ngx_http_not_modified_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_proxy_module.c nginx-1.16.1/src/http/modules/ngx_http_random_index_module.c nginx-1.16.1/src/http/modules/ngx_http_range_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_realip_module.c nginx-1.16.1/src/http/modules/ngx_http_referer_module.c nginx-1.16.1/src/http/modules/ngx_http_rewrite_module.c nginx-1.16.1/src/http/modules/ngx_http_scgi_module.c nginx-1.16.1/src/http/modules/ngx_http_secure_link_module.c nginx-1.16.1/src/http/modules/ngx_http_slice_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_split_clients_module.c nginx-1.16.1/src/http/modules/ngx_http_ssi_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_ssi_filter_module.h nginx-1.16.1/src/http/modules/ngx_http_ssl_module.c nginx-1.16.1/src/http/modules/ngx_http_ssl_module.h nginx-1.16.1/src/http/modules/ngx_http_static_module.c nginx-1.16.1/src/http/modules/ngx_http_stub_status_module.c nginx-1.16.1/src/http/modules/ngx_http_sub_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_try_files_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_hash_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_ip_hash_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_keepalive_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_random_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_least_conn_module.c nginx-1.16.1/src/http/modules/ngx_http_upstream_zone_module.c nginx-1.16.1/src/http/modules/ngx_http_userid_filter_module.c nginx-1.16.1/src/http/modules/ngx_http_uwsgi_module.c nginx-1.16.1/src/http/modules/ngx_http_xslt_filter_module.c nginx-1.16.1/src/http/modules/perl/Makefile.PL nginx-1.16.1/src/http/modules/perl/nginx.pm nginx-1.16.1/src/http/modules/perl/nginx.xs nginx-1.16.1/src/http/modules/perl/ngx_http_perl_module.c nginx-1.16.1/src/http/modules/perl/ngx_http_perl_module.h nginx-1.16.1/src/http/modules/perl/typemap nginx-1.16.1/src/event/modules/ nginx-1.16.1/src/event/ngx_event.c nginx-1.16.1/src/event/ngx_event.h nginx-1.16.1/src/event/ngx_event_accept.c nginx-1.16.1/src/event/ngx_event_connect.c nginx-1.16.1/src/event/ngx_event_connect.h nginx-1.16.1/src/event/ngx_event_openssl.c nginx-1.16.1/src/event/ngx_event_openssl.h nginx-1.16.1/src/event/ngx_event_openssl_stapling.c nginx-1.16.1/src/event/ngx_event_pipe.c nginx-1.16.1/src/event/ngx_event_pipe.h nginx-1.16.1/src/event/ngx_event_posted.c nginx-1.16.1/src/event/ngx_event_posted.h nginx-1.16.1/src/event/ngx_event_timer.c nginx-1.16.1/src/event/ngx_event_timer.h nginx-1.16.1/src/event/ngx_event_udp.c nginx-1.16.1/src/event/modules/ngx_devpoll_module.c nginx-1.16.1/src/event/modules/ngx_epoll_module.c nginx-1.16.1/src/event/modules/ngx_eventport_module.c nginx-1.16.1/src/event/modules/ngx_kqueue_module.c nginx-1.16.1/src/event/modules/ngx_poll_module.c nginx-1.16.1/src/event/modules/ngx_select_module.c nginx-1.16.1/src/event/modules/ngx_win32_poll_module.c nginx-1.16.1/src/event/modules/ngx_win32_select_module.c nginx-1.16.1/src/core/nginx.c nginx-1.16.1/src/core/nginx.h nginx-1.16.1/src/core/ngx_array.c nginx-1.16.1/src/core/ngx_array.h nginx-1.16.1/src/core/ngx_buf.c nginx-1.16.1/src/core/ngx_buf.h nginx-1.16.1/src/core/ngx_conf_file.c nginx-1.16.1/src/core/ngx_conf_file.h nginx-1.16.1/src/core/ngx_config.h nginx-1.16.1/src/core/ngx_connection.c nginx-1.16.1/src/core/ngx_connection.h nginx-1.16.1/src/core/ngx_core.h nginx-1.16.1/src/core/ngx_cpuinfo.c nginx-1.16.1/src/core/ngx_crc.h nginx-1.16.1/src/core/ngx_crc32.c nginx-1.16.1/src/core/ngx_crc32.h nginx-1.16.1/src/core/ngx_crypt.c nginx-1.16.1/src/core/ngx_crypt.h nginx-1.16.1/src/core/ngx_cycle.c nginx-1.16.1/src/core/ngx_cycle.h nginx-1.16.1/src/core/ngx_file.c nginx-1.16.1/src/core/ngx_file.h nginx-1.16.1/src/core/ngx_hash.c nginx-1.16.1/src/core/ngx_hash.h nginx-1.16.1/src/core/ngx_inet.c nginx-1.16.1/src/core/ngx_inet.h nginx-1.16.1/src/core/ngx_list.c nginx-1.16.1/src/core/ngx_list.h nginx-1.16.1/src/core/ngx_log.c nginx-1.16.1/src/core/ngx_log.h nginx-1.16.1/src/core/ngx_md5.c nginx-1.16.1/src/core/ngx_md5.h nginx-1.16.1/src/core/ngx_module.c nginx-1.16.1/src/core/ngx_module.h nginx-1.16.1/src/core/ngx_murmurhash.c nginx-1.16.1/src/core/ngx_murmurhash.h nginx-1.16.1/src/core/ngx_open_file_cache.c nginx-1.16.1/src/core/ngx_open_file_cache.h nginx-1.16.1/src/core/ngx_output_chain.c nginx-1.16.1/src/core/ngx_palloc.c nginx-1.16.1/src/core/ngx_palloc.h nginx-1.16.1/src/core/ngx_parse.c nginx-1.16.1/src/core/ngx_parse.h nginx-1.16.1/src/core/ngx_parse_time.c nginx-1.16.1/src/core/ngx_queue.c nginx-1.16.1/src/core/ngx_parse_time.h nginx-1.16.1/src/core/ngx_proxy_protocol.c nginx-1.16.1/src/core/ngx_proxy_protocol.h nginx-1.16.1/src/core/ngx_queue.h nginx-1.16.1/src/core/ngx_radix_tree.c nginx-1.16.1/src/core/ngx_radix_tree.h nginx-1.16.1/src/core/ngx_rbtree.c nginx-1.16.1/src/core/ngx_rbtree.h nginx-1.16.1/src/core/ngx_regex.c nginx-1.16.1/src/core/ngx_regex.h nginx-1.16.1/src/core/ngx_resolver.c nginx-1.16.1/src/core/ngx_resolver.h nginx-1.16.1/src/core/ngx_rwlock.c nginx-1.16.1/src/core/ngx_rwlock.h nginx-1.16.1/src/core/ngx_sha1.c nginx-1.16.1/src/core/ngx_sha1.h nginx-1.16.1/src/core/ngx_shmtx.c nginx-1.16.1/src/core/ngx_shmtx.h nginx-1.16.1/src/core/ngx_slab.c nginx-1.16.1/src/core/ngx_slab.h nginx-1.16.1/src/core/ngx_spinlock.c nginx-1.16.1/src/core/ngx_string.c nginx-1.16.1/src/core/ngx_string.h nginx-1.16.1/src/core/ngx_syslog.c nginx-1.16.1/src/core/ngx_syslog.h nginx-1.16.1/src/core/ngx_thread_pool.c nginx-1.16.1/src/core/ngx_thread_pool.h nginx-1.16.1/src/core/ngx_times.c nginx-1.16.1/src/core/ngx_times.h nginx-1.16.1/contrib/README nginx-1.16.1/contrib/geo2nginx.pl nginx-1.16.1/contrib/unicode2nginx/ nginx-1.16.1/contrib/vim/ nginx-1.16.1/contrib/vim/ftdetect/ nginx-1.16.1/contrib/vim/ftplugin/ nginx-1.16.1/contrib/vim/indent/ nginx-1.16.1/contrib/vim/syntax/ nginx-1.16.1/contrib/vim/syntax/nginx.vim nginx-1.16.1/contrib/vim/indent/nginx.vim nginx-1.16.1/contrib/vim/ftplugin/nginx.vim nginx-1.16.1/contrib/vim/ftdetect/nginx.vim nginx-1.16.1/contrib/unicode2nginx/koi-utf nginx-1.16.1/contrib/unicode2nginx/unicode-to-nginx.pl nginx-1.16.1/contrib/unicode2nginx/win-utf nginx-1.16.1/conf/fastcgi.conf nginx-1.16.1/conf/fastcgi_params nginx-1.16.1/conf/koi-utf nginx-1.16.1/conf/koi-win nginx-1.16.1/conf/mime.types nginx-1.16.1/conf/nginx.conf nginx-1.16.1/conf/scgi_params nginx-1.16.1/conf/uwsgi_params nginx-1.16.1/conf/win-utf nginx-1.16.1/auto/cc/ nginx-1.16.1/auto/define nginx-1.16.1/auto/endianness nginx-1.16.1/auto/feature nginx-1.16.1/auto/have nginx-1.16.1/auto/have_headers nginx-1.16.1/auto/headers nginx-1.16.1/auto/include nginx-1.16.1/auto/init nginx-1.16.1/auto/install nginx-1.16.1/auto/lib/ nginx-1.16.1/auto/make nginx-1.16.1/auto/module nginx-1.16.1/auto/modules nginx-1.16.1/auto/nohave nginx-1.16.1/auto/options nginx-1.16.1/auto/os/ nginx-1.16.1/auto/sources nginx-1.16.1/auto/stubs nginx-1.16.1/auto/summary nginx-1.16.1/auto/threads nginx-1.16.1/auto/types/ nginx-1.16.1/auto/unix nginx-1.16.1/auto/types/sizeof nginx-1.16.1/auto/types/typedef nginx-1.16.1/auto/types/uintptr_t nginx-1.16.1/auto/types/value nginx-1.16.1/auto/os/conf nginx-1.16.1/auto/os/darwin nginx-1.16.1/auto/os/freebsd nginx-1.16.1/auto/os/linux nginx-1.16.1/auto/os/solaris nginx-1.16.1/auto/os/win32 nginx-1.16.1/auto/lib/conf nginx-1.16.1/auto/lib/geoip/ nginx-1.16.1/auto/lib/google-perftools/ nginx-1.16.1/auto/lib/libatomic/ nginx-1.16.1/auto/lib/libgd/ nginx-1.16.1/auto/lib/libxslt/ nginx-1.16.1/auto/lib/make nginx-1.16.1/auto/lib/openssl/ nginx-1.16.1/auto/lib/pcre/ nginx-1.16.1/auto/lib/perl/ nginx-1.16.1/auto/lib/zlib/ nginx-1.16.1/auto/lib/zlib/conf nginx-1.16.1/auto/lib/zlib/make nginx-1.16.1/auto/lib/zlib/makefile.bcc nginx-1.16.1/auto/lib/zlib/makefile.msvc nginx-1.16.1/auto/lib/zlib/makefile.owc nginx-1.16.1/auto/lib/perl/conf nginx-1.16.1/auto/lib/perl/make nginx-1.16.1/auto/lib/pcre/conf nginx-1.16.1/auto/lib/pcre/make nginx-1.16.1/auto/lib/pcre/makefile.bcc nginx-1.16.1/auto/lib/pcre/makefile.msvc nginx-1.16.1/auto/lib/pcre/makefile.owc nginx-1.16.1/auto/lib/openssl/conf nginx-1.16.1/auto/lib/openssl/make nginx-1.16.1/auto/lib/openssl/makefile.bcc nginx-1.16.1/auto/lib/openssl/makefile.msvc nginx-1.16.1/auto/lib/libxslt/conf nginx-1.16.1/auto/lib/libgd/conf nginx-1.16.1/auto/lib/libatomic/conf nginx-1.16.1/auto/lib/libatomic/make nginx-1.16.1/auto/lib/google-perftools/conf nginx-1.16.1/auto/lib/geoip/conf nginx-1.16.1/auto/cc/acc nginx-1.16.1/auto/cc/bcc nginx-1.16.1/auto/cc/ccc nginx-1.16.1/auto/cc/clang nginx-1.16.1/auto/cc/conf nginx-1.16.1/auto/cc/gcc nginx-1.16.1/auto/cc/icc nginx-1.16.1/auto/cc/msvc nginx-1.16.1/auto/cc/name nginx-1.16.1/auto/cc/owc nginx-1.16.1/auto/cc/sunc [root@localhost src]# cd nginx-1.16.1 [root@localhost nginx-1.16.1]# ./configure --with-compat --add-dynamic-module=../ngx_brotli --prefix=/usr/share/nginx --sbin-path=/usr/sbin/nginx --modules-path=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/lib/nginx/tmp/client_body --http-proxy-temp-path=/var/lib/nginx/tmp/proxy --http-fastcgi-temp-path=/var/lib/nginx/tmp/fastcgi --http-uwsgi-temp-path=/var/lib/nginx/tmp/uwsgi --http-scgi-temp-path=/var/lib/nginx/tmp/scgi --pid-path=/run/nginx.pid --lock-path=/run/lock/subsys/nginx --user=nginx --group=nginx --with-file-aio --with-ipv6 --with-http_ssl_module --with-http_v2_module --with-http_realip_module --with-stream_ssl_preread_module --with-http_addition_module --with-http_xslt_module=dynamic --with-http_image_filter_module=dynamic --with-http_sub_module --with-http_dav_module --with-http_flv_module --with-http_mp4_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-http_degradation_module --with-http_slice_module --with-http_stub_status_module --with-http_perl_module=dynamic --with-http_auth_request_module --with-mail=dynamic --with-mail_ssl_module --with-pcre --with-pcre-jit --with-stream=dynamic --with-stream_ssl_module --with-google_perftools_module --with-debug --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' --with-ld-opt='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E' checking for OS + Linux 3.10.0-1062.18.1.el7.x86_64 x86_64 checking for C compiler ... found + using GNU C compiler + gcc version: 4.8.5 20150623 (Red Hat 4.8.5-39) (GCC) checking for gcc -pipe switch ... found checking for --with-ld-opt="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E" ... found checking for -Wl,-E switch ... found checking for gcc builtin atomic operations ... found checking for C99 variadic macros ... found checking for gcc variadic macros ... found checking for gcc builtin 64 bit byteswap ... found checking for unistd.h ... found checking for inttypes.h ... found checking for limits.h ... found checking for sys/filio.h ... not found checking for sys/param.h ... found checking for sys/mount.h ... found checking for sys/statvfs.h ... found checking for crypt.h ... found checking for Linux specific features checking for epoll ... found checking for EPOLLRDHUP ... found checking for EPOLLEXCLUSIVE ... not found checking for O_PATH ... found checking for sendfile() ... found checking for sendfile64() ... found checking for sys/prctl.h ... found checking for prctl(PR_SET_DUMPABLE) ... found checking for prctl(PR_SET_KEEPCAPS) ... found checking for capabilities ... found checking for crypt_r() ... found checking for sys/vfs.h ... found checking for poll() ... found checking for /dev/poll ... not found checking for kqueue ... not found checking for crypt() ... not found checking for crypt() in libcrypt ... found checking for F_READAHEAD ... not found checking for posix_fadvise() ... found checking for O_DIRECT ... found checking for F_NOCACHE ... not found checking for directio() ... not found checking for statfs() ... found checking for statvfs() ... found checking for dlopen() ... not found checking for dlopen() in libdl ... found checking for sched_yield() ... found checking for sched_setaffinity() ... found checking for SO_SETFIB ... not found checking for SO_REUSEPORT ... found checking for SO_ACCEPTFILTER ... not found checking for SO_BINDANY ... not found checking for IP_TRANSPARENT ... found checking for IP_BINDANY ... not found checking for IP_BIND_ADDRESS_NO_PORT ... not found checking for IP_RECVDSTADDR ... not found checking for IP_SENDSRCADDR ... not found checking for IP_PKTINFO ... found checking for IPV6_RECVPKTINFO ... found checking for TCP_DEFER_ACCEPT ... found checking for TCP_KEEPIDLE ... found checking for TCP_FASTOPEN ... found checking for TCP_INFO ... found checking for accept4() ... found checking for kqueue AIO support ... not found checking for Linux AIO support ... found checking for int size ... 4 bytes checking for long size ... 8 bytes checking for long long size ... 8 bytes checking for void * size ... 8 bytes checking for uint32_t ... found checking for uint64_t ... found checking for sig_atomic_t ... found checking for sig_atomic_t size ... 4 bytes checking for socklen_t ... found checking for in_addr_t ... found checking for in_port_t ... found checking for rlim_t ... found checking for uintptr_t ... uintptr_t found checking for system byte ordering ... little endian checking for size_t size ... 8 bytes checking for off_t size ... 8 bytes checking for time_t size ... 8 bytes checking for AF_INET6 ... found checking for setproctitle() ... not found checking for pread() ... found checking for pwrite() ... found checking for pwritev() ... found checking for sys_nerr ... found checking for localtime_r() ... found checking for clock_gettime(CLOCK_MONOTONIC) ... found checking for posix_memalign() ... found checking for memalign() ... found checking for mmap(MAP_ANON|MAP_SHARED) ... found checking for mmap("/dev/zero", MAP_SHARED) ... found checking for System V shared memory ... found checking for POSIX semaphores ... not found checking for POSIX semaphores in libpthread ... found checking for struct msghdr.msg_control ... found checking for ioctl(FIONBIO) ... found checking for struct tm.tm_gmtoff ... found checking for struct dirent.d_namlen ... not found checking for struct dirent.d_type ... found checking for sysconf(_SC_NPROCESSORS_ONLN) ... found checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found checking for openat(), fstatat() ... found checking for getaddrinfo() ... found configuring additional dynamic modules adding module in ../ngx_brotli + ngx_brotli was configured checking for PCRE library ... found checking for PCRE JIT support ... found checking for OpenSSL library ... found checking for zlib library ... found checking for libxslt ... found checking for libexslt ... found checking for GD library ... found checking for GD WebP support ... not found checking for perl + perl version: This is perl 5, version 16, subversion 3 (v5.16.3) built for x86_64-linux-thread-multi + perl interpreter multiplicity found checking for Google perftools ... found creating objs/Makefile Configuration summary + using system PCRE library + using system OpenSSL library + using system zlib library nginx path prefix: "/usr/share/nginx" nginx binary file: "/usr/sbin/nginx" nginx modules path: "/usr/lib64/nginx/modules" nginx configuration prefix: "/etc/nginx" nginx configuration file: "/etc/nginx/nginx.conf" nginx pid file: "/run/nginx.pid" nginx error log file: "/var/log/nginx/error.log" nginx http access log file: "/var/log/nginx/access.log" nginx http client request body temporary files: "/var/lib/nginx/tmp/client_body" nginx http proxy temporary files: "/var/lib/nginx/tmp/proxy" nginx http fastcgi temporary files: "/var/lib/nginx/tmp/fastcgi" nginx http uwsgi temporary files: "/var/lib/nginx/tmp/uwsgi" nginx http scgi temporary files: "/var/lib/nginx/tmp/scgi" ./configure: warning: the "--with-ipv6" option is deprecated [root@localhost nginx-1.16.1]# make modules make -f objs/Makefile modules make[1]: Entering directory `/usr/src/nginx-1.16.1' cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/http/modules/ngx_http_xslt_filter_module.o \ src/http/modules/ngx_http_xslt_filter_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_http_xslt_filter_module_modules.o \ objs/ngx_http_xslt_filter_module_modules.c cc -o objs/ngx_http_xslt_filter_module.so \ objs/src/http/modules/ngx_http_xslt_filter_module.o \ objs/ngx_http_xslt_filter_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -lxml2 -lxslt -lexslt \ -shared cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/http/modules/ngx_http_image_filter_module.o \ src/http/modules/ngx_http_image_filter_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_http_image_filter_module_modules.o \ objs/ngx_http_image_filter_module_modules.c cc -o objs/ngx_http_image_filter_module.so \ objs/src/http/modules/ngx_http_image_filter_module.o \ objs/ngx_http_image_filter_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -lgd \ -shared grep 'define NGINX_VERSION' src/core/nginx.h \ | sed -e 's/^.*"\(.*\)".*/\1/' > \ objs/src/http/modules/perl/version sed "s/%%VERSION%%/`cat objs/src/http/modules/perl/version`/" \ src/http/modules/perl/nginx.pm > \ objs/src/http/modules/perl/nginx.pm cp -p src/http/modules/perl/nginx.xs objs/src/http/modules/perl/ cp -p src/http/modules/perl/typemap objs/src/http/modules/perl/ cp -p src/http/modules/perl/Makefile.PL objs/src/http/modules/perl/ cd objs/src/http/modules/perl \ && NGX_PM_CFLAGS="-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic" \ NGX_PM_LDFLAGS="-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro" \ NGX_INCS="src/core src/event src/event/modules src/os/unix src/http/modules/perl ../ngx_brotli/deps/brotli/c/include /usr/include/libxml2 objs src/http src/http/modules src/http/v2" \ NGX_DEPS="src/core/nginx.h src/core/ngx_config.h src/core/ngx_core.h src/core/ngx_log.h src/core/ngx_palloc.h src/core/ngx_array.h src/core/ngx_list.h src/core/ngx_hash.h src/core/ngx_buf.h src/core/ngx_queue.h src/core/ngx_string.h src/core/ngx_parse.h src/core/ngx_parse_time.h src/core/ngx_inet.h src/core/ngx_file.h src/core/ngx_crc.h src/core/ngx_crc32.h src/core/ngx_murmurhash.h src/core/ngx_md5.h src/core/ngx_sha1.h src/core/ngx_rbtree.h src/core/ngx_radix_tree.h src/core/ngx_rwlock.h src/core/ngx_slab.h src/core/ngx_times.h src/core/ngx_shmtx.h src/core/ngx_connection.h src/core/ngx_cycle.h src/core/ngx_conf_file.h src/core/ngx_module.h src/core/ngx_resolver.h src/core/ngx_open_file_cache.h src/core/ngx_crypt.h src/core/ngx_proxy_protocol.h src/core/ngx_syslog.h src/event/ngx_event.h src/event/ngx_event_timer.h src/event/ngx_event_posted.h src/event/ngx_event_connect.h src/event/ngx_event_pipe.h src/os/unix/ngx_time.h src/os/unix/ngx_errno.h src/os/unix/ngx_alloc.h src/os/unix/ngx_files.h src/os/unix/ngx_channel.h src/os/unix/ngx_shmem.h src/os/unix/ngx_process.h src/os/unix/ngx_setaffinity.h src/os/unix/ngx_setproctitle.h src/os/unix/ngx_atomic.h src/os/unix/ngx_gcc_atomic_x86.h src/os/unix/ngx_thread.h src/os/unix/ngx_socket.h src/os/unix/ngx_os.h src/os/unix/ngx_user.h src/os/unix/ngx_dlopen.h src/os/unix/ngx_process_cycle.h src/os/unix/ngx_linux_config.h src/os/unix/ngx_linux.h src/event/ngx_event_openssl.h src/core/ngx_regex.h objs/ngx_auto_config.h src/http/ngx_http.h src/http/ngx_http_request.h src/http/ngx_http_config.h src/http/ngx_http_core_module.h src/http/ngx_http_cache.h src/http/ngx_http_variables.h src/http/ngx_http_script.h src/http/ngx_http_upstream.h src/http/ngx_http_upstream_round_robin.h src/http/modules/ngx_http_ssi_filter_module.h src/http/v2/ngx_http_v2.h src/http/v2/ngx_http_v2_module.h src/http/modules/ngx_http_ssl_module.h" \ perl Makefile.PL \ LIB= \ INSTALLSITEMAN3DIR= Writing Makefile for nginx cd objs/src/http/modules/perl && make make[2]: Entering directory `/usr/src/nginx-1.16.1/objs/src/http/modules/perl' cp nginx.pm blib/lib/nginx.pm /usr/bin/perl /usr/share/perl5/vendor_perl/ExtUtils/xsubpp -typemap /usr/share/perl5/ExtUtils/typemap -typemap typemap nginx.xs > nginx.xsc && mv nginx.xsc nginx.c gcc -c -I ../../../../../src/core -I ../../../../../src/event -I ../../../../../src/event/modules -I ../../../../../src/os/unix -I ../../../../../src/http/modules/perl -I ../../../../../../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I ../../../../../objs -I ../../../../../src/http -I ../../../../../src/http/modules -I ../../../../../src/http/v2 -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -O -DVERSION=\"1.16.1\" -DXS_VERSION=\"1.16.1\" -fPIC "-I/usr/lib64/perl5/CORE" nginx.c Running Mkbootstrap for nginx () chmod 644 nginx.bs rm -f blib/arch/auto/nginx/nginx.so gcc -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -shared -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -Wl,-z,relro nginx.o -o blib/arch/auto/nginx/nginx.so \ \ chmod 755 blib/arch/auto/nginx/nginx.so cp nginx.bs blib/arch/auto/nginx/nginx.bs chmod 644 blib/arch/auto/nginx/nginx.bs Manifying blib/man3/nginx.3pm make[2]: Leaving directory `/usr/src/nginx-1.16.1/objs/src/http/modules/perl' rm -rf objs/install_perl cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/lib64/perl5/CORE -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/http/modules/perl/ngx_http_perl_module.o \ src/http/modules/perl/ngx_http_perl_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_http_perl_module_modules.o \ objs/ngx_http_perl_module_modules.c cc -o objs/ngx_http_perl_module.so \ objs/src/http/modules/perl/ngx_http_perl_module.o \ objs/ngx_http_perl_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -Wl,--enable-new-dtags -Wl,-rpath,/usr/lib64/perl5/CORE -fstack-protector -L/usr/lib64/perl5/CORE -lperl -lresolv -lnsl -ldl -lm -lcrypt -lutil -lpthread -lc \ -shared cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/common/dictionary.o \ ../ngx_brotli/deps/brotli/c/common/dictionary.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/common/transform.o \ ../ngx_brotli/deps/brotli/c/common/transform.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/backward_references.o \ ../ngx_brotli/deps/brotli/c/enc/backward_references.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/backward_references_hq.o \ ../ngx_brotli/deps/brotli/c/enc/backward_references_hq.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/bit_cost.o \ ../ngx_brotli/deps/brotli/c/enc/bit_cost.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/block_splitter.o \ ../ngx_brotli/deps/brotli/c/enc/block_splitter.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/brotli_bit_stream.o \ ../ngx_brotli/deps/brotli/c/enc/brotli_bit_stream.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/cluster.o \ ../ngx_brotli/deps/brotli/c/enc/cluster.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/compress_fragment.o \ ../ngx_brotli/deps/brotli/c/enc/compress_fragment.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/compress_fragment_two_pass.o \ ../ngx_brotli/deps/brotli/c/enc/compress_fragment_two_pass.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/dictionary_hash.o \ ../ngx_brotli/deps/brotli/c/enc/dictionary_hash.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/encode.o \ ../ngx_brotli/deps/brotli/c/enc/encode.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/encoder_dict.o \ ../ngx_brotli/deps/brotli/c/enc/encoder_dict.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/entropy_encode.o \ ../ngx_brotli/deps/brotli/c/enc/entropy_encode.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/histogram.o \ ../ngx_brotli/deps/brotli/c/enc/histogram.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/literal_cost.o \ ../ngx_brotli/deps/brotli/c/enc/literal_cost.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/memory.o \ ../ngx_brotli/deps/brotli/c/enc/memory.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/metablock.o \ ../ngx_brotli/deps/brotli/c/enc/metablock.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/static_dict.o \ ../ngx_brotli/deps/brotli/c/enc/static_dict.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/enc/utf8_util.o \ ../ngx_brotli/deps/brotli/c/enc/utf8_util.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/filter/ngx_http_brotli_filter_module.o \ ../ngx_brotli/filter/ngx_http_brotli_filter_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_http_brotli_filter_module_modules.o \ objs/ngx_http_brotli_filter_module_modules.c cc -o objs/ngx_http_brotli_filter_module.so \ objs/addon/common/dictionary.o \ objs/addon/common/transform.o \ objs/addon/enc/backward_references.o \ objs/addon/enc/backward_references_hq.o \ objs/addon/enc/bit_cost.o \ objs/addon/enc/block_splitter.o \ objs/addon/enc/brotli_bit_stream.o \ objs/addon/enc/cluster.o \ objs/addon/enc/compress_fragment.o \ objs/addon/enc/compress_fragment_two_pass.o \ objs/addon/enc/dictionary_hash.o \ objs/addon/enc/encode.o \ objs/addon/enc/encoder_dict.o \ objs/addon/enc/entropy_encode.o \ objs/addon/enc/histogram.o \ objs/addon/enc/literal_cost.o \ objs/addon/enc/memory.o \ objs/addon/enc/metablock.o \ objs/addon/enc/static_dict.o \ objs/addon/enc/utf8_util.o \ objs/addon/filter/ngx_http_brotli_filter_module.o \ objs/ngx_http_brotli_filter_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E -lm \ -shared cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/addon/static/ngx_http_brotli_static_module.o \ ../ngx_brotli/static/ngx_http_brotli_static_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_http_brotli_static_module_modules.o \ objs/ngx_http_brotli_static_module_modules.c cc -o objs/ngx_http_brotli_static_module.so \ objs/addon/static/ngx_http_brotli_static_module.o \ objs/ngx_http_brotli_static_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E \ -shared cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail.o \ src/mail/ngx_mail.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_core_module.o \ src/mail/ngx_mail_core_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_handler.o \ src/mail/ngx_mail_handler.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_parse.o \ src/mail/ngx_mail_parse.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_ssl_module.o \ src/mail/ngx_mail_ssl_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_pop3_module.o \ src/mail/ngx_mail_pop3_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_pop3_handler.o \ src/mail/ngx_mail_pop3_handler.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_imap_module.o \ src/mail/ngx_mail_imap_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_imap_handler.o \ src/mail/ngx_mail_imap_handler.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_smtp_module.o \ src/mail/ngx_mail_smtp_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_smtp_handler.o \ src/mail/ngx_mail_smtp_handler.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_auth_http_module.o \ src/mail/ngx_mail_auth_http_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/mail/ngx_mail_proxy_module.o \ src/mail/ngx_mail_proxy_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_mail_module_modules.o \ objs/ngx_mail_module_modules.c cc -o objs/ngx_mail_module.so \ objs/src/mail/ngx_mail.o \ objs/src/mail/ngx_mail_core_module.o \ objs/src/mail/ngx_mail_handler.o \ objs/src/mail/ngx_mail_parse.o \ objs/src/mail/ngx_mail_ssl_module.o \ objs/src/mail/ngx_mail_pop3_module.o \ objs/src/mail/ngx_mail_pop3_handler.o \ objs/src/mail/ngx_mail_imap_module.o \ objs/src/mail/ngx_mail_imap_handler.o \ objs/src/mail/ngx_mail_smtp_module.o \ objs/src/mail/ngx_mail_smtp_handler.o \ objs/src/mail/ngx_mail_auth_http_module.o \ objs/src/mail/ngx_mail_proxy_module.o \ objs/ngx_mail_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E \ -shared cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream.o \ src/stream/ngx_stream.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_variables.o \ src/stream/ngx_stream_variables.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_script.o \ src/stream/ngx_stream_script.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_handler.o \ src/stream/ngx_stream_handler.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_core_module.o \ src/stream/ngx_stream_core_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_log_module.o \ src/stream/ngx_stream_log_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_proxy_module.o \ src/stream/ngx_stream_proxy_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream.o \ src/stream/ngx_stream_upstream.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream_round_robin.o \ src/stream/ngx_stream_upstream_round_robin.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_write_filter_module.o \ src/stream/ngx_stream_write_filter_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_ssl_module.o \ src/stream/ngx_stream_ssl_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_limit_conn_module.o \ src/stream/ngx_stream_limit_conn_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_access_module.o \ src/stream/ngx_stream_access_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_geo_module.o \ src/stream/ngx_stream_geo_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_map_module.o \ src/stream/ngx_stream_map_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_split_clients_module.o \ src/stream/ngx_stream_split_clients_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_return_module.o \ src/stream/ngx_stream_return_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream_hash_module.o \ src/stream/ngx_stream_upstream_hash_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \ src/stream/ngx_stream_upstream_least_conn_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream_random_module.o \ src/stream/ngx_stream_upstream_random_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_upstream_zone_module.o \ src/stream/ngx_stream_upstream_zone_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/src/stream/ngx_stream_ssl_preread_module.o \ src/stream/ngx_stream_ssl_preread_module.c cc -c -fPIC -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -Werror -g -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -Wno-deprecated-declarations -I src/core -I src/event -I src/event/modules -I src/os/unix -I src/http/modules/perl -I ../ngx_brotli/deps/brotli/c/include -I /usr/include/libxml2 -I objs -I src/http -I src/http/modules -I src/http/v2 -I src/mail -I src/stream \ -o objs/ngx_stream_module_modules.o \ objs/ngx_stream_module_modules.c cc -o objs/ngx_stream_module.so \ objs/src/stream/ngx_stream.o \ objs/src/stream/ngx_stream_variables.o \ objs/src/stream/ngx_stream_script.o \ objs/src/stream/ngx_stream_handler.o \ objs/src/stream/ngx_stream_core_module.o \ objs/src/stream/ngx_stream_log_module.o \ objs/src/stream/ngx_stream_proxy_module.o \ objs/src/stream/ngx_stream_upstream.o \ objs/src/stream/ngx_stream_upstream_round_robin.o \ objs/src/stream/ngx_stream_write_filter_module.o \ objs/src/stream/ngx_stream_ssl_module.o \ objs/src/stream/ngx_stream_limit_conn_module.o \ objs/src/stream/ngx_stream_access_module.o \ objs/src/stream/ngx_stream_geo_module.o \ objs/src/stream/ngx_stream_map_module.o \ objs/src/stream/ngx_stream_split_clients_module.o \ objs/src/stream/ngx_stream_return_module.o \ objs/src/stream/ngx_stream_upstream_hash_module.o \ objs/src/stream/ngx_stream_upstream_least_conn_module.o \ objs/src/stream/ngx_stream_upstream_random_module.o \ objs/src/stream/ngx_stream_upstream_zone_module.o \ objs/src/stream/ngx_stream_ssl_preread_module.o \ objs/ngx_stream_module_modules.o \ -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-E \ -shared make[1]: Leaving directory `/usr/src/nginx-1.16.1' [root@localhost nginx-1.16.1]# cp objs/ngx_http_brotli_filter_module.so /usr/share/nginx/modules cp: overwrite ‘/usr/share/nginx/modules/ngx_http_brotli_filter_module.so’? y [root@localhost nginx-1.16.1]# cp objs/ngx_http_brotli_static_module.so /usr/share/nginx/modules cp: overwrite ‘/usr/share/nginx/modules/ngx_http_brotli_static_module.so’? y [root@localhost nginx-1.16.1]# nginx -t nginx: [emerg] module "/usr/share/nginx/modules/ngx_http_brotli_filter_module.so" is not binary compatible in /etc/nginx/nginx.conf:1 nginx: configuration file /etc/nginx/nginx.conf test failed [root@localhost nginx-1.16.1]# ```And here is my NGINX configuration file
```nginx load_module modules/ngx_http_brotli_filter_module.so; load_module modules/ngx_http_brotli_static_module.so; user www-data; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; # Load dynamic modules. See /usr/share/nginx/README.dynamic. include /usr/share/nginx/modules/*.conf; events { worker_connections 1024; } http { ... } ```Am I crazy? What am I missing here? Thanks!