Skip to content

Instantly share code, notes, and snippets.

@timgent
Created August 15, 2016 16:36
Show Gist options
  • Save timgent/9e30fb06dfd1bbf200720c3c636deb3e to your computer and use it in GitHub Desktop.
Save timgent/9e30fb06dfd1bbf200720c3c636deb3e to your computer and use it in GitHub Desktop.
[root@8881a24c5485 openresty-1.9.15.1]# ./configure --add-module=../naxsi-master/naxsi_src
platform: linux (linux)
cp -rp bundle/ build
cd build
cd LuaJIT-2.1-20160517
gmake TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit
==== Building LuaJIT 2.1.0-beta2 ====
gmake -C src
gmake[1]: Entering directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517/src'
HOSTCC host/minilua.o
HOSTLINK host/minilua
DYNASM host/buildvm_arch.h
HOSTCC host/buildvm.o
HOSTCC host/buildvm_asm.o
HOSTCC host/buildvm_peobj.o
HOSTCC host/buildvm_lib.o
HOSTCC host/buildvm_fold.o
HOSTLINK host/buildvm
BUILDVM lj_vm.S
ASM lj_vm.o
CC lj_gc.o
BUILDVM lj_ffdef.h
CC lj_err.o
CC lj_char.o
BUILDVM lj_bcdef.h
CC lj_bc.o
CC lj_obj.o
CC lj_buf.o
CC lj_str.o
CC lj_tab.o
CC lj_func.o
CC lj_udata.o
CC lj_meta.o
CC lj_debug.o
CC lj_state.o
CC lj_dispatch.o
CC lj_vmevent.o
CC lj_vmmath.o
CC lj_strscan.o
CC lj_strfmt.o
CC lj_strfmt_num.o
CC lj_api.o
CC lj_profile.o
CC lj_lex.o
CC lj_parse.o
CC lj_bcread.o
CC lj_bcwrite.o
CC lj_load.o
CC lj_ir.o
CC lj_opt_mem.o
BUILDVM lj_folddef.h
CC lj_opt_fold.o
CC lj_opt_narrow.o
CC lj_opt_dce.o
CC lj_opt_loop.o
CC lj_opt_split.o
CC lj_opt_sink.o
CC lj_mcode.o
CC lj_snap.o
CC lj_record.o
CC lj_crecord.o
BUILDVM lj_recdef.h
CC lj_ffrecord.o
CC lj_asm.o
CC lj_trace.o
CC lj_gdbjit.o
CC lj_ctype.o
CC lj_cdata.o
CC lj_cconv.o
CC lj_ccall.o
CC lj_ccallback.o
CC lj_carith.o
CC lj_clib.o
CC lj_cparse.o
CC lj_lib.o
CC lj_alloc.o
CC lib_aux.o
BUILDVM lj_libdef.h
CC lib_base.o
CC lib_math.o
CC lib_bit.o
CC lib_string.o
CC lib_table.o
CC lib_io.o
CC lib_os.o
CC lib_package.o
CC lib_debug.o
CC lib_jit.o
CC lib_ffi.o
CC lib_init.o
AR libluajit.a
CC luajit.o
BUILDVM jit/vmdef.lua
DYNLINK libluajit.so
LINK luajit
OK Successfully built LuaJIT
gmake[1]: Leaving directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517/src'
==== Successfully built LuaJIT 2.1.0-beta2 ====
gmake install TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit DESTDIR=/root/openresty-1.9.15.1/build/luajit-root/
==== Installing LuaJIT 2.1.0-beta2 to /usr/local/openresty/luajit ====
mkdir -p /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/bin /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/include/luajit-2.1 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/share/man/man1 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/pkgconfig /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/share/luajit-2.1.0-beta2/jit /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/share/lua/5.1 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/lua/5.1
cd src && install -m 0755 luajit /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/bin/luajit-2.1.0-beta2
cd src && test -f libluajit.a && install -m 0644 libluajit.a /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.a || :
rm -f /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so.2.1.0 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so.2
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so.2.1.0 && \
ldconfig -n /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib && \
ln -sf libluajit-5.1.so.2.1.0 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so && \
ln -sf libluajit-5.1.so.2.1.0 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/libluajit-5.1.so.2 || :
cd etc && install -m 0644 luajit.1 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/usr/local/openresty/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/lib/pkgconfig/luajit.pc && \
rm -f luajit.pc.tmp
cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/include/luajit-2.1
cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua vmdef.lua /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/share/luajit-2.1.0-beta2/jit
ln -sf luajit-2.1.0-beta2 /root/openresty-1.9.15.1/build/luajit-root//usr/local/openresty/luajit/bin/luajit
==== Successfully installed LuaJIT 2.1.0-beta2 to /usr/local/openresty/luajit ====
export LUAJIT_LIB='/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC='/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1'
cd ..
cd nginx-1.9.15
sh ./configure --prefix=/usr/local/openresty/nginx \
--with-cc-opt='-O2' \
--add-module=../ngx_devel_kit-0.3.0 \
--add-module=../echo-nginx-module-0.59 \
--add-module=../xss-nginx-module-0.05 \
--add-module=../ngx_coolkit-0.2rc3 \
--add-module=../set-misc-nginx-module-0.30 \
--add-module=../form-input-nginx-module-0.12 \
--add-module=../encrypted-session-nginx-module-0.05 \
--add-module=../srcache-nginx-module-0.31 \
--add-module=../ngx_lua-0.10.5 \
--add-module=../ngx_lua_upstream-0.05 \
--add-module=../headers-more-nginx-module-0.30 \
--add-module=../array-var-nginx-module-0.05 \
--add-module=../memc-nginx-module-0.17 \
--add-module=../redis2-nginx-module-0.13 \
--add-module=../redis-nginx-module-0.3.7 \
--add-module=../rds-json-nginx-module-0.14 \
--add-module=../rds-csv-nginx-module-0.07 \
--with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \
--add-module=/root/openresty-1.9.15.1/../naxsi-master/naxsi_src --with-http_ssl_module
checking for OS
+ Linux 3.13.0-93-generic x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.8.5 20150623 (Red Hat 4.8.5-4) (GCC)
checking for gcc -pipe switch ... found
checking for --with-ld-opt="-Wl,-rpath,/usr/local/openresty/luajit/lib" ... 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 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 sched_setaffinity() ... found
checking for crypt_r() ... found
checking for sys/vfs.h ... found
checking for nobody group ... 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 SO_SETFIB ... not found
checking for SO_REUSEPORT ... found
checking for SO_ACCEPTFILTER ... not found
checking for IP_RECVDSTADDR ... 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 eventfd() ... 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 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 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 openat(), fstatat() ... found
checking for getaddrinfo() ... found
configuring additional modules
adding module in ../ngx_devel_kit-0.3.0
+ ngx_devel_kit was configured
adding module in ../echo-nginx-module-0.59
+ ngx_http_echo_module was configured
adding module in ../xss-nginx-module-0.05
+ ngx_http_xss_filter_module was configured
adding module in ../ngx_coolkit-0.2rc3
+ ngx_coolkit_module was configured
adding module in ../set-misc-nginx-module-0.30
found ngx_devel_kit for ngx_set_misc; looks good.
+ ngx_http_set_misc_module was configured
adding module in ../form-input-nginx-module-0.12
found ngx_devel_kit for ngx_form_input; looks good.
+ ngx_http_form_input_module was configured
adding module in ../encrypted-session-nginx-module-0.05
found ngx_devel_kit for ngx_encrypted_session; looks good.
+ ngx_http_encrypted_session_module was configured
adding module in ../srcache-nginx-module-0.31
+ ngx_http_srcache_filter_module was configured
adding module in ../ngx_lua-0.10.5
checking for LuaJIT library in /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/lib and /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found
checking for export symbols by default (-E) ... found
checking for export symbols by default (--export-all-symbols) ... not found
checking for SO_PASSCRED ... found
checking for mmap(sbrk(0)) ... found
checking for __attribute__(constructor) ... found
+ ngx_http_lua_module was configured
adding module in ../ngx_lua_upstream-0.05
+ ngx_http_lua_upstream_module was configured
adding module in ../headers-more-nginx-module-0.30
+ ngx_http_headers_more_filter_module was configured
adding module in ../array-var-nginx-module-0.05
found ngx_devel_kit for ngx_array_var; looks good.
+ ngx_http_array_var_module was configured
adding module in ../memc-nginx-module-0.17
+ ngx_http_memc_module was configured
adding module in ../redis2-nginx-module-0.13
+ ngx_http_redis2_module was configured
adding module in ../redis-nginx-module-0.3.7
+ ngx_http_redis_module was configured
adding module in ../rds-json-nginx-module-0.14
+ ngx_http_rds_json_filter_module was configured
adding module in ../rds-csv-nginx-module-0.07
+ ngx_http_rds_csv_filter_module was configured
adding module in /root/openresty-1.9.15.1/../naxsi-master/naxsi_src
+ ngx_http_naxsi_module was configured
checking for PCRE library ... found
checking for PCRE JIT support ... found
checking for OpenSSL library ... found
checking for zlib library ... found
creating objs/Makefile
Configuration summary
+ using system PCRE library
+ using system OpenSSL library
+ md5: using OpenSSL library
+ sha1: using OpenSSL library
+ using system zlib library
nginx path prefix: "/usr/local/openresty/nginx"
nginx binary file: "/usr/local/openresty/nginx/sbin/nginx"
nginx modules path: "/usr/local/openresty/nginx/modules"
nginx configuration prefix: "/usr/local/openresty/nginx/conf"
nginx configuration file: "/usr/local/openresty/nginx/conf/nginx.conf"
nginx pid file: "/usr/local/openresty/nginx/logs/nginx.pid"
nginx error log file: "/usr/local/openresty/nginx/logs/error.log"
nginx http access log file: "/usr/local/openresty/nginx/logs/access.log"
nginx http client request body temporary files: "client_body_temp"
nginx http proxy temporary files: "proxy_temp"
nginx http fastcgi temporary files: "fastcgi_temp"
nginx http uwsgi temporary files: "uwsgi_temp"
nginx http scgi temporary files: "scgi_temp"
cd ../..
Type the following commands to build and install:
gmake
gmake install
[root@8881a24c5485 openresty-1.9.15.1]# make
cd /root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517 && make TARGET_STRIP=@: CCDEBUG=-g CC=cc PREFIX=/usr/local/openresty/luajit
make[1]: Entering directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517'
==== Building LuaJIT 2.1.0-beta2 ====
make -C src
make[2]: Entering directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517/src'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517/src'
==== Successfully built LuaJIT 2.1.0-beta2 ====
make[1]: Leaving directory `/root/openresty-1.9.15.1/build/LuaJIT-2.1-20160517'
cd /root/openresty-1.9.15.1/build/lua-cjson-2.1.0.4 && make DESTDIR= LUA_INCLUDE_DIR=/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/usr/local/openresty/lualib LUA_MODULE_DIR=/usr/local/openresty/lualib CJSON_CFLAGS="-g -fpic" CC=cc
make[1]: Entering directory `/root/openresty-1.9.15.1/build/lua-cjson-2.1.0.4'
cc -c -O3 -Wall -pedantic -DNDEBUG -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -g -fpic -o lua_cjson.o lua_cjson.c
cc -c -O3 -Wall -pedantic -DNDEBUG -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -g -fpic -o strbuf.o strbuf.c
cc -c -O3 -Wall -pedantic -DNDEBUG -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -g -fpic -o fpconv.o fpconv.c
cc -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o
make[1]: Leaving directory `/root/openresty-1.9.15.1/build/lua-cjson-2.1.0.4'
cd /root/openresty-1.9.15.1/build/lua-redis-parser-0.12 && make DESTDIR= LUA_INCLUDE_DIR=/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc
make[1]: Entering directory `/root/openresty-1.9.15.1/build/lua-redis-parser-0.12'
cc -c -g -O -Wall -fpic -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -o redis-parser.o redis-parser.c
cc -shared -o parser.so redis-parser.o
make[1]: Leaving directory `/root/openresty-1.9.15.1/build/lua-redis-parser-0.12'
cd /root/openresty-1.9.15.1/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 LUA_LIB_DIR=/usr/local/openresty/lualib CC=cc
make[1]: Entering directory `/root/openresty-1.9.15.1/build/lua-rds-parser-0.06'
cc -c -g -O -Wall -fpic -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -o src/rds_parser.o src/rds_parser.c
cc -shared -o parser.so src/rds_parser.o
make[1]: Leaving directory `/root/openresty-1.9.15.1/build/lua-rds-parser-0.06'
cd /root/openresty-1.9.15.1/build/nginx-1.9.15 && make
make[1]: Entering directory `/root/openresty-1.9.15.1/build/nginx-1.9.15'
make -f objs/Makefile
make[2]: Entering directory `/root/openresty-1.9.15.1/build/nginx-1.9.15'
objs/Makefile:2555: warning: overriding recipe for target `objs/addon/src/ndk.o'
objs/Makefile:1701: warning: ignoring old recipe for target `objs/addon/src/ndk.o'
objs/Makefile:2562: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_module.o'
objs/Makefile:1708: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_module.o'
objs/Makefile:2569: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_util.o'
objs/Makefile:1715: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_util.o'
objs/Makefile:2576: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_timer.o'
objs/Makefile:1722: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_timer.o'
objs/Makefile:2583: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_var.o'
objs/Makefile:1729: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_var.o'
objs/Makefile:2590: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_handler.o'
objs/Makefile:1736: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_handler.o'
objs/Makefile:2597: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_filter.o'
objs/Makefile:1743: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_filter.o'
objs/Makefile:2604: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_sleep.o'
objs/Makefile:1750: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_sleep.o'
objs/Makefile:2611: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_location.o'
objs/Makefile:1757: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_location.o'
objs/Makefile:2618: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_echo.o'
objs/Makefile:1764: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_echo.o'
objs/Makefile:2625: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_request_info.o'
objs/Makefile:1771: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_request_info.o'
objs/Makefile:2632: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_subrequest.o'
objs/Makefile:1778: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_subrequest.o'
objs/Makefile:2639: warning: overriding recipe for target `objs/addon/src/ngx_http_echo_foreach.o'
objs/Makefile:1785: warning: ignoring old recipe for target `objs/addon/src/ngx_http_echo_foreach.o'
objs/Makefile:2646: warning: overriding recipe for target `objs/addon/src/ngx_http_xss_filter_module.o'
objs/Makefile:1792: warning: ignoring old recipe for target `objs/addon/src/ngx_http_xss_filter_module.o'
objs/Makefile:2653: warning: overriding recipe for target `objs/addon/src/ngx_http_xss_util.o'
objs/Makefile:1799: warning: ignoring old recipe for target `objs/addon/src/ngx_http_xss_util.o'
objs/Makefile:2660: warning: overriding recipe for target `objs/addon/src/ngx_coolkit_handlers.o'
objs/Makefile:1806: warning: ignoring old recipe for target `objs/addon/src/ngx_coolkit_handlers.o'
objs/Makefile:2667: warning: overriding recipe for target `objs/addon/src/ngx_coolkit_module.o'
objs/Makefile:1813: warning: ignoring old recipe for target `objs/addon/src/ngx_coolkit_module.o'
objs/Makefile:2674: warning: overriding recipe for target `objs/addon/src/ngx_coolkit_variables.o'
objs/Makefile:1820: warning: ignoring old recipe for target `objs/addon/src/ngx_coolkit_variables.o'
objs/Makefile:2681: warning: overriding recipe for target `objs/addon/src/ngx_http_set_base32.o'
objs/Makefile:1827: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_base32.o'
objs/Makefile:2688: warning: overriding recipe for target `objs/addon/src/ngx_http_set_default_value.o'
objs/Makefile:1834: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_default_value.o'
objs/Makefile:2695: warning: overriding recipe for target `objs/addon/src/ngx_http_set_hashed_upstream.o'
objs/Makefile:1841: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_hashed_upstream.o'
objs/Makefile:2702: warning: overriding recipe for target `objs/addon/src/ngx_http_set_quote_sql.o'
objs/Makefile:1848: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_quote_sql.o'
objs/Makefile:2709: warning: overriding recipe for target `objs/addon/src/ngx_http_set_quote_json.o'
objs/Makefile:1855: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_quote_json.o'
objs/Makefile:2716: warning: overriding recipe for target `objs/addon/src/ngx_http_set_unescape_uri.o'
objs/Makefile:1862: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_unescape_uri.o'
objs/Makefile:2723: warning: overriding recipe for target `objs/addon/src/ngx_http_set_misc_module.o'
objs/Makefile:1869: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_misc_module.o'
objs/Makefile:2730: warning: overriding recipe for target `objs/addon/src/ngx_http_set_escape_uri.o'
objs/Makefile:1876: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_escape_uri.o'
objs/Makefile:2737: warning: overriding recipe for target `objs/addon/src/ngx_http_set_hash.o'
objs/Makefile:1883: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_hash.o'
objs/Makefile:2744: warning: overriding recipe for target `objs/addon/src/ngx_http_set_local_today.o'
objs/Makefile:1890: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_local_today.o'
objs/Makefile:2751: warning: overriding recipe for target `objs/addon/src/ngx_http_set_hex.o'
objs/Makefile:1897: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_hex.o'
objs/Makefile:2758: warning: overriding recipe for target `objs/addon/src/ngx_http_set_base64.o'
objs/Makefile:1904: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_base64.o'
objs/Makefile:2765: warning: overriding recipe for target `objs/addon/src/ngx_http_set_random.o'
objs/Makefile:1911: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_random.o'
objs/Makefile:2772: warning: overriding recipe for target `objs/addon/src/ngx_http_set_secure_random.o'
objs/Makefile:1918: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_secure_random.o'
objs/Makefile:2779: warning: overriding recipe for target `objs/addon/src/ngx_http_set_rotate.o'
objs/Makefile:1925: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_rotate.o'
objs/Makefile:2786: warning: overriding recipe for target `objs/addon/src/ngx_http_set_hmac.o'
objs/Makefile:1932: warning: ignoring old recipe for target `objs/addon/src/ngx_http_set_hmac.o'
objs/Makefile:2793: warning: overriding recipe for target `objs/addon/src/ngx_http_form_input_module.o'
objs/Makefile:1939: warning: ignoring old recipe for target `objs/addon/src/ngx_http_form_input_module.o'
objs/Makefile:2800: warning: overriding recipe for target `objs/addon/src/ngx_http_encrypted_session_module.o'
objs/Makefile:1946: warning: ignoring old recipe for target `objs/addon/src/ngx_http_encrypted_session_module.o'
objs/Makefile:2807: warning: overriding recipe for target `objs/addon/src/ngx_http_encrypted_session_cipher.o'
objs/Makefile:1953: warning: ignoring old recipe for target `objs/addon/src/ngx_http_encrypted_session_cipher.o'
objs/Makefile:2814: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_filter_module.o'
objs/Makefile:1960: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_filter_module.o'
objs/Makefile:2821: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_util.o'
objs/Makefile:1967: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_util.o'
objs/Makefile:2828: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_var.o'
objs/Makefile:1974: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_var.o'
objs/Makefile:2835: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_store.o'
objs/Makefile:1981: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_store.o'
objs/Makefile:2842: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_fetch.o'
objs/Makefile:1988: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_fetch.o'
objs/Makefile:2849: warning: overriding recipe for target `objs/addon/src/ngx_http_srcache_headers.o'
objs/Makefile:1995: warning: ignoring old recipe for target `objs/addon/src/ngx_http_srcache_headers.o'
objs/Makefile:2856: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_script.o'
objs/Makefile:2002: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_script.o'
objs/Makefile:2863: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_log.o'
objs/Makefile:2009: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_log.o'
objs/Makefile:2870: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_subrequest.o'
objs/Makefile:2016: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_subrequest.o'
objs/Makefile:2877: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_ndk.o'
objs/Makefile:2023: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_ndk.o'
objs/Makefile:2884: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_control.o'
objs/Makefile:2030: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_control.o'
objs/Makefile:2891: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_time.o'
objs/Makefile:2037: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_time.o'
objs/Makefile:2898: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_misc.o'
objs/Makefile:2044: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_misc.o'
objs/Makefile:2905: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_variable.o'
objs/Makefile:2051: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_variable.o'
objs/Makefile:2912: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_string.o'
objs/Makefile:2058: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_string.o'
objs/Makefile:2919: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_output.o'
objs/Makefile:2065: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_output.o'
objs/Makefile:2926: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_headers.o'
objs/Makefile:2072: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_headers.o'
objs/Makefile:2933: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_req_body.o'
objs/Makefile:2079: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_req_body.o'
objs/Makefile:2940: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_uri.o'
objs/Makefile:2086: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_uri.o'
objs/Makefile:2947: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_args.o'
objs/Makefile:2093: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_args.o'
objs/Makefile:2954: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_ctx.o'
objs/Makefile:2100: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_ctx.o'
objs/Makefile:2961: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_regex.o'
objs/Makefile:2107: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_regex.o'
objs/Makefile:2968: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_module.o'
objs/Makefile:2114: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_module.o'
objs/Makefile:2975: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_headers_out.o'
objs/Makefile:2121: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_headers_out.o'
objs/Makefile:2982: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_headers_in.o'
objs/Makefile:2128: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_headers_in.o'
objs/Makefile:2989: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_directive.o'
objs/Makefile:2135: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_directive.o'
objs/Makefile:2996: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_consts.o'
objs/Makefile:2142: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_consts.o'
objs/Makefile:3003: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_exception.o'
objs/Makefile:2149: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_exception.o'
objs/Makefile:3010: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_util.o'
objs/Makefile:2156: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_util.o'
objs/Makefile:3017: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_cache.o'
objs/Makefile:2163: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_cache.o'
objs/Makefile:3024: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_contentby.o'
objs/Makefile:2170: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_contentby.o'
objs/Makefile:3031: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_rewriteby.o'
objs/Makefile:2177: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_rewriteby.o'
objs/Makefile:3038: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_accessby.o'
objs/Makefile:2184: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_accessby.o'
objs/Makefile:3045: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_setby.o'
objs/Makefile:2191: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_setby.o'
objs/Makefile:3052: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_capturefilter.o'
objs/Makefile:2198: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_capturefilter.o'
objs/Makefile:3059: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_clfactory.o'
objs/Makefile:2205: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_clfactory.o'
objs/Makefile:3066: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_pcrefix.o'
objs/Makefile:2212: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_pcrefix.o'
objs/Makefile:3073: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_headerfilterby.o'
objs/Makefile:2219: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_headerfilterby.o'
objs/Makefile:3080: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_shdict.o'
objs/Makefile:2226: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_shdict.o'
objs/Makefile:3087: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_socket_tcp.o'
objs/Makefile:2233: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_socket_tcp.o'
objs/Makefile:3094: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_api.o'
objs/Makefile:2240: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_api.o'
objs/Makefile:3101: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_logby.o'
objs/Makefile:2247: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_logby.o'
objs/Makefile:3108: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_sleep.o'
objs/Makefile:2254: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_sleep.o'
objs/Makefile:3115: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_semaphore.o'
objs/Makefile:2261: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_semaphore.o'
objs/Makefile:3122: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_coroutine.o'
objs/Makefile:2268: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_coroutine.o'
objs/Makefile:3129: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_bodyfilterby.o'
objs/Makefile:2275: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_bodyfilterby.o'
objs/Makefile:3136: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_initby.o'
objs/Makefile:2282: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_initby.o'
objs/Makefile:3143: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_initworkerby.o'
objs/Makefile:2289: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_initworkerby.o'
objs/Makefile:3150: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_socket_udp.o'
objs/Makefile:2296: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_socket_udp.o'
objs/Makefile:3157: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_req_method.o'
objs/Makefile:2303: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_req_method.o'
objs/Makefile:3164: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_phase.o'
objs/Makefile:2310: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_phase.o'
objs/Makefile:3171: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_uthread.o'
objs/Makefile:2317: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_uthread.o'
objs/Makefile:3178: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_timer.o'
objs/Makefile:2324: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_timer.o'
objs/Makefile:3185: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_config.o'
objs/Makefile:2331: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_config.o'
objs/Makefile:3192: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_worker.o'
objs/Makefile:2338: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_worker.o'
objs/Makefile:3199: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_ssl_certby.o'
objs/Makefile:2345: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_ssl_certby.o'
objs/Makefile:3206: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_ssl_ocsp.o'
objs/Makefile:2352: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_ssl_ocsp.o'
objs/Makefile:3213: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_lex.o'
objs/Makefile:2359: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_lex.o'
objs/Makefile:3220: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_balancer.o'
objs/Makefile:2366: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_balancer.o'
objs/Makefile:3227: warning: overriding recipe for target `objs/addon/src/ngx_http_lua_upstream_module.o'
objs/Makefile:2373: warning: ignoring old recipe for target `objs/addon/src/ngx_http_lua_upstream_module.o'
objs/Makefile:3234: warning: overriding recipe for target `objs/addon/src/ngx_http_headers_more_filter_module.o'
objs/Makefile:2380: warning: ignoring old recipe for target `objs/addon/src/ngx_http_headers_more_filter_module.o'
objs/Makefile:3241: warning: overriding recipe for target `objs/addon/src/ngx_http_headers_more_headers_out.o'
objs/Makefile:2387: warning: ignoring old recipe for target `objs/addon/src/ngx_http_headers_more_headers_out.o'
objs/Makefile:3248: warning: overriding recipe for target `objs/addon/src/ngx_http_headers_more_headers_in.o'
objs/Makefile:2394: warning: ignoring old recipe for target `objs/addon/src/ngx_http_headers_more_headers_in.o'
objs/Makefile:3255: warning: overriding recipe for target `objs/addon/src/ngx_http_headers_more_util.o'
objs/Makefile:2401: warning: ignoring old recipe for target `objs/addon/src/ngx_http_headers_more_util.o'
objs/Makefile:3262: warning: overriding recipe for target `objs/addon/src/ngx_http_array_var_module.o'
objs/Makefile:2408: warning: ignoring old recipe for target `objs/addon/src/ngx_http_array_var_module.o'
objs/Makefile:3269: warning: overriding recipe for target `objs/addon/src/ngx_http_array_var_util.o'
objs/Makefile:2415: warning: ignoring old recipe for target `objs/addon/src/ngx_http_array_var_util.o'
objs/Makefile:3276: warning: overriding recipe for target `objs/addon/src/ngx_http_memc_module.o'
objs/Makefile:2422: warning: ignoring old recipe for target `objs/addon/src/ngx_http_memc_module.o'
objs/Makefile:3283: warning: overriding recipe for target `objs/addon/src/ngx_http_memc_request.o'
objs/Makefile:2429: warning: ignoring old recipe for target `objs/addon/src/ngx_http_memc_request.o'
objs/Makefile:3290: warning: overriding recipe for target `objs/addon/src/ngx_http_memc_response.o'
objs/Makefile:2436: warning: ignoring old recipe for target `objs/addon/src/ngx_http_memc_response.o'
objs/Makefile:3297: warning: overriding recipe for target `objs/addon/src/ngx_http_memc_util.o'
objs/Makefile:2443: warning: ignoring old recipe for target `objs/addon/src/ngx_http_memc_util.o'
objs/Makefile:3304: warning: overriding recipe for target `objs/addon/src/ngx_http_memc_handler.o'
objs/Makefile:2450: warning: ignoring old recipe for target `objs/addon/src/ngx_http_memc_handler.o'
objs/Makefile:3311: warning: overriding recipe for target `objs/addon/src/ngx_http_redis2_module.o'
objs/Makefile:2457: warning: ignoring old recipe for target `objs/addon/src/ngx_http_redis2_module.o'
objs/Makefile:3318: warning: overriding recipe for target `objs/addon/src/ngx_http_redis2_handler.o'
objs/Makefile:2464: warning: ignoring old recipe for target `objs/addon/src/ngx_http_redis2_handler.o'
objs/Makefile:3325: warning: overriding recipe for target `objs/addon/src/ngx_http_redis2_reply.o'
objs/Makefile:2471: warning: ignoring old recipe for target `objs/addon/src/ngx_http_redis2_reply.o'
objs/Makefile:3332: warning: overriding recipe for target `objs/addon/src/ngx_http_redis2_util.o'
objs/Makefile:2478: warning: ignoring old recipe for target `objs/addon/src/ngx_http_redis2_util.o'
objs/Makefile:3339: warning: overriding recipe for target `objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o'
objs/Makefile:2485: warning: ignoring old recipe for target `objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o'
objs/Makefile:3346: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_json_filter_module.o'
objs/Makefile:2492: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_json_filter_module.o'
objs/Makefile:3353: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_json_processor.o'
objs/Makefile:2499: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_json_processor.o'
objs/Makefile:3360: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_json_util.o'
objs/Makefile:2506: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_json_util.o'
objs/Makefile:3367: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_json_output.o'
objs/Makefile:2513: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_json_output.o'
objs/Makefile:3374: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_json_handler.o'
objs/Makefile:2520: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_json_handler.o'
objs/Makefile:3381: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_csv_filter_module.o'
objs/Makefile:2527: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_csv_filter_module.o'
objs/Makefile:3388: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_csv_processor.o'
objs/Makefile:2534: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_csv_processor.o'
objs/Makefile:3395: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_csv_util.o'
objs/Makefile:2541: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_csv_util.o'
objs/Makefile:3402: warning: overriding recipe for target `objs/addon/src/ngx_http_rds_csv_output.o'
objs/Makefile:2548: warning: ignoring old recipe for target `objs/addon/src/ngx_http_rds_csv_output.o'
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/nginx.o \
src/core/nginx.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_log.o \
src/core/ngx_log.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_palloc.o \
src/core/ngx_palloc.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_array.o \
src/core/ngx_array.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_list.o \
src/core/ngx_list.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_hash.o \
src/core/ngx_hash.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_buf.o \
src/core/ngx_buf.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_queue.o \
src/core/ngx_queue.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_output_chain.o \
src/core/ngx_output_chain.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_string.o \
src/core/ngx_string.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_parse.o \
src/core/ngx_parse.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_parse_time.o \
src/core/ngx_parse_time.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_inet.o \
src/core/ngx_inet.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_file.o \
src/core/ngx_file.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_crc32.o \
src/core/ngx_crc32.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_murmurhash.o \
src/core/ngx_murmurhash.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_md5.o \
src/core/ngx_md5.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_rbtree.o \
src/core/ngx_rbtree.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_radix_tree.o \
src/core/ngx_radix_tree.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_slab.o \
src/core/ngx_slab.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_times.o \
src/core/ngx_times.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_shmtx.o \
src/core/ngx_shmtx.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_connection.o \
src/core/ngx_connection.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_cycle.o \
src/core/ngx_cycle.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_spinlock.o \
src/core/ngx_spinlock.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_rwlock.o \
src/core/ngx_rwlock.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_cpuinfo.o \
src/core/ngx_cpuinfo.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_conf_file.o \
src/core/ngx_conf_file.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_module.o \
src/core/ngx_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_resolver.o \
src/core/ngx_resolver.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_open_file_cache.o \
src/core/ngx_open_file_cache.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_crypt.o \
src/core/ngx_crypt.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_proxy_protocol.o \
src/core/ngx_proxy_protocol.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_syslog.o \
src/core/ngx_syslog.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event.o \
src/event/ngx_event.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_timer.o \
src/event/ngx_event_timer.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_posted.o \
src/event/ngx_event_posted.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_accept.o \
src/event/ngx_event_accept.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_connect.o \
src/event/ngx_event_connect.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_pipe.o \
src/event/ngx_event_pipe.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_time.o \
src/os/unix/ngx_time.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_errno.o \
src/os/unix/ngx_errno.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_alloc.o \
src/os/unix/ngx_alloc.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_files.o \
src/os/unix/ngx_files.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_socket.o \
src/os/unix/ngx_socket.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_recv.o \
src/os/unix/ngx_recv.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_readv_chain.o \
src/os/unix/ngx_readv_chain.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_udp_recv.o \
src/os/unix/ngx_udp_recv.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_send.o \
src/os/unix/ngx_send.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_writev_chain.o \
src/os/unix/ngx_writev_chain.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_udp_send.o \
src/os/unix/ngx_udp_send.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_channel.o \
src/os/unix/ngx_channel.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_shmem.o \
src/os/unix/ngx_shmem.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_process.o \
src/os/unix/ngx_process.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_daemon.o \
src/os/unix/ngx_daemon.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_setaffinity.o \
src/os/unix/ngx_setaffinity.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_setproctitle.o \
src/os/unix/ngx_setproctitle.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_posix_init.o \
src/os/unix/ngx_posix_init.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_user.o \
src/os/unix/ngx_user.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_dlopen.o \
src/os/unix/ngx_dlopen.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_process_cycle.o \
src/os/unix/ngx_process_cycle.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_linux_init.o \
src/os/unix/ngx_linux_init.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/modules/ngx_epoll_module.o \
src/event/modules/ngx_epoll_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/os/unix/ngx_linux_sendfile_chain.o \
src/os/unix/ngx_linux_sendfile_chain.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_openssl.o \
src/event/ngx_event_openssl.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/event/ngx_event_openssl_stapling.o \
src/event/ngx_event_openssl_stapling.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/src/core/ngx_regex.o \
src/core/ngx_regex.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http.o \
src/http/ngx_http.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_core_module.o \
src/http/ngx_http_core_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_special_response.o \
src/http/ngx_http_special_response.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_request.o \
src/http/ngx_http_request.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_parse.o \
src/http/ngx_http_parse.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_log_module.o \
src/http/modules/ngx_http_log_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_request_body.o \
src/http/ngx_http_request_body.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_variables.o \
src/http/ngx_http_variables.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_script.o \
src/http/ngx_http_script.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_upstream.o \
src/http/ngx_http_upstream.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_upstream_round_robin.o \
src/http/ngx_http_upstream_round_robin.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_file_cache.o \
src/http/ngx_http_file_cache.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_write_filter_module.o \
src/http/ngx_http_write_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_header_filter_module.o \
src/http/ngx_http_header_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_chunked_filter_module.o \
src/http/modules/ngx_http_chunked_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_range_filter_module.o \
src/http/modules/ngx_http_range_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_gzip_filter_module.o \
src/http/modules/ngx_http_gzip_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_postpone_filter_module.o \
src/http/ngx_http_postpone_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_ssi_filter_module.o \
src/http/modules/ngx_http_ssi_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_charset_filter_module.o \
src/http/modules/ngx_http_charset_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_userid_filter_module.o \
src/http/modules/ngx_http_userid_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_headers_filter_module.o \
src/http/modules/ngx_http_headers_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/ngx_http_copy_filter_module.o \
src/http/ngx_http_copy_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_not_modified_filter_module.o \
src/http/modules/ngx_http_not_modified_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_static_module.o \
src/http/modules/ngx_http_static_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_autoindex_module.o \
src/http/modules/ngx_http_autoindex_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_index_module.o \
src/http/modules/ngx_http_index_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_auth_basic_module.o \
src/http/modules/ngx_http_auth_basic_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_access_module.o \
src/http/modules/ngx_http_access_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_limit_conn_module.o \
src/http/modules/ngx_http_limit_conn_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_limit_req_module.o \
src/http/modules/ngx_http_limit_req_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_geo_module.o \
src/http/modules/ngx_http_geo_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_map_module.o \
src/http/modules/ngx_http_map_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_split_clients_module.o \
src/http/modules/ngx_http_split_clients_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_referer_module.o \
src/http/modules/ngx_http_referer_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_rewrite_module.o \
src/http/modules/ngx_http_rewrite_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_ssl_module.o \
src/http/modules/ngx_http_ssl_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_proxy_module.o \
src/http/modules/ngx_http_proxy_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_fastcgi_module.o \
src/http/modules/ngx_http_fastcgi_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_uwsgi_module.o \
src/http/modules/ngx_http_uwsgi_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_scgi_module.o \
src/http/modules/ngx_http_scgi_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_memcached_module.o \
src/http/modules/ngx_http_memcached_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_empty_gif_module.o \
src/http/modules/ngx_http_empty_gif_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_browser_module.o \
src/http/modules/ngx_http_browser_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_upstream_hash_module.o \
src/http/modules/ngx_http_upstream_hash_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
src/http/modules/ngx_http_upstream_ip_hash_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
src/http/modules/ngx_http_upstream_least_conn_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
src/http/modules/ngx_http_upstream_keepalive_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/src/http/modules/ngx_http_upstream_zone_module.o \
src/http/modules/ngx_http_upstream_zone_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ndk.o \
../ngx_devel_kit-0.3.0/src/ndk.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_module.o \
../echo-nginx-module-0.59/src/ngx_http_echo_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_util.o \
../echo-nginx-module-0.59/src/ngx_http_echo_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_timer.o \
../echo-nginx-module-0.59/src/ngx_http_echo_timer.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_var.o \
../echo-nginx-module-0.59/src/ngx_http_echo_var.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_handler.o \
../echo-nginx-module-0.59/src/ngx_http_echo_handler.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_filter.o \
../echo-nginx-module-0.59/src/ngx_http_echo_filter.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_sleep.o \
../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_location.o \
../echo-nginx-module-0.59/src/ngx_http_echo_location.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_echo.o \
../echo-nginx-module-0.59/src/ngx_http_echo_echo.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_request_info.o \
../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_subrequest.o \
../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_echo_foreach.o \
../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_xss_filter_module.o \
../xss-nginx-module-0.05/src/ngx_http_xss_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_xss_util.o \
../xss-nginx-module-0.05/src/ngx_http_xss_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_coolkit_handlers.o \
../ngx_coolkit-0.2rc3/src/ngx_coolkit_handlers.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_coolkit_module.o \
../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_coolkit_variables.o \
../ngx_coolkit-0.2rc3/src/ngx_coolkit_variables.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_base32.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_base32.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_default_value.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_default_value.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_hashed_upstream.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_quote_sql.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_quote_json.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_quote_json.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_unescape_uri.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_unescape_uri.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_misc_module.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_misc_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_escape_uri.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_escape_uri.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_hash.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_hash.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_local_today.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_hex.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_hex.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_base64.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_base64.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_random.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_random.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_secure_random.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_secure_random.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_rotate.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_rotate.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_set_hmac.o \
../set-misc-nginx-module-0.30/src/ngx_http_set_hmac.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_form_input_module.o \
../form-input-nginx-module-0.12/src/ngx_http_form_input_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_encrypted_session_module.o \
../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_encrypted_session_cipher.o \
../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_cipher.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_filter_module.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_util.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_var.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_store.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_fetch.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_srcache_headers.o \
../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_script.o \
../ngx_lua-0.10.5/src/ngx_http_lua_script.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_log.o \
../ngx_lua-0.10.5/src/ngx_http_lua_log.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_subrequest.o \
../ngx_lua-0.10.5/src/ngx_http_lua_subrequest.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_ndk.o \
../ngx_lua-0.10.5/src/ngx_http_lua_ndk.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_control.o \
../ngx_lua-0.10.5/src/ngx_http_lua_control.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_time.o \
../ngx_lua-0.10.5/src/ngx_http_lua_time.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_misc.o \
../ngx_lua-0.10.5/src/ngx_http_lua_misc.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_variable.o \
../ngx_lua-0.10.5/src/ngx_http_lua_variable.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_string.o \
../ngx_lua-0.10.5/src/ngx_http_lua_string.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_output.o \
../ngx_lua-0.10.5/src/ngx_http_lua_output.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_headers.o \
../ngx_lua-0.10.5/src/ngx_http_lua_headers.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_req_body.o \
../ngx_lua-0.10.5/src/ngx_http_lua_req_body.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_uri.o \
../ngx_lua-0.10.5/src/ngx_http_lua_uri.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_args.o \
../ngx_lua-0.10.5/src/ngx_http_lua_args.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_ctx.o \
../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_regex.o \
../ngx_lua-0.10.5/src/ngx_http_lua_regex.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_module.o \
../ngx_lua-0.10.5/src/ngx_http_lua_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_headers_out.o \
../ngx_lua-0.10.5/src/ngx_http_lua_headers_out.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_headers_in.o \
../ngx_lua-0.10.5/src/ngx_http_lua_headers_in.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_directive.o \
../ngx_lua-0.10.5/src/ngx_http_lua_directive.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_consts.o \
../ngx_lua-0.10.5/src/ngx_http_lua_consts.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_exception.o \
../ngx_lua-0.10.5/src/ngx_http_lua_exception.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_util.o \
../ngx_lua-0.10.5/src/ngx_http_lua_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_cache.o \
../ngx_lua-0.10.5/src/ngx_http_lua_cache.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_contentby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_rewriteby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_accessby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_setby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_setby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_capturefilter.o \
../ngx_lua-0.10.5/src/ngx_http_lua_capturefilter.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_clfactory.o \
../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_pcrefix.o \
../ngx_lua-0.10.5/src/ngx_http_lua_pcrefix.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_headerfilterby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_shdict.o \
../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_socket_tcp.o \
../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_api.o \
../ngx_lua-0.10.5/src/ngx_http_lua_api.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_logby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_logby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_sleep.o \
../ngx_lua-0.10.5/src/ngx_http_lua_sleep.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_semaphore.o \
../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_coroutine.o \
../ngx_lua-0.10.5/src/ngx_http_lua_coroutine.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_bodyfilterby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_initby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_initby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_initworkerby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_socket_udp.o \
../ngx_lua-0.10.5/src/ngx_http_lua_socket_udp.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_req_method.o \
../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_phase.o \
../ngx_lua-0.10.5/src/ngx_http_lua_phase.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_uthread.o \
../ngx_lua-0.10.5/src/ngx_http_lua_uthread.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_timer.o \
../ngx_lua-0.10.5/src/ngx_http_lua_timer.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_config.o \
../ngx_lua-0.10.5/src/ngx_http_lua_config.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_worker.o \
../ngx_lua-0.10.5/src/ngx_http_lua_worker.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_ssl_certby.o \
../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_ssl_ocsp.o \
../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_lex.o \
../ngx_lua-0.10.5/src/ngx_http_lua_lex.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_balancer.o \
../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_lua_upstream_module.o \
../ngx_lua_upstream-0.05/src/ngx_http_lua_upstream_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_headers_more_filter_module.o \
../headers-more-nginx-module-0.30/src/ngx_http_headers_more_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_headers_more_headers_out.o \
../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_headers_more_headers_in.o \
../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_headers_more_util.o \
../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_array_var_module.o \
../array-var-nginx-module-0.05/src/ngx_http_array_var_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_array_var_util.o \
../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_memc_module.o \
../memc-nginx-module-0.17/src/ngx_http_memc_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_memc_request.o \
../memc-nginx-module-0.17/src/ngx_http_memc_request.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_memc_response.o \
../memc-nginx-module-0.17/src/ngx_http_memc_response.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_memc_util.o \
../memc-nginx-module-0.17/src/ngx_http_memc_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_memc_handler.o \
../memc-nginx-module-0.17/src/ngx_http_memc_handler.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_redis2_module.o \
../redis2-nginx-module-0.13/src/ngx_http_redis2_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_redis2_handler.o \
../redis2-nginx-module-0.13/src/ngx_http_redis2_handler.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_redis2_reply.o \
../redis2-nginx-module-0.13/src/ngx_http_redis2_reply.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_redis2_util.o \
../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \
../redis-nginx-module-0.3.7/ngx_http_redis_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_json_filter_module.o \
../rds-json-nginx-module-0.14/src/ngx_http_rds_json_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_json_processor.o \
../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_json_util.o \
../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_json_output.o \
../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_json_handler.o \
../rds-json-nginx-module-0.14/src/ngx_http_rds_json_handler.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_csv_filter_module.o \
../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_filter_module.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_csv_processor.o \
../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_csv_util.o \
../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/src/ngx_http_rds_csv_output.o \
../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_runtime.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_runtime.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_config.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_config.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_utils.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_utils.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_skeleton.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_skeleton.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_json.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_json.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/naxsi_src/naxsi_raw.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/naxsi_raw.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/libinjection/libinjection_sqli.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/ext/libinjection/libinjection_sqli.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/libinjection/libinjection_xss.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/ext/libinjection/libinjection_xss.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs -I src/http -I src/http/modules -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/src -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I /root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 \
-o objs/addon/libinjection/libinjection_html5.o \
/root/openresty-1.9.15.1/../naxsi-master/naxsi_src/ext/libinjection/libinjection_html5.c
cc -c -I/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/usr/local/openresty/lualib/?.lua;/usr/local/openresty/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/usr/local/openresty/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.0/objs -I objs/addon/ndk -I ../ngx_lua-0.10.5/src/api -I objs \
-o objs/ngx_modules.o \
objs/ngx_modules.c
cc -o objs/nginx \
objs/src/core/nginx.o \
objs/src/core/ngx_log.o \
objs/src/core/ngx_palloc.o \
objs/src/core/ngx_array.o \
objs/src/core/ngx_list.o \
objs/src/core/ngx_hash.o \
objs/src/core/ngx_buf.o \
objs/src/core/ngx_queue.o \
objs/src/core/ngx_output_chain.o \
objs/src/core/ngx_string.o \
objs/src/core/ngx_parse.o \
objs/src/core/ngx_parse_time.o \
objs/src/core/ngx_inet.o \
objs/src/core/ngx_file.o \
objs/src/core/ngx_crc32.o \
objs/src/core/ngx_murmurhash.o \
objs/src/core/ngx_md5.o \
objs/src/core/ngx_rbtree.o \
objs/src/core/ngx_radix_tree.o \
objs/src/core/ngx_slab.o \
objs/src/core/ngx_times.o \
objs/src/core/ngx_shmtx.o \
objs/src/core/ngx_connection.o \
objs/src/core/ngx_cycle.o \
objs/src/core/ngx_spinlock.o \
objs/src/core/ngx_rwlock.o \
objs/src/core/ngx_cpuinfo.o \
objs/src/core/ngx_conf_file.o \
objs/src/core/ngx_module.o \
objs/src/core/ngx_resolver.o \
objs/src/core/ngx_open_file_cache.o \
objs/src/core/ngx_crypt.o \
objs/src/core/ngx_proxy_protocol.o \
objs/src/core/ngx_syslog.o \
objs/src/event/ngx_event.o \
objs/src/event/ngx_event_timer.o \
objs/src/event/ngx_event_posted.o \
objs/src/event/ngx_event_accept.o \
objs/src/event/ngx_event_connect.o \
objs/src/event/ngx_event_pipe.o \
objs/src/os/unix/ngx_time.o \
objs/src/os/unix/ngx_errno.o \
objs/src/os/unix/ngx_alloc.o \
objs/src/os/unix/ngx_files.o \
objs/src/os/unix/ngx_socket.o \
objs/src/os/unix/ngx_recv.o \
objs/src/os/unix/ngx_readv_chain.o \
objs/src/os/unix/ngx_udp_recv.o \
objs/src/os/unix/ngx_send.o \
objs/src/os/unix/ngx_writev_chain.o \
objs/src/os/unix/ngx_udp_send.o \
objs/src/os/unix/ngx_channel.o \
objs/src/os/unix/ngx_shmem.o \
objs/src/os/unix/ngx_process.o \
objs/src/os/unix/ngx_daemon.o \
objs/src/os/unix/ngx_setaffinity.o \
objs/src/os/unix/ngx_setproctitle.o \
objs/src/os/unix/ngx_posix_init.o \
objs/src/os/unix/ngx_user.o \
objs/src/os/unix/ngx_dlopen.o \
objs/src/os/unix/ngx_process_cycle.o \
objs/src/os/unix/ngx_linux_init.o \
objs/src/event/modules/ngx_epoll_module.o \
objs/src/os/unix/ngx_linux_sendfile_chain.o \
objs/src/event/ngx_event_openssl.o \
objs/src/event/ngx_event_openssl_stapling.o \
objs/src/core/ngx_regex.o \
objs/src/http/ngx_http.o \
objs/src/http/ngx_http_core_module.o \
objs/src/http/ngx_http_special_response.o \
objs/src/http/ngx_http_request.o \
objs/src/http/ngx_http_parse.o \
objs/src/http/modules/ngx_http_log_module.o \
objs/src/http/ngx_http_request_body.o \
objs/src/http/ngx_http_variables.o \
objs/src/http/ngx_http_script.o \
objs/src/http/ngx_http_upstream.o \
objs/src/http/ngx_http_upstream_round_robin.o \
objs/src/http/ngx_http_file_cache.o \
objs/src/http/ngx_http_write_filter_module.o \
objs/src/http/ngx_http_header_filter_module.o \
objs/src/http/modules/ngx_http_chunked_filter_module.o \
objs/src/http/modules/ngx_http_range_filter_module.o \
objs/src/http/modules/ngx_http_gzip_filter_module.o \
objs/src/http/ngx_http_postpone_filter_module.o \
objs/src/http/modules/ngx_http_ssi_filter_module.o \
objs/src/http/modules/ngx_http_charset_filter_module.o \
objs/src/http/modules/ngx_http_userid_filter_module.o \
objs/src/http/modules/ngx_http_headers_filter_module.o \
objs/src/http/ngx_http_copy_filter_module.o \
objs/src/http/modules/ngx_http_not_modified_filter_module.o \
objs/src/http/modules/ngx_http_static_module.o \
objs/src/http/modules/ngx_http_autoindex_module.o \
objs/src/http/modules/ngx_http_index_module.o \
objs/src/http/modules/ngx_http_auth_basic_module.o \
objs/src/http/modules/ngx_http_access_module.o \
objs/src/http/modules/ngx_http_limit_conn_module.o \
objs/src/http/modules/ngx_http_limit_req_module.o \
objs/src/http/modules/ngx_http_geo_module.o \
objs/src/http/modules/ngx_http_map_module.o \
objs/src/http/modules/ngx_http_split_clients_module.o \
objs/src/http/modules/ngx_http_referer_module.o \
objs/src/http/modules/ngx_http_rewrite_module.o \
objs/src/http/modules/ngx_http_ssl_module.o \
objs/src/http/modules/ngx_http_proxy_module.o \
objs/src/http/modules/ngx_http_fastcgi_module.o \
objs/src/http/modules/ngx_http_uwsgi_module.o \
objs/src/http/modules/ngx_http_scgi_module.o \
objs/src/http/modules/ngx_http_memcached_module.o \
objs/src/http/modules/ngx_http_empty_gif_module.o \
objs/src/http/modules/ngx_http_browser_module.o \
objs/src/http/modules/ngx_http_upstream_hash_module.o \
objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \
objs/src/http/modules/ngx_http_upstream_least_conn_module.o \
objs/src/http/modules/ngx_http_upstream_keepalive_module.o \
objs/src/http/modules/ngx_http_upstream_zone_module.o \
objs/addon/src/ndk.o \
objs/addon/src/ngx_http_echo_module.o \
objs/addon/src/ngx_http_echo_util.o \
objs/addon/src/ngx_http_echo_timer.o \
objs/addon/src/ngx_http_echo_var.o \
objs/addon/src/ngx_http_echo_handler.o \
objs/addon/src/ngx_http_echo_filter.o \
objs/addon/src/ngx_http_echo_sleep.o \
objs/addon/src/ngx_http_echo_location.o \
objs/addon/src/ngx_http_echo_echo.o \
objs/addon/src/ngx_http_echo_request_info.o \
objs/addon/src/ngx_http_echo_subrequest.o \
objs/addon/src/ngx_http_echo_foreach.o \
objs/addon/src/ngx_http_xss_filter_module.o \
objs/addon/src/ngx_http_xss_util.o \
objs/addon/src/ngx_coolkit_handlers.o \
objs/addon/src/ngx_coolkit_module.o \
objs/addon/src/ngx_coolkit_variables.o \
objs/addon/src/ngx_http_set_base32.o \
objs/addon/src/ngx_http_set_default_value.o \
objs/addon/src/ngx_http_set_hashed_upstream.o \
objs/addon/src/ngx_http_set_quote_sql.o \
objs/addon/src/ngx_http_set_quote_json.o \
objs/addon/src/ngx_http_set_unescape_uri.o \
objs/addon/src/ngx_http_set_misc_module.o \
objs/addon/src/ngx_http_set_escape_uri.o \
objs/addon/src/ngx_http_set_hash.o \
objs/addon/src/ngx_http_set_local_today.o \
objs/addon/src/ngx_http_set_hex.o \
objs/addon/src/ngx_http_set_base64.o \
objs/addon/src/ngx_http_set_random.o \
objs/addon/src/ngx_http_set_secure_random.o \
objs/addon/src/ngx_http_set_rotate.o \
objs/addon/src/ngx_http_set_hmac.o \
objs/addon/src/ngx_http_form_input_module.o \
objs/addon/src/ngx_http_encrypted_session_module.o \
objs/addon/src/ngx_http_encrypted_session_cipher.o \
objs/addon/src/ngx_http_srcache_filter_module.o \
objs/addon/src/ngx_http_srcache_util.o \
objs/addon/src/ngx_http_srcache_var.o \
objs/addon/src/ngx_http_srcache_store.o \
objs/addon/src/ngx_http_srcache_fetch.o \
objs/addon/src/ngx_http_srcache_headers.o \
objs/addon/src/ngx_http_lua_script.o \
objs/addon/src/ngx_http_lua_log.o \
objs/addon/src/ngx_http_lua_subrequest.o \
objs/addon/src/ngx_http_lua_ndk.o \
objs/addon/src/ngx_http_lua_control.o \
objs/addon/src/ngx_http_lua_time.o \
objs/addon/src/ngx_http_lua_misc.o \
objs/addon/src/ngx_http_lua_variable.o \
objs/addon/src/ngx_http_lua_string.o \
objs/addon/src/ngx_http_lua_output.o \
objs/addon/src/ngx_http_lua_headers.o \
objs/addon/src/ngx_http_lua_req_body.o \
objs/addon/src/ngx_http_lua_uri.o \
objs/addon/src/ngx_http_lua_args.o \
objs/addon/src/ngx_http_lua_ctx.o \
objs/addon/src/ngx_http_lua_regex.o \
objs/addon/src/ngx_http_lua_module.o \
objs/addon/src/ngx_http_lua_headers_out.o \
objs/addon/src/ngx_http_lua_headers_in.o \
objs/addon/src/ngx_http_lua_directive.o \
objs/addon/src/ngx_http_lua_consts.o \
objs/addon/src/ngx_http_lua_exception.o \
objs/addon/src/ngx_http_lua_util.o \
objs/addon/src/ngx_http_lua_cache.o \
objs/addon/src/ngx_http_lua_contentby.o \
objs/addon/src/ngx_http_lua_rewriteby.o \
objs/addon/src/ngx_http_lua_accessby.o \
objs/addon/src/ngx_http_lua_setby.o \
objs/addon/src/ngx_http_lua_capturefilter.o \
objs/addon/src/ngx_http_lua_clfactory.o \
objs/addon/src/ngx_http_lua_pcrefix.o \
objs/addon/src/ngx_http_lua_headerfilterby.o \
objs/addon/src/ngx_http_lua_shdict.o \
objs/addon/src/ngx_http_lua_socket_tcp.o \
objs/addon/src/ngx_http_lua_api.o \
objs/addon/src/ngx_http_lua_logby.o \
objs/addon/src/ngx_http_lua_sleep.o \
objs/addon/src/ngx_http_lua_semaphore.o \
objs/addon/src/ngx_http_lua_coroutine.o \
objs/addon/src/ngx_http_lua_bodyfilterby.o \
objs/addon/src/ngx_http_lua_initby.o \
objs/addon/src/ngx_http_lua_initworkerby.o \
objs/addon/src/ngx_http_lua_socket_udp.o \
objs/addon/src/ngx_http_lua_req_method.o \
objs/addon/src/ngx_http_lua_phase.o \
objs/addon/src/ngx_http_lua_uthread.o \
objs/addon/src/ngx_http_lua_timer.o \
objs/addon/src/ngx_http_lua_config.o \
objs/addon/src/ngx_http_lua_worker.o \
objs/addon/src/ngx_http_lua_ssl_certby.o \
objs/addon/src/ngx_http_lua_ssl_ocsp.o \
objs/addon/src/ngx_http_lua_lex.o \
objs/addon/src/ngx_http_lua_balancer.o \
objs/addon/src/ngx_http_lua_upstream_module.o \
objs/addon/src/ngx_http_headers_more_filter_module.o \
objs/addon/src/ngx_http_headers_more_headers_out.o \
objs/addon/src/ngx_http_headers_more_headers_in.o \
objs/addon/src/ngx_http_headers_more_util.o \
objs/addon/src/ngx_http_array_var_module.o \
objs/addon/src/ngx_http_array_var_util.o \
objs/addon/src/ngx_http_memc_module.o \
objs/addon/src/ngx_http_memc_request.o \
objs/addon/src/ngx_http_memc_response.o \
objs/addon/src/ngx_http_memc_util.o \
objs/addon/src/ngx_http_memc_handler.o \
objs/addon/src/ngx_http_redis2_module.o \
objs/addon/src/ngx_http_redis2_handler.o \
objs/addon/src/ngx_http_redis2_reply.o \
objs/addon/src/ngx_http_redis2_util.o \
objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \
objs/addon/src/ngx_http_rds_json_filter_module.o \
objs/addon/src/ngx_http_rds_json_processor.o \
objs/addon/src/ngx_http_rds_json_util.o \
objs/addon/src/ngx_http_rds_json_output.o \
objs/addon/src/ngx_http_rds_json_handler.o \
objs/addon/src/ngx_http_rds_csv_filter_module.o \
objs/addon/src/ngx_http_rds_csv_processor.o \
objs/addon/src/ngx_http_rds_csv_util.o \
objs/addon/src/ngx_http_rds_csv_output.o \
objs/addon/src/ndk.o \
objs/addon/src/ngx_http_echo_module.o \
objs/addon/src/ngx_http_echo_util.o \
objs/addon/src/ngx_http_echo_timer.o \
objs/addon/src/ngx_http_echo_var.o \
objs/addon/src/ngx_http_echo_handler.o \
objs/addon/src/ngx_http_echo_filter.o \
objs/addon/src/ngx_http_echo_sleep.o \
objs/addon/src/ngx_http_echo_location.o \
objs/addon/src/ngx_http_echo_echo.o \
objs/addon/src/ngx_http_echo_request_info.o \
objs/addon/src/ngx_http_echo_subrequest.o \
objs/addon/src/ngx_http_echo_foreach.o \
objs/addon/src/ngx_http_xss_filter_module.o \
objs/addon/src/ngx_http_xss_util.o \
objs/addon/src/ngx_coolkit_handlers.o \
objs/addon/src/ngx_coolkit_module.o \
objs/addon/src/ngx_coolkit_variables.o \
objs/addon/src/ngx_http_set_base32.o \
objs/addon/src/ngx_http_set_default_value.o \
objs/addon/src/ngx_http_set_hashed_upstream.o \
objs/addon/src/ngx_http_set_quote_sql.o \
objs/addon/src/ngx_http_set_quote_json.o \
objs/addon/src/ngx_http_set_unescape_uri.o \
objs/addon/src/ngx_http_set_misc_module.o \
objs/addon/src/ngx_http_set_escape_uri.o \
objs/addon/src/ngx_http_set_hash.o \
objs/addon/src/ngx_http_set_local_today.o \
objs/addon/src/ngx_http_set_hex.o \
objs/addon/src/ngx_http_set_base64.o \
objs/addon/src/ngx_http_set_random.o \
objs/addon/src/ngx_http_set_secure_random.o \
objs/addon/src/ngx_http_set_rotate.o \
objs/addon/src/ngx_http_set_hmac.o \
objs/addon/src/ngx_http_form_input_module.o \
objs/addon/src/ngx_http_encrypted_session_module.o \
objs/addon/src/ngx_http_encrypted_session_cipher.o \
objs/addon/src/ngx_http_srcache_filter_module.o \
objs/addon/src/ngx_http_srcache_util.o \
objs/addon/src/ngx_http_srcache_var.o \
objs/addon/src/ngx_http_srcache_store.o \
objs/addon/src/ngx_http_srcache_fetch.o \
objs/addon/src/ngx_http_srcache_headers.o \
objs/addon/src/ngx_http_lua_script.o \
objs/addon/src/ngx_http_lua_log.o \
objs/addon/src/ngx_http_lua_subrequest.o \
objs/addon/src/ngx_http_lua_ndk.o \
objs/addon/src/ngx_http_lua_control.o \
objs/addon/src/ngx_http_lua_time.o \
objs/addon/src/ngx_http_lua_misc.o \
objs/addon/src/ngx_http_lua_variable.o \
objs/addon/src/ngx_http_lua_string.o \
objs/addon/src/ngx_http_lua_output.o \
objs/addon/src/ngx_http_lua_headers.o \
objs/addon/src/ngx_http_lua_req_body.o \
objs/addon/src/ngx_http_lua_uri.o \
objs/addon/src/ngx_http_lua_args.o \
objs/addon/src/ngx_http_lua_ctx.o \
objs/addon/src/ngx_http_lua_regex.o \
objs/addon/src/ngx_http_lua_module.o \
objs/addon/src/ngx_http_lua_headers_out.o \
objs/addon/src/ngx_http_lua_headers_in.o \
objs/addon/src/ngx_http_lua_directive.o \
objs/addon/src/ngx_http_lua_consts.o \
objs/addon/src/ngx_http_lua_exception.o \
objs/addon/src/ngx_http_lua_util.o \
objs/addon/src/ngx_http_lua_cache.o \
objs/addon/src/ngx_http_lua_contentby.o \
objs/addon/src/ngx_http_lua_rewriteby.o \
objs/addon/src/ngx_http_lua_accessby.o \
objs/addon/src/ngx_http_lua_setby.o \
objs/addon/src/ngx_http_lua_capturefilter.o \
objs/addon/src/ngx_http_lua_clfactory.o \
objs/addon/src/ngx_http_lua_pcrefix.o \
objs/addon/src/ngx_http_lua_headerfilterby.o \
objs/addon/src/ngx_http_lua_shdict.o \
objs/addon/src/ngx_http_lua_socket_tcp.o \
objs/addon/src/ngx_http_lua_api.o \
objs/addon/src/ngx_http_lua_logby.o \
objs/addon/src/ngx_http_lua_sleep.o \
objs/addon/src/ngx_http_lua_semaphore.o \
objs/addon/src/ngx_http_lua_coroutine.o \
objs/addon/src/ngx_http_lua_bodyfilterby.o \
objs/addon/src/ngx_http_lua_initby.o \
objs/addon/src/ngx_http_lua_initworkerby.o \
objs/addon/src/ngx_http_lua_socket_udp.o \
objs/addon/src/ngx_http_lua_req_method.o \
objs/addon/src/ngx_http_lua_phase.o \
objs/addon/src/ngx_http_lua_uthread.o \
objs/addon/src/ngx_http_lua_timer.o \
objs/addon/src/ngx_http_lua_config.o \
objs/addon/src/ngx_http_lua_worker.o \
objs/addon/src/ngx_http_lua_ssl_certby.o \
objs/addon/src/ngx_http_lua_ssl_ocsp.o \
objs/addon/src/ngx_http_lua_lex.o \
objs/addon/src/ngx_http_lua_balancer.o \
objs/addon/src/ngx_http_lua_upstream_module.o \
objs/addon/src/ngx_http_headers_more_filter_module.o \
objs/addon/src/ngx_http_headers_more_headers_out.o \
objs/addon/src/ngx_http_headers_more_headers_in.o \
objs/addon/src/ngx_http_headers_more_util.o \
objs/addon/src/ngx_http_array_var_module.o \
objs/addon/src/ngx_http_array_var_util.o \
objs/addon/src/ngx_http_memc_module.o \
objs/addon/src/ngx_http_memc_request.o \
objs/addon/src/ngx_http_memc_response.o \
objs/addon/src/ngx_http_memc_util.o \
objs/addon/src/ngx_http_memc_handler.o \
objs/addon/src/ngx_http_redis2_module.o \
objs/addon/src/ngx_http_redis2_handler.o \
objs/addon/src/ngx_http_redis2_reply.o \
objs/addon/src/ngx_http_redis2_util.o \
objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \
objs/addon/src/ngx_http_rds_json_filter_module.o \
objs/addon/src/ngx_http_rds_json_processor.o \
objs/addon/src/ngx_http_rds_json_util.o \
objs/addon/src/ngx_http_rds_json_output.o \
objs/addon/src/ngx_http_rds_json_handler.o \
objs/addon/src/ngx_http_rds_csv_filter_module.o \
objs/addon/src/ngx_http_rds_csv_processor.o \
objs/addon/src/ngx_http_rds_csv_util.o \
objs/addon/src/ngx_http_rds_csv_output.o \
objs/addon/naxsi_src/naxsi_runtime.o \
objs/addon/naxsi_src/naxsi_config.o \
objs/addon/naxsi_src/naxsi_utils.o \
objs/addon/naxsi_src/naxsi_skeleton.o \
objs/addon/naxsi_src/naxsi_json.o \
objs/addon/naxsi_src/naxsi_raw.o \
objs/addon/libinjection/libinjection_sqli.o \
objs/addon/libinjection/libinjection_xss.o \
objs/addon/libinjection/libinjection_html5.o \
objs/ngx_modules.o \
-L/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/lib -Wl,-rpath,/usr/local/openresty/luajit/lib -Wl,-E -ldl -lpthread -lcrypt -L/root/openresty-1.9.15.1/build/luajit-root/usr/local/openresty/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lz \
-Wl,-E
objs/addon/src/ndk.o: In function `ndk_http_rewrite_var':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_rewrite.c:73: multiple definition of `ndk_http_rewrite_var'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_rewrite.c:73: first defined here
objs/addon/src/ndk.o: In function `ndk_upstream_list_parse_weight':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_upstream_list.c:16: multiple definition of `ndk_http_script_exit_code'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_upstream_list.c:16: first defined here
objs/addon/src/ndk.o:(.data+0x0): multiple definition of `ndk_http_module'
objs/addon/src/ndk.o:(.data+0x0): first defined here
objs/addon/src/ndk.o: In function `ndk_http_rewrite_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_rewrite.c:15: multiple definition of `ndk_http_rewrite_value'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_rewrite.c:15: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var_core':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:494: multiple definition of `ndk_set_var_core'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:494: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var_value_core':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:511: multiple definition of `ndk_set_var_value_core'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:511: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var_multi_value_core':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:534: multiple definition of `ndk_set_var_multi_value_core'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:534: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:564: multiple definition of `ndk_set_var'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:564: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:579: multiple definition of `ndk_set_var_value'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:579: first defined here
objs/addon/src/ndk.o: In function `ndk_set_var_multi_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:595: multiple definition of `ndk_set_var_multi_value'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_set_var.c:595: first defined here
objs/addon/src/ndk.o: In function `ndk_get_upstream_list':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_upstream_list.c:187: multiple definition of `ndk_get_upstream_list'
objs/addon/src/ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_devel_kit-0.3.0/src/ndk_upstream_list.c:187: first defined here
objs/addon/src/ndk.o:(.data+0xe0): multiple definition of `ndk_http_module_ctx'
objs/addon/src/ndk.o:(.data+0xe0): first defined here
objs/addon/src/ngx_http_echo_module.o:(.data+0x0): multiple definition of `ngx_http_echo_module'
objs/addon/src/ngx_http_echo_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_create_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:22: multiple definition of `ngx_http_echo_create_ctx'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:22: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_eval_cmd_args':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:42: multiple definition of `ngx_http_echo_eval_cmd_args'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:42: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_send_header_if_needed':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:147: multiple definition of `ngx_http_echo_send_header_if_needed'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:147: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_send_chain_link':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:110: multiple definition of `ngx_http_echo_send_chain_link'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:110: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_atosz':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:177: multiple definition of `ngx_http_echo_atosz'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:177: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_strlstrn':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:205: multiple definition of `ngx_http_echo_strlstrn'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:205: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_post_request_at_head':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:233: multiple definition of `ngx_http_echo_post_request_at_head'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:233: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_rebase_path':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:251: multiple definition of `ngx_http_echo_rebase_path'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:251: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_flush_postponed_outputs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:294: multiple definition of `ngx_http_echo_flush_postponed_outputs'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:294: first defined here
objs/addon/src/ngx_http_echo_util.o: In function `ngx_http_echo_create_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:22: multiple definition of `ngx_http_echo_content_length_hash'
objs/addon/src/ngx_http_echo_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_util.c:22: first defined here
objs/addon/src/ngx_http_echo_timer.o: In function `ngx_http_echo_timer_elapsed_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_timer.c:18: multiple definition of `ngx_http_echo_timer_elapsed_variable'
objs/addon/src/ngx_http_echo_timer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_timer.c:18: first defined here
objs/addon/src/ngx_http_echo_timer.o: In function `ngx_http_echo_exec_echo_reset_timer':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_timer.c:81: multiple definition of `ngx_http_echo_exec_echo_reset_timer'
objs/addon/src/ngx_http_echo_timer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_timer.c:81: first defined here
objs/addon/src/ngx_http_echo_var.o: In function `ngx_http_echo_add_variables':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_var.c:64: multiple definition of `ngx_http_echo_add_variables'
objs/addon/src/ngx_http_echo_var.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_var.c:64: first defined here
objs/addon/src/ngx_http_echo_handler.o: In function `ngx_http_echo_run_cmds':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:157: multiple definition of `ngx_http_echo_run_cmds'
objs/addon/src/ngx_http_echo_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:157: first defined here
objs/addon/src/ngx_http_echo_handler.o: In function `ngx_http_echo_wev_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:31: multiple definition of `ngx_http_echo_wev_handler'
objs/addon/src/ngx_http_echo_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:31: first defined here
objs/addon/src/ngx_http_echo_handler.o: In function `ngx_http_echo_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:105: multiple definition of `ngx_http_echo_handler'
objs/addon/src/ngx_http_echo_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:105: first defined here
objs/addon/src/ngx_http_echo_handler.o: In function `ngx_http_echo_post_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:381: multiple definition of `ngx_http_echo_post_subrequest'
objs/addon/src/ngx_http_echo_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_handler.c:381: first defined here
objs/addon/src/ngx_http_echo_filter.o: In function `ngx_http_echo_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_filter.c:37: multiple definition of `ngx_http_echo_filter_init'
objs/addon/src/ngx_http_echo_filter.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_filter.c:37: first defined here
objs/addon/src/ngx_http_echo_sleep.o: In function `ngx_http_echo_exec_echo_sleep':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:29: multiple definition of `ngx_http_echo_exec_echo_sleep'
objs/addon/src/ngx_http_echo_sleep.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:29: first defined here
objs/addon/src/ngx_http_echo_sleep.o: In function `ngx_http_echo_sleep_event_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:114: multiple definition of `ngx_http_echo_sleep_event_handler'
objs/addon/src/ngx_http_echo_sleep.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:114: first defined here
objs/addon/src/ngx_http_echo_sleep.o: In function `ngx_http_echo_exec_echo_blocking_sleep':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:163: multiple definition of `ngx_http_echo_exec_echo_blocking_sleep'
objs/addon/src/ngx_http_echo_sleep.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_sleep.c:163: first defined here
objs/addon/src/ngx_http_echo_location.o: In function `ngx_http_echo_exec_echo_location_async':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_location.c:19: multiple definition of `ngx_http_echo_exec_echo_location_async'
objs/addon/src/ngx_http_echo_location.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_location.c:19: first defined here
objs/addon/src/ngx_http_echo_location.o: In function `ngx_http_echo_exec_echo_location':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_location.c:81: multiple definition of `ngx_http_echo_exec_echo_location'
objs/addon/src/ngx_http_echo_location.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_location.c:81: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_exec_echo_request_body':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:238: multiple definition of `ngx_http_echo_exec_echo_request_body'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:238: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_echo_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:25: multiple definition of `ngx_http_echo_echo_init'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:25: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_exec_echo_sync':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:56: multiple definition of `ngx_http_echo_exec_echo_sync'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:56: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_exec_echo':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:83: multiple definition of `ngx_http_echo_exec_echo'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:83: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_exec_echo_flush':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:231: multiple definition of `ngx_http_echo_exec_echo_flush'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:231: first defined here
objs/addon/src/ngx_http_echo_echo.o: In function `ngx_http_echo_exec_echo_duplicate':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:287: multiple definition of `ngx_http_echo_exec_echo_duplicate'
objs/addon/src/ngx_http_echo_echo.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_echo.c:287: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_exec_echo_read_request_body':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:26: multiple definition of `ngx_http_echo_exec_echo_read_request_body'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:26: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_request_method_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:58: multiple definition of `ngx_http_echo_request_method_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:58: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_client_request_method_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:80: multiple definition of `ngx_http_echo_client_request_method_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:80: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_request_body_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:101: multiple definition of `ngx_http_echo_request_body_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:101: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_client_request_headers_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:175: multiple definition of `ngx_http_echo_client_request_headers_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:175: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_cacheable_request_uri_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:390: multiple definition of `ngx_http_echo_cacheable_request_uri_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:390: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_request_uri_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:409: multiple definition of `ngx_http_echo_request_uri_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:409: first defined here
objs/addon/src/ngx_http_echo_request_info.o: In function `ngx_http_echo_response_status_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:427: multiple definition of `ngx_http_echo_response_status_variable'
objs/addon/src/ngx_http_echo_request_info.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_request_info.c:427: first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xe0): multiple definition of `ngx_http_echo_content_length_header_key'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xe0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x10): multiple definition of `ngx_http_echo_propfind_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x10): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x20): multiple definition of `ngx_http_echo_options_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x20): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x40): multiple definition of `ngx_http_echo_delete_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x40): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x60): multiple definition of `ngx_http_echo_mkcol_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x60): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xd0): multiple definition of `ngx_http_echo_get_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xd0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xb0): multiple definition of `ngx_http_echo_post_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xb0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x0): multiple definition of `ngx_http_echo_proppatch_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x30): multiple definition of `ngx_http_echo_unlock_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x30): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xc0): multiple definition of `ngx_http_echo_put_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xc0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x50): multiple definition of `ngx_http_echo_trace_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x50): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xa0): multiple definition of `ngx_http_echo_head_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0xa0): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x90): multiple definition of `ngx_http_echo_copy_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x90): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x80): multiple definition of `ngx_http_echo_move_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x80): first defined here
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x70): multiple definition of `ngx_http_echo_lock_method'
objs/addon/src/ngx_http_echo_subrequest.o:(.data+0x70): first defined here
objs/addon/src/ngx_http_echo_subrequest.o: In function `ngx_http_echo_exec_echo_subrequest_async':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:65: multiple definition of `ngx_http_echo_exec_echo_subrequest_async'
objs/addon/src/ngx_http_echo_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:65: first defined here
objs/addon/src/ngx_http_echo_subrequest.o: In function `ngx_http_echo_exec_echo_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:124: multiple definition of `ngx_http_echo_exec_echo_subrequest'
objs/addon/src/ngx_http_echo_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:124: first defined here
objs/addon/src/ngx_http_echo_subrequest.o: In function `ngx_http_echo_exec_abort_parent':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:633: multiple definition of `ngx_http_echo_exec_abort_parent'
objs/addon/src/ngx_http_echo_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:633: first defined here
objs/addon/src/ngx_http_echo_subrequest.o: In function `ngx_http_echo_exec_exec':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:639: multiple definition of `ngx_http_echo_exec_exec'
objs/addon/src/ngx_http_echo_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_subrequest.c:639: first defined here
objs/addon/src/ngx_http_echo_foreach.o: In function `ngx_http_echo_it_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:21: multiple definition of `ngx_http_echo_it_variable'
objs/addon/src/ngx_http_echo_foreach.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:21: first defined here
objs/addon/src/ngx_http_echo_foreach.o: In function `ngx_http_echo_exec_echo_foreach_split':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:51: multiple definition of `ngx_http_echo_exec_echo_foreach_split'
objs/addon/src/ngx_http_echo_foreach.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:51: first defined here
objs/addon/src/ngx_http_echo_foreach.o: In function `ngx_http_echo_exec_echo_end':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:156: multiple definition of `ngx_http_echo_exec_echo_end'
objs/addon/src/ngx_http_echo_foreach.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../echo-nginx-module-0.59/src/ngx_http_echo_foreach.c:156: first defined here
objs/addon/src/ngx_http_xss_filter_module.o:(.data+0x0): multiple definition of `ngx_http_xss_filter_module'
objs/addon/src/ngx_http_xss_filter_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_xss_util.o: In function `ngx_http_xss_test_callback':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_xss_util.rl:24: multiple definition of `ngx_http_xss_test_callback'
objs/addon/src/ngx_http_xss_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_xss_util.rl:24: first defined here
objs/addon/src/ngx_coolkit_handlers.o: In function `ngx_coolkit_override_method_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_handlers.c:33: multiple definition of `ngx_coolkit_override_method_handler'
objs/addon/src/ngx_coolkit_handlers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_handlers.c:33: first defined here
objs/addon/src/ngx_coolkit_module.o: In function `ngx_coolkit_add_variables':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:113: multiple definition of `ngx_coolkit_add_variables'
objs/addon/src/ngx_coolkit_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:113: first defined here
objs/addon/src/ngx_coolkit_module.o: In function `ngx_coolkit_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:131: multiple definition of `ngx_coolkit_init'
objs/addon/src/ngx_coolkit_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:131: first defined here
objs/addon/src/ngx_coolkit_module.o: In function `ngx_coolkit_create_loc_conf':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:156: multiple definition of `ngx_coolkit_create_loc_conf'
objs/addon/src/ngx_coolkit_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:156: first defined here
objs/addon/src/ngx_coolkit_module.o: In function `ngx_coolkit_conf_override_method':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:198: multiple definition of `ngx_coolkit_conf_override_method'
objs/addon/src/ngx_coolkit_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:198: first defined here
objs/addon/src/ngx_coolkit_module.o:(.data+0x0): multiple definition of `ngx_coolkit_http_methods'
objs/addon/src/ngx_coolkit_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_coolkit_module.o: In function `ngx_coolkit_merge_loc_conf':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:181: multiple definition of `ngx_coolkit_merge_loc_conf'
objs/addon/src/ngx_coolkit_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_module.c:181: first defined here
objs/addon/src/ngx_coolkit_module.o:(.data+0x180): multiple definition of `ngx_coolkit_module'
objs/addon/src/ngx_coolkit_module.o:(.data+0x180): first defined here
objs/addon/src/ngx_coolkit_variables.o: In function `ngx_coolkit_variable_remote_passwd':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_variables.c:38: multiple definition of `ngx_coolkit_variable_remote_passwd'
objs/addon/src/ngx_coolkit_variables.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_variables.c:38: first defined here
objs/addon/src/ngx_coolkit_variables.o: In function `ngx_coolkit_variable_location':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_variables.c:65: multiple definition of `ngx_coolkit_variable_location'
objs/addon/src/ngx_coolkit_variables.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_coolkit-0.2rc3/src/ngx_coolkit_variables.c:65: first defined here
objs/addon/src/ngx_http_set_base32.o: In function `ngx_http_set_misc_encode_base32':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base32.c:26: multiple definition of `ngx_http_set_misc_encode_base32'
objs/addon/src/ngx_http_set_base32.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base32.c:26: first defined here
objs/addon/src/ngx_http_set_base32.o: In function `ngx_http_set_misc_decode_base32':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base32.c:61: multiple definition of `ngx_http_set_misc_decode_base32'
objs/addon/src/ngx_http_set_base32.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base32.c:61: first defined here
objs/addon/src/ngx_http_set_default_value.o: In function `ngx_http_set_misc_set_if_empty':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_default_value.c:19: multiple definition of `ngx_http_set_misc_set_if_empty'
objs/addon/src/ngx_http_set_default_value.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_default_value.c:19: first defined here
objs/addon/src/ngx_http_set_default_value.o: In function `ngx_http_set_if_empty':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_default_value.c:35: multiple definition of `ngx_http_set_if_empty'
objs/addon/src/ngx_http_set_default_value.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_default_value.c:35: first defined here
objs/addon/src/ngx_http_set_hashed_upstream.o: In function `ngx_http_set_misc_apply_distribution':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:13: multiple definition of `ngx_http_set_misc_apply_distribution'
objs/addon/src/ngx_http_set_hashed_upstream.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:13: first defined here
objs/addon/src/ngx_http_set_hashed_upstream.o: In function `ngx_http_set_misc_set_hashed_upstream':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:31: multiple definition of `ngx_http_set_misc_set_hashed_upstream'
objs/addon/src/ngx_http_set_hashed_upstream.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:31: first defined here
objs/addon/src/ngx_http_set_hashed_upstream.o: In function `ngx_http_set_hashed_upstream':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:95: multiple definition of `ngx_http_set_hashed_upstream'
objs/addon/src/ngx_http_set_hashed_upstream.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hashed_upstream.c:95: first defined here
objs/addon/src/ngx_http_set_quote_sql.o: In function `ngx_http_set_misc_escape_sql_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:247: multiple definition of `ngx_http_set_misc_escape_sql_str'
objs/addon/src/ngx_http_set_quote_sql.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:247: first defined here
objs/addon/src/ngx_http_set_quote_sql.o: In function `ngx_http_set_misc_quote_sql_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:198: multiple definition of `ngx_http_set_misc_quote_sql_str'
objs/addon/src/ngx_http_set_quote_sql.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:198: first defined here
objs/addon/src/ngx_http_set_quote_sql.o: In function `ngx_http_set_misc_quote_pgsql_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:18: multiple definition of `ngx_http_set_misc_quote_pgsql_str'
objs/addon/src/ngx_http_set_quote_sql.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_sql.c:18: first defined here
objs/addon/src/ngx_http_set_quote_json.o: In function `ngx_http_set_misc_escape_json_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_json.c:65: multiple definition of `ngx_http_set_misc_escape_json_str'
objs/addon/src/ngx_http_set_quote_json.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_json.c:65: first defined here
objs/addon/src/ngx_http_set_quote_json.o: In function `ngx_http_set_misc_quote_json_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_json.c:12: multiple definition of `ngx_http_set_misc_quote_json_str'
objs/addon/src/ngx_http_set_quote_json.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_quote_json.c:12: first defined here
objs/addon/src/ngx_http_set_unescape_uri.o: In function `ngx_http_set_misc_unescape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_unescape_uri.c:19: multiple definition of `ngx_http_set_misc_unescape_uri'
objs/addon/src/ngx_http_set_unescape_uri.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_unescape_uri.c:19: first defined here
objs/addon/src/ngx_http_set_misc_module.o:(.data+0x0): multiple definition of `ngx_http_set_misc_module'
objs/addon/src/ngx_http_set_misc_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_set_escape_uri.o: In function `ngx_http_set_misc_escape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_escape_uri.c:18: multiple definition of `ngx_http_set_misc_escape_uri'
objs/addon/src/ngx_http_set_escape_uri.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_escape_uri.c:18: first defined here
objs/addon/src/ngx_http_set_hash.o: In function `ngx_http_set_misc_set_sha1':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hash.c:36: multiple definition of `ngx_http_set_misc_set_sha1'
objs/addon/src/ngx_http_set_hash.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hash.c:36: first defined here
objs/addon/src/ngx_http_set_hash.o: In function `ngx_http_set_misc_set_md5':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hash.c:63: multiple definition of `ngx_http_set_misc_set_md5'
objs/addon/src/ngx_http_set_hash.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hash.c:63: first defined here
objs/addon/src/ngx_http_set_local_today.o: In function `ngx_http_set_local_today':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:17: multiple definition of `ngx_http_set_local_today'
objs/addon/src/ngx_http_set_local_today.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:17: first defined here
objs/addon/src/ngx_http_set_local_today.o: In function `ngx_http_set_formatted_gmt_time':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:48: multiple definition of `ngx_http_set_formatted_gmt_time'
objs/addon/src/ngx_http_set_local_today.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:48: first defined here
objs/addon/src/ngx_http_set_local_today.o: In function `ngx_http_set_formatted_local_time':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:82: multiple definition of `ngx_http_set_formatted_local_time'
objs/addon/src/ngx_http_set_local_today.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_local_today.c:82: first defined here
objs/addon/src/ngx_http_set_hex.o: In function `ngx_http_set_misc_set_decode_hex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hex.c:13: multiple definition of `ngx_http_set_misc_set_decode_hex'
objs/addon/src/ngx_http_set_hex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hex.c:13: first defined here
objs/addon/src/ngx_http_set_hex.o: In function `ngx_http_set_misc_set_encode_hex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hex.c:54: multiple definition of `ngx_http_set_misc_set_encode_hex'
objs/addon/src/ngx_http_set_hex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hex.c:54: first defined here
objs/addon/src/ngx_http_set_base64.o: In function `ngx_http_set_misc_set_decode_base64':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base64.c:13: multiple definition of `ngx_http_set_misc_set_decode_base64'
objs/addon/src/ngx_http_set_base64.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base64.c:13: first defined here
objs/addon/src/ngx_http_set_base64.o: In function `ngx_http_set_misc_set_encode_base64':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base64.c:36: multiple definition of `ngx_http_set_misc_set_encode_base64'
objs/addon/src/ngx_http_set_base64.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_base64.c:36: first defined here
objs/addon/src/ngx_http_set_random.o: In function `ngx_http_set_misc_set_random':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_random.c:15: multiple definition of `ngx_http_set_misc_set_random'
objs/addon/src/ngx_http_set_random.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_random.c:15: first defined here
objs/addon/src/ngx_http_set_secure_random.o: In function `ngx_http_set_misc_set_secure_random_alphanum':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_secure_random.c:27: multiple definition of `ngx_http_set_misc_set_secure_random_alphanum'
objs/addon/src/ngx_http_set_secure_random.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_secure_random.c:27: first defined here
objs/addon/src/ngx_http_set_secure_random.o: In function `ngx_http_set_misc_set_secure_random_lcalpha':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_secure_random.c:35: multiple definition of `ngx_http_set_misc_set_secure_random_lcalpha'
objs/addon/src/ngx_http_set_secure_random.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_secure_random.c:35: first defined here
objs/addon/src/ngx_http_set_rotate.o: In function `ngx_http_set_misc_set_rotate':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_rotate.c:15: multiple definition of `ngx_http_set_misc_set_rotate'
objs/addon/src/ngx_http_set_rotate.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_rotate.c:15: first defined here
objs/addon/src/ngx_http_set_rotate.o: In function `ngx_http_set_rotate':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_rotate.c:100: multiple definition of `ngx_http_set_rotate'
objs/addon/src/ngx_http_set_rotate.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_rotate.c:100: first defined here
objs/addon/src/ngx_http_set_hmac.o: In function `ngx_http_set_misc_set_hmac_sha1':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hmac.c:18: multiple definition of `ngx_http_set_misc_set_hmac_sha1'
objs/addon/src/ngx_http_set_hmac.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../set-misc-nginx-module-0.30/src/ngx_http_set_hmac.c:18: first defined here
objs/addon/src/ngx_http_form_input_module.o:(.data+0x0): multiple definition of `ngx_http_form_input_module'
objs/addon/src/ngx_http_form_input_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_encrypted_session_module.o:(.data+0x0): multiple definition of `ngx_http_encrypted_session_module'
objs/addon/src/ngx_http_encrypted_session_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_encrypted_session_cipher.o: In function `ngx_http_encrypted_session_aes_mac_encrypt':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_cipher.c:28: multiple definition of `ngx_http_encrypted_session_aes_mac_encrypt'
objs/addon/src/ngx_http_encrypted_session_cipher.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_cipher.c:28: first defined here
objs/addon/src/ngx_http_encrypted_session_cipher.o: In function `ngx_http_encrypted_session_aes_mac_decrypt':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_cipher.c:134: multiple definition of `ngx_http_encrypted_session_aes_mac_decrypt'
objs/addon/src/ngx_http_encrypted_session_cipher.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../encrypted-session-nginx-module-0.05/src/ngx_http_encrypted_session_cipher.c:134: first defined here
objs/addon/src/ngx_http_srcache_filter_module.o:(.data+0x0): multiple definition of `ngx_http_srcache_filter_module'
objs/addon/src/ngx_http_srcache_filter_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_process_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:697: multiple definition of `ngx_http_srcache_process_header'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:697: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_discard_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:135: multiple definition of `ngx_http_srcache_discard_bufs'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:135: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_parse_method_name':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:147: multiple definition of `ngx_http_srcache_parse_method_name'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:147: first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x10): multiple definition of `ngx_http_srcache_propfind_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x10): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x0): multiple definition of `ngx_http_srcache_proppatch_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0xd0): multiple definition of `ngx_http_srcache_get_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0xd0): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0xb0): multiple definition of `ngx_http_srcache_post_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0xb0): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x60): multiple definition of `ngx_http_srcache_mkcol_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x60): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x40): multiple definition of `ngx_http_srcache_delete_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x40): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x20): multiple definition of `ngx_http_srcache_options_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x20): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0xc0): multiple definition of `ngx_http_srcache_put_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0xc0): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x30): multiple definition of `ngx_http_srcache_unlock_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x30): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x50): multiple definition of `ngx_http_srcache_trace_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x50): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0xa0): multiple definition of `ngx_http_srcache_head_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0xa0): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x90): multiple definition of `ngx_http_srcache_copy_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x90): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x80): multiple definition of `ngx_http_srcache_move_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x80): first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0x70): multiple definition of `ngx_http_srcache_lock_method'
objs/addon/src/ngx_http_srcache_util.o:(.data+0x70): first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_adjust_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:255: multiple definition of `ngx_http_srcache_adjust_subrequest'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:255: first defined here
objs/addon/src/ngx_http_srcache_util.o:(.data+0xe0): multiple definition of `ngx_http_srcache_content_length_header_key'
objs/addon/src/ngx_http_srcache_util.o:(.data+0xe0): first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_add_copy_chain':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:306: multiple definition of `ngx_http_srcache_add_copy_chain'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:306: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_post_request_at_head':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:365: multiple definition of `ngx_http_srcache_post_request_at_head'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:365: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_request_no_cache':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:479: multiple definition of `ngx_http_srcache_request_no_cache'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:479: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_response_no_cache':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:548: multiple definition of `ngx_http_srcache_response_no_cache'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:548: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_process_status_line':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:648: multiple definition of `ngx_http_srcache_process_status_line'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:648: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_store_response_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:848: multiple definition of `ngx_http_srcache_store_response_header'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:848: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_hide_headers_hash':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:1127: multiple definition of `ngx_http_srcache_hide_headers_hash'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:1127: first defined here
objs/addon/src/ngx_http_srcache_util.o: In function `ngx_http_srcache_cmp_int':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:1273: multiple definition of `ngx_http_srcache_cmp_int'
objs/addon/src/ngx_http_srcache_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c:1273: first defined here
objs/addon/src/ngx_http_srcache_var.o: In function `ngx_http_srcache_add_variables':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c:164: multiple definition of `ngx_http_srcache_add_variables'
objs/addon/src/ngx_http_srcache_var.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c:164: first defined here
objs/addon/src/ngx_http_srcache_store.o: In function `ngx_http_srcache_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c:664: multiple definition of `ngx_http_srcache_filter_init'
objs/addon/src/ngx_http_srcache_store.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c:664: first defined here
objs/addon/src/ngx_http_srcache_fetch.o: In function `ngx_http_srcache_fetch_post_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c:285: multiple definition of `ngx_http_srcache_fetch_post_subrequest'
objs/addon/src/ngx_http_srcache_fetch.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c:285: first defined here
objs/addon/src/ngx_http_srcache_fetch.o: In function `ngx_http_srcache_access_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c:26: multiple definition of `ngx_http_srcache_access_handler'
objs/addon/src/ngx_http_srcache_fetch.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c:26: first defined here
objs/addon/src/ngx_http_srcache_headers.o: In function `ngx_http_srcache_process_header_line':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c:111: multiple definition of `ngx_http_srcache_process_header_line'
objs/addon/src/ngx_http_srcache_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c:111: first defined here
objs/addon/src/ngx_http_srcache_headers.o:(.data+0x0): multiple definition of `ngx_http_srcache_headers_in'
objs/addon/src/ngx_http_srcache_headers.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_lua_script.o: In function `ngx_http_lua_compile_complex_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_script.c:36: multiple definition of `ngx_http_lua_compile_complex_value'
objs/addon/src/ngx_http_lua_script.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_script.c:36: first defined here
objs/addon/src/ngx_http_lua_script.o: In function `ngx_http_lua_complex_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_script.c:109: multiple definition of `ngx_http_lua_complex_value'
objs/addon/src/ngx_http_lua_script.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_script.c:109: first defined here
objs/addon/src/ngx_http_lua_log.o: In function `ngx_http_lua_inject_log_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_log.c:272: multiple definition of `ngx_http_lua_inject_log_api'
objs/addon/src/ngx_http_lua_log.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_log.c:272: first defined here
objs/addon/src/ngx_http_lua_subrequest.o: In function `ngx_http_lua_post_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_subrequest.c:943: multiple definition of `ngx_http_lua_post_subrequest'
objs/addon/src/ngx_http_lua_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_subrequest.c:943: first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x90): multiple definition of `ngx_http_lua_options_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x90): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xa0): multiple definition of `ngx_http_lua_delete_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xa0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x20): multiple definition of `ngx_http_lua_unlock_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x20): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xd0): multiple definition of `ngx_http_lua_put_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xd0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xc0): multiple definition of `ngx_http_lua_post_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xc0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xb0): multiple definition of `ngx_http_lua_head_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xb0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x30): multiple definition of `ngx_http_lua_proppatch_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x30): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x40): multiple definition of `ngx_http_lua_propfind_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x40): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x70): multiple definition of `ngx_http_lua_move_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x70): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xe0): multiple definition of `ngx_http_lua_get_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0xe0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x60): multiple definition of `ngx_http_lua_lock_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x60): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x80): multiple definition of `ngx_http_lua_copy_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x80): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x50): multiple definition of `ngx_http_lua_mkcol_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x50): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x0): multiple definition of `ngx_http_lua_trace_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x10): multiple definition of `ngx_http_lua_patch_method'
objs/addon/src/ngx_http_lua_subrequest.o:(.data+0x10): first defined here
objs/addon/src/ngx_http_lua_subrequest.o: In function `ngx_http_lua_inject_subrequest_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_subrequest.c:1423: multiple definition of `ngx_http_lua_inject_subrequest_api'
objs/addon/src/ngx_http_lua_subrequest.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_subrequest.c:1423: first defined here
objs/addon/src/ngx_http_lua_ndk.o: In function `ngx_http_lua_inject_ndk_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ndk.c:165: multiple definition of `ngx_http_lua_inject_ndk_api'
objs/addon/src/ngx_http_lua_ndk.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ndk.c:165: first defined here
objs/addon/src/ngx_http_lua_control.o: In function `ngx_http_lua_inject_control_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_control.c:27: multiple definition of `ngx_http_lua_inject_control_api'
objs/addon/src/ngx_http_lua_control.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_control.c:27: first defined here
objs/addon/src/ngx_http_lua_control.o: In function `ngx_http_lua_ffi_exit':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_control.c:448: multiple definition of `ngx_http_lua_ffi_exit'
objs/addon/src/ngx_http_lua_control.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_control.c:448: first defined here
objs/addon/src/ngx_http_lua_time.o: In function `ngx_http_lua_inject_time_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:204: multiple definition of `ngx_http_lua_inject_time_api'
objs/addon/src/ngx_http_lua_time.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:204: first defined here
objs/addon/src/ngx_http_lua_time.o: In function `ngx_http_lua_inject_req_time_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:245: multiple definition of `ngx_http_lua_inject_req_time_api'
objs/addon/src/ngx_http_lua_time.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:245: first defined here
objs/addon/src/ngx_http_lua_time.o: In function `ngx_http_lua_ffi_now':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:257: multiple definition of `ngx_http_lua_ffi_now'
objs/addon/src/ngx_http_lua_time.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:257: first defined here
objs/addon/src/ngx_http_lua_time.o: In function `ngx_http_lua_ffi_req_start_time':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:266: multiple definition of `ngx_http_lua_ffi_req_start_time'
objs/addon/src/ngx_http_lua_time.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:266: first defined here
objs/addon/src/ngx_http_lua_time.o: In function `ngx_http_lua_ffi_time':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:273: multiple definition of `ngx_http_lua_ffi_time'
objs/addon/src/ngx_http_lua_time.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_time.c:273: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_inject_misc_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:26: multiple definition of `ngx_http_lua_inject_misc_api'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:26: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_inject_req_misc_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:39: multiple definition of `ngx_http_lua_inject_req_misc_api'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:39: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_ffi_get_resp_status':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:207: multiple definition of `ngx_http_lua_ffi_get_resp_status'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:207: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_ffi_set_resp_status':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:228: multiple definition of `ngx_http_lua_ffi_set_resp_status'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:228: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_ffi_is_subrequest':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:265: multiple definition of `ngx_http_lua_ffi_is_subrequest'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:265: first defined here
objs/addon/src/ngx_http_lua_misc.o: In function `ngx_http_lua_ffi_headers_sent':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:278: multiple definition of `ngx_http_lua_ffi_headers_sent'
objs/addon/src/ngx_http_lua_misc.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_misc.c:278: first defined here
objs/addon/src/ngx_http_lua_variable.o: In function `ngx_http_lua_inject_variable_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:24: multiple definition of `ngx_http_lua_inject_variable_api'
objs/addon/src/ngx_http_lua_variable.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:24: first defined here
objs/addon/src/ngx_http_lua_variable.o: In function `ngx_http_lua_ffi_var_get':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:294: multiple definition of `ngx_http_lua_ffi_var_get'
objs/addon/src/ngx_http_lua_variable.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:294: first defined here
objs/addon/src/ngx_http_lua_variable.o: In function `ngx_http_lua_ffi_var_set':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:368: multiple definition of `ngx_http_lua_ffi_var_set'
objs/addon/src/ngx_http_lua_variable.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_variable.c:368: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_inject_string_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:60: multiple definition of `ngx_http_lua_inject_string_api'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:60: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_md5_bin':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:662: multiple definition of `ngx_http_lua_ffi_md5_bin'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:662: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_md5':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:673: multiple definition of `ngx_http_lua_ffi_md5'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:673: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_sha1_bin':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:687: multiple definition of `ngx_http_lua_ffi_sha1_bin'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:687: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_encode_base64':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:705: multiple definition of `ngx_http_lua_ffi_encode_base64'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:705: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_decode_base64':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:722: multiple definition of `ngx_http_lua_ffi_decode_base64'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:722: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_unescape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:741: multiple definition of `ngx_http_lua_ffi_unescape_uri'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:741: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_uri_escaped_length':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:752: multiple definition of `ngx_http_lua_ffi_uri_escaped_length'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:752: first defined here
objs/addon/src/ngx_http_lua_string.o: In function `ngx_http_lua_ffi_escape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:760: multiple definition of `ngx_http_lua_ffi_escape_uri'
objs/addon/src/ngx_http_lua_string.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_string.c:760: first defined here
objs/addon/src/ngx_http_lua_output.o: In function `ngx_http_lua_calc_strlen_in_table':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:252: multiple definition of `ngx_http_lua_calc_strlen_in_table'
objs/addon/src/ngx_http_lua_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:252: first defined here
objs/addon/src/ngx_http_lua_output.o: In function `ngx_http_lua_copy_str_in_table':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:370: multiple definition of `ngx_http_lua_copy_str_in_table'
objs/addon/src/ngx_http_lua_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:370: first defined here
objs/addon/src/ngx_http_lua_output.o: In function `ngx_http_lua_inject_output_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:662: multiple definition of `ngx_http_lua_inject_output_api'
objs/addon/src/ngx_http_lua_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:662: first defined here
objs/addon/src/ngx_http_lua_output.o: In function `ngx_http_lua_flush_resume_helper':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:723: multiple definition of `ngx_http_lua_flush_resume_helper'
objs/addon/src/ngx_http_lua_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_output.c:723: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_inject_resp_header_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:920: multiple definition of `ngx_http_lua_inject_resp_header_api'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:920: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_inject_req_header_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:943: multiple definition of `ngx_http_lua_inject_req_header_api'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:943: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_create_headers_metatable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:963: multiple definition of `ngx_http_lua_create_headers_metatable'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:963: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_ffi_req_get_headers_count':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:998: multiple definition of `ngx_http_lua_ffi_req_get_headers_count'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:998: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_ffi_req_get_headers':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1032: multiple definition of `ngx_http_lua_ffi_req_get_headers'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1032: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_ffi_set_resp_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1077: multiple definition of `ngx_http_lua_ffi_set_resp_header'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1077: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_ffi_req_header_set_single_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1203: multiple definition of `ngx_http_lua_ffi_req_header_set_single_value'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1203: first defined here
objs/addon/src/ngx_http_lua_headers.o: In function `ngx_http_lua_ffi_get_resp_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1253: multiple definition of `ngx_http_lua_ffi_get_resp_header'
objs/addon/src/ngx_http_lua_headers.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers.c:1253: first defined here
objs/addon/src/ngx_http_lua_req_body.o: In function `ngx_http_lua_inject_req_body_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_body.c:38: multiple definition of `ngx_http_lua_inject_req_body_api'
objs/addon/src/ngx_http_lua_req_body.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_body.c:38: first defined here
objs/addon/src/ngx_http_lua_uri.o: In function `ngx_http_lua_inject_req_uri_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_uri.c:23: multiple definition of `ngx_http_lua_inject_req_uri_api'
objs/addon/src/ngx_http_lua_uri.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_uri.c:23: first defined here
objs/addon/src/ngx_http_lua_args.o: In function `ngx_http_lua_parse_args':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:237: multiple definition of `ngx_http_lua_parse_args'
objs/addon/src/ngx_http_lua_args.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:237: first defined here
objs/addon/src/ngx_http_lua_args.o: In function `ngx_http_lua_inject_req_args_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:366: multiple definition of `ngx_http_lua_inject_req_args_api'
objs/addon/src/ngx_http_lua_args.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:366: first defined here
objs/addon/src/ngx_http_lua_args.o: In function `ngx_http_lua_ffi_req_get_querystring_len':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:385: multiple definition of `ngx_http_lua_ffi_req_get_querystring_len'
objs/addon/src/ngx_http_lua_args.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:385: first defined here
objs/addon/src/ngx_http_lua_args.o: In function `ngx_http_lua_ffi_req_get_uri_args_count':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:395: multiple definition of `ngx_http_lua_ffi_req_get_uri_args_count'
objs/addon/src/ngx_http_lua_args.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:395: first defined here
objs/addon/src/ngx_http_lua_args.o: In function `ngx_http_lua_ffi_req_get_uri_args':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:438: multiple definition of `ngx_http_lua_ffi_req_get_uri_args'
objs/addon/src/ngx_http_lua_args.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_args.c:438: first defined here
objs/addon/src/ngx_http_lua_ctx.o: In function `ngx_http_lua_ngx_get_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:30: multiple definition of `ngx_http_lua_ngx_get_ctx'
objs/addon/src/ngx_http_lua_ctx.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:30: first defined here
objs/addon/src/ngx_http_lua_ctx.o: In function `ngx_http_lua_ngx_set_ctx_helper':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:96: multiple definition of `ngx_http_lua_ngx_set_ctx_helper'
objs/addon/src/ngx_http_lua_ctx.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:96: first defined here
objs/addon/src/ngx_http_lua_ctx.o: In function `ngx_http_lua_ngx_set_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:75: multiple definition of `ngx_http_lua_ngx_set_ctx'
objs/addon/src/ngx_http_lua_ctx.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:75: first defined here
objs/addon/src/ngx_http_lua_ctx.o: In function `ngx_http_lua_ffi_get_ctx_ref':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:139: multiple definition of `ngx_http_lua_ffi_get_ctx_ref'
objs/addon/src/ngx_http_lua_ctx.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:139: first defined here
objs/addon/src/ngx_http_lua_ctx.o: In function `ngx_http_lua_ffi_set_ctx_ref':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:153: multiple definition of `ngx_http_lua_ffi_set_ctx_ref'
objs/addon/src/ngx_http_lua_ctx.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ctx.c:153: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_inject_regex_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:1927: multiple definition of `ngx_http_lua_inject_regex_api'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:1927: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_compile_regex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2128: multiple definition of `ngx_http_lua_ffi_compile_regex'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2128: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_exec_regex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2289: multiple definition of `ngx_http_lua_ffi_exec_regex'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2289: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_destroy_regex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2341: multiple definition of `ngx_http_lua_ffi_destroy_regex'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2341: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_compile_replace_template':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2368: multiple definition of `ngx_http_lua_ffi_compile_replace_template'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2368: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_create_script_engine':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2412: multiple definition of `ngx_http_lua_ffi_create_script_engine'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2412: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_init_script_engine':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2420: multiple definition of `ngx_http_lua_ffi_init_script_engine'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2420: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_destroy_script_engine':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2430: multiple definition of `ngx_http_lua_ffi_destroy_script_engine'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2430: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_script_eval_len':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2437: multiple definition of `ngx_http_lua_ffi_script_eval_len'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2437: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_script_eval_data':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2457: multiple definition of `ngx_http_lua_ffi_script_eval_data'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2457: first defined here
objs/addon/src/ngx_http_lua_regex.o: In function `ngx_http_lua_ffi_max_regex_cache_size':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2474: multiple definition of `ngx_http_lua_ffi_max_regex_cache_size'
objs/addon/src/ngx_http_lua_regex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_regex.c:2474: first defined here
objs/addon/src/ngx_http_lua_module.o:(.data+0x0): multiple definition of `ngx_http_lua_module'
objs/addon/src/ngx_http_lua_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_lua_module.o: In function `ngx_http_lua_limit_data_segment':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_module.c:1186: multiple definition of `ngx_http_lua_limit_data_segment'
objs/addon/src/ngx_http_lua_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_module.c:1186: first defined here
objs/addon/src/ngx_http_lua_module.o:(.data+0xe0): multiple definition of `ngx_http_lua_module_ctx'
objs/addon/src/ngx_http_lua_module.o:(.data+0xe0): first defined here
objs/addon/src/ngx_http_lua_headers_out.o: In function `ngx_http_lua_set_output_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_out.c:481: multiple definition of `ngx_http_lua_set_output_header'
objs/addon/src/ngx_http_lua_headers_out.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_out.c:481: first defined here
objs/addon/src/ngx_http_lua_headers_out.o: In function `ngx_http_lua_get_output_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_out.c:532: multiple definition of `ngx_http_lua_get_output_header'
objs/addon/src/ngx_http_lua_headers_out.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_out.c:532: first defined here
objs/addon/src/ngx_http_lua_headers_in.o: In function `ngx_http_lua_set_input_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_in.c:651: multiple definition of `ngx_http_lua_set_input_header'
objs/addon/src/ngx_http_lua_headers_in.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headers_in.c:651: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_set_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:244: multiple definition of `ngx_http_lua_set_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:244: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_header_filter_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:905: multiple definition of `ngx_http_lua_header_filter_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:905: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_body_filter_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1005: multiple definition of `ngx_http_lua_body_filter_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1005: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_init_worker_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1181: multiple definition of `ngx_http_lua_init_worker_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1181: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_rewrite_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:448: multiple definition of `ngx_http_lua_rewrite_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:448: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_access_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:562: multiple definition of `ngx_http_lua_access_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:562: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_content_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:672: multiple definition of `ngx_http_lua_content_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:672: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_log_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:795: multiple definition of `ngx_http_lua_log_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:795: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_init_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1114: multiple definition of `ngx_http_lua_init_by_lua'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1114: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_shared_dict':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:72: multiple definition of `ngx_http_lua_shared_dict'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:72: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_code_cache':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:158: multiple definition of `ngx_http_lua_code_cache'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:158: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_package_cpath':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:186: multiple definition of `ngx_http_lua_package_cpath'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:186: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_package_path':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:207: multiple definition of `ngx_http_lua_package_path'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:207: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_set_by_lua_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:293: multiple definition of `ngx_http_lua_set_by_lua_file'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:293: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_filter_set_by_lua_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:344: multiple definition of `ngx_http_lua_filter_set_by_lua_inline'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:344: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_filter_set_by_lua_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:378: multiple definition of `ngx_http_lua_filter_set_by_lua_file'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:378: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_conf_lua_block_parse':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1291: multiple definition of `ngx_http_lua_conf_lua_block_parse'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1291: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_set_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:226: multiple definition of `ngx_http_lua_set_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:226: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_rewrite_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:430: multiple definition of `ngx_http_lua_rewrite_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:430: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_access_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:544: multiple definition of `ngx_http_lua_access_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:544: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_content_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:654: multiple definition of `ngx_http_lua_content_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:654: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_log_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:777: multiple definition of `ngx_http_lua_log_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:777: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_header_filter_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:886: multiple definition of `ngx_http_lua_header_filter_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:886: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_body_filter_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:986: multiple definition of `ngx_http_lua_body_filter_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:986: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_init_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1087: multiple definition of `ngx_http_lua_init_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1087: first defined here
objs/addon/src/ngx_http_lua_directive.o: In function `ngx_http_lua_init_worker_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1154: multiple definition of `ngx_http_lua_init_worker_by_lua_block'
objs/addon/src/ngx_http_lua_directive.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_directive.c:1154: first defined here
objs/addon/src/ngx_http_lua_consts.o: In function `ngx_http_lua_inject_core_consts':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_consts.c:19: multiple definition of `ngx_http_lua_inject_core_consts'
objs/addon/src/ngx_http_lua_consts.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_consts.c:19: first defined here
objs/addon/src/ngx_http_lua_consts.o: In function `ngx_http_lua_inject_http_consts':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_consts.c:44: multiple definition of `ngx_http_lua_inject_http_consts'
objs/addon/src/ngx_http_lua_consts.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_consts.c:44: first defined here
objs/addon/src/ngx_http_lua_exception.o: In function `ngx_http_lua_atpanic':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_exception.c:32: multiple definition of `ngx_http_lua_atpanic'
objs/addon/src/ngx_http_lua_exception.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_exception.c:32: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_traceback':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2873: multiple definition of `ngx_http_lua_traceback'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2873: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_cleanup_vm':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3776: multiple definition of `ngx_http_lua_cleanup_vm'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3776: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_create_new_globals_table':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:181: multiple definition of `ngx_http_lua_create_new_globals_table'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:181: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_new_thread':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:305: multiple definition of `ngx_http_lua_new_thread'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:305: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_del_thread':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:350: multiple definition of `ngx_http_lua_del_thread'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:350: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_rebase_path':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:372: multiple definition of `ngx_http_lua_rebase_path'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:372: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_send_header_if_needed':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:410: multiple definition of `ngx_http_lua_send_header_if_needed'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:410: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_send_chain_link':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:444: multiple definition of `ngx_http_lua_send_chain_link'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:444: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_discard_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:773: multiple definition of `ngx_http_lua_discard_bufs'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:773: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_reset_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:838: multiple definition of `ngx_http_lua_reset_ctx'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:838: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_wev_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1500: multiple definition of `ngx_http_lua_wev_handler'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1500: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_generic_phase_post_read':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:879: multiple definition of `ngx_http_lua_generic_phase_post_read'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:879: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_request_cleanup':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:911: multiple definition of `ngx_http_lua_request_cleanup'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:911: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_request_cleanup_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:899: multiple definition of `ngx_http_lua_request_cleanup_handler'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:899: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_digest_hex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1754: multiple definition of `ngx_http_lua_digest_hex'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1754: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_set_multi_value_table':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1768: multiple definition of `ngx_http_lua_set_multi_value_table'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1768: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_escape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1922: multiple definition of `ngx_http_lua_escape_uri'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1922: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_unescape_uri':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1960: multiple definition of `ngx_http_lua_unescape_uri'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:1960: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_inject_req_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2094: multiple definition of `ngx_http_lua_inject_req_api'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2094: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_process_args_option':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2301: multiple definition of `ngx_http_lua_process_args_option'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2301: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_open_and_stat_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2595: multiple definition of `ngx_http_lua_open_and_stat_file'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2595: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_chain_get_free_buf':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2705: multiple definition of `ngx_http_lua_chain_get_free_buf'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2705: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_add_copy_chain':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:786: multiple definition of `ngx_http_lua_add_copy_chain'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:786: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_get_co_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2977: multiple definition of `ngx_http_lua_get_co_ctx'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:2977: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_create_co_ctx':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3013: multiple definition of `ngx_http_lua_create_co_ctx'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3013: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_post_thread':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3093: multiple definition of `ngx_http_lua_post_thread'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3093: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_run_thread':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:953: multiple definition of `ngx_http_lua_run_thread'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:953: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_rd_check_broken_connection':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3369: multiple definition of `ngx_http_lua_rd_check_broken_connection'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3369: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_check_broken_connection':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3268: multiple definition of `ngx_http_lua_check_broken_connection'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3268: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_test_expect':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3485: multiple definition of `ngx_http_lua_test_expect'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3485: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_free_fake_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3631: multiple definition of `ngx_http_lua_free_fake_request'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3631: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_close_fake_connection':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3665: multiple definition of `ngx_http_lua_close_fake_connection'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3665: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_finalize_fake_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3546: multiple definition of `ngx_http_lua_finalize_fake_request'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3546: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_finalize_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3527: multiple definition of `ngx_http_lua_finalize_request'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3527: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_run_posted_threads':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3041: multiple definition of `ngx_http_lua_run_posted_threads'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3041: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_init_vm':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3713: multiple definition of `ngx_http_lua_init_vm'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3713: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_create_fake_connection':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3805: multiple definition of `ngx_http_lua_create_fake_connection'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3805: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_create_fake_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3874: multiple definition of `ngx_http_lua_create_fake_request'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3874: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_report':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3958: multiple definition of `ngx_http_lua_report'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3958: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_do_call':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3980: multiple definition of `ngx_http_lua_do_call'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:3980: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_cleanup_add':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:4033: multiple definition of `ngx_http_lua_cleanup_add'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:4033: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_cleanup_free':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:4067: multiple definition of `ngx_http_lua_cleanup_free'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:4067: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_output_filter':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:585: multiple definition of `ngx_http_lua_content_length_hash'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:585: first defined here
objs/addon/src/ngx_http_lua_util.o: In function `ngx_http_lua_output_filter':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:585: multiple definition of `ngx_http_lua_location_hash'
objs/addon/src/ngx_http_lua_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_util.c:585: first defined here
objs/addon/src/ngx_http_lua_cache.o: In function `ngx_http_lua_cache_loadbuffer':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_cache.c:139: multiple definition of `ngx_http_lua_cache_loadbuffer'
objs/addon/src/ngx_http_lua_cache.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_cache.c:139: first defined here
objs/addon/src/ngx_http_lua_cache.o: In function `ngx_http_lua_cache_loadfile':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_cache.c:207: multiple definition of `ngx_http_lua_cache_loadfile'
objs/addon/src/ngx_http_lua_cache.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_cache.c:207: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_wev_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:135: multiple definition of `ngx_http_lua_content_wev_handler'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:135: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:146: multiple definition of `ngx_http_lua_content_handler'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:146: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_run_posted_threads':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:309: multiple definition of `ngx_http_lua_content_run_posted_threads'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:309: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_by_chunk':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:26: multiple definition of `ngx_http_lua_content_by_chunk'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:26: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:240: multiple definition of `ngx_http_lua_content_handler_file'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:240: first defined here
objs/addon/src/ngx_http_lua_contentby.o: In function `ngx_http_lua_content_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:282: multiple definition of `ngx_http_lua_content_handler_inline'
objs/addon/src/ngx_http_lua_contentby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_contentby.c:282: first defined here
objs/addon/src/ngx_http_lua_rewriteby.o: In function `ngx_http_lua_rewrite_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:26: multiple definition of `ngx_http_lua_rewrite_handler'
objs/addon/src/ngx_http_lua_rewriteby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:26: first defined here
objs/addon/src/ngx_http_lua_rewriteby.o: In function `ngx_http_lua_rewrite_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:168: multiple definition of `ngx_http_lua_rewrite_handler_inline'
objs/addon/src/ngx_http_lua_rewriteby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:168: first defined here
objs/addon/src/ngx_http_lua_rewriteby.o: In function `ngx_http_lua_rewrite_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:195: multiple definition of `ngx_http_lua_rewrite_handler_file'
objs/addon/src/ngx_http_lua_rewriteby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_rewriteby.c:195: first defined here
objs/addon/src/ngx_http_lua_accessby.o: In function `ngx_http_lua_access_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:27: multiple definition of `ngx_http_lua_access_handler'
objs/addon/src/ngx_http_lua_accessby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:27: first defined here
objs/addon/src/ngx_http_lua_accessby.o: In function `ngx_http_lua_access_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:169: multiple definition of `ngx_http_lua_access_handler_inline'
objs/addon/src/ngx_http_lua_accessby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:169: first defined here
objs/addon/src/ngx_http_lua_accessby.o: In function `ngx_http_lua_access_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:195: multiple definition of `ngx_http_lua_access_handler_file'
objs/addon/src/ngx_http_lua_accessby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_accessby.c:195: first defined here
objs/addon/src/ngx_http_lua_setby.o: In function `ngx_http_lua_set_by_chunk':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_setby.c:43: multiple definition of `ngx_http_lua_set_by_chunk'
objs/addon/src/ngx_http_lua_setby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_setby.c:43: first defined here
objs/addon/src/ngx_http_lua_setby.o: In function `ngx_http_lua_setby_param_get':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_setby.c:138: multiple definition of `ngx_http_lua_setby_param_get'
objs/addon/src/ngx_http_lua_setby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_setby.c:138: first defined here
objs/addon/src/ngx_http_lua_capturefilter.o: In function `ngx_http_lua_capture_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_capturefilter.c:34: multiple definition of `ngx_http_lua_capture_filter_init'
objs/addon/src/ngx_http_lua_capturefilter.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_capturefilter.c:34: first defined here
objs/addon/src/ngx_http_lua_clfactory.o: In function `ngx_http_lua_clfactory_bytecode_prepare':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:334: multiple definition of `ngx_http_lua_clfactory_bytecode_prepare'
objs/addon/src/ngx_http_lua_clfactory.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:334: first defined here
objs/addon/src/ngx_http_lua_clfactory.o: In function `ngx_http_lua_clfactory_loadfile':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:600: multiple definition of `ngx_http_lua_clfactory_loadfile'
objs/addon/src/ngx_http_lua_clfactory.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:600: first defined here
objs/addon/src/ngx_http_lua_clfactory.o: In function `ngx_http_lua_clfactory_loadbuffer':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:723: multiple definition of `ngx_http_lua_clfactory_loadbuffer'
objs/addon/src/ngx_http_lua_clfactory.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_clfactory.c:723: first defined here
objs/addon/src/ngx_http_lua_pcrefix.o: In function `ngx_http_lua_pcre_malloc_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_pcrefix.c:63: multiple definition of `ngx_http_lua_pcre_malloc_init'
objs/addon/src/ngx_http_lua_pcrefix.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_pcrefix.c:63: first defined here
objs/addon/src/ngx_http_lua_pcrefix.o: In function `ngx_http_lua_pcre_malloc_done':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_pcrefix.c:98: multiple definition of `ngx_http_lua_pcre_malloc_done'
objs/addon/src/ngx_http_lua_pcrefix.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_pcrefix.c:98: first defined here
objs/addon/src/ngx_http_lua_headerfilterby.o: In function `ngx_http_lua_header_filter_by_chunk':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:76: multiple definition of `ngx_http_lua_header_filter_by_chunk'
objs/addon/src/ngx_http_lua_headerfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:76: first defined here
objs/addon/src/ngx_http_lua_headerfilterby.o: In function `ngx_http_lua_header_filter_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:161: multiple definition of `ngx_http_lua_header_filter_inline'
objs/addon/src/ngx_http_lua_headerfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:161: first defined here
objs/addon/src/ngx_http_lua_headerfilterby.o: In function `ngx_http_lua_header_filter_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:188: multiple definition of `ngx_http_lua_header_filter_file'
objs/addon/src/ngx_http_lua_headerfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:188: first defined here
objs/addon/src/ngx_http_lua_headerfilterby.o: In function `ngx_http_lua_header_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:296: multiple definition of `ngx_http_lua_header_filter_init'
objs/addon/src/ngx_http_lua_headerfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_headerfilterby.c:296: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_shdict_rbtree_insert_value':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:142: multiple definition of `ngx_http_lua_shdict_rbtree_insert_value'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:142: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_shdict_init_zone':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:55: multiple definition of `ngx_http_lua_shdict_init_zone'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:55: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_inject_shdict_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:310: multiple definition of `ngx_http_lua_inject_shdict_api'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:310: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_shared_dict_get':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1281: multiple definition of `ngx_http_lua_shared_dict_get'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1281: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_find_zone':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1382: multiple definition of `ngx_http_lua_find_zone'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1382: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_ffi_shdict_store':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1425: multiple definition of `ngx_http_lua_ffi_shdict_store'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1425: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_ffi_shdict_get':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1672: multiple definition of `ngx_http_lua_ffi_shdict_get'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1672: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_ffi_shdict_incr':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1803: multiple definition of `ngx_http_lua_ffi_shdict_incr'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1803: first defined here
objs/addon/src/ngx_http_lua_shdict.o: In function `ngx_http_lua_ffi_shdict_flush_all':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1860: multiple definition of `ngx_http_lua_ffi_shdict_flush_all'
objs/addon/src/ngx_http_lua_shdict.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_shdict.c:1860: first defined here
objs/addon/src/ngx_http_lua_socket_tcp.o: In function `ngx_http_lua_inject_socket_tcp_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:197: multiple definition of `ngx_http_lua_inject_socket_tcp_api'
objs/addon/src/ngx_http_lua_socket_tcp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:197: first defined here
objs/addon/src/ngx_http_lua_socket_tcp.o: In function `ngx_http_lua_inject_req_socket_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:358: multiple definition of `ngx_http_lua_inject_req_socket_api'
objs/addon/src/ngx_http_lua_socket_tcp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:358: first defined here
objs/addon/src/ngx_http_lua_socket_tcp.o: In function `ngx_http_lua_cleanup_conn_pools':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:5288: multiple definition of `ngx_http_lua_cleanup_conn_pools'
objs/addon/src/ngx_http_lua_socket_tcp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_tcp.c:5288: first defined here
objs/addon/src/ngx_http_lua_api.o: In function `ngx_http_lua_get_global_state':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:19: multiple definition of `ngx_http_lua_get_global_state'
objs/addon/src/ngx_http_lua_api.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:19: first defined here
objs/addon/src/ngx_http_lua_api.o: In function `ngx_http_lua_get_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:27: multiple definition of `ngx_http_lua_get_request'
objs/addon/src/ngx_http_lua_api.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:27: first defined here
objs/addon/src/ngx_http_lua_api.o: In function `ngx_http_lua_add_package_preload':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:35: multiple definition of `ngx_http_lua_add_package_preload'
objs/addon/src/ngx_http_lua_api.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_api.c:35: first defined here
objs/addon/src/ngx_http_lua_logby.o: In function `ngx_http_lua_log_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:69: multiple definition of `ngx_http_lua_log_handler'
objs/addon/src/ngx_http_lua_logby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:69: first defined here
objs/addon/src/ngx_http_lua_logby.o: In function `ngx_http_lua_log_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:104: multiple definition of `ngx_http_lua_log_handler_inline'
objs/addon/src/ngx_http_lua_logby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:104: first defined here
objs/addon/src/ngx_http_lua_logby.o: In function `ngx_http_lua_log_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:131: multiple definition of `ngx_http_lua_log_handler_file'
objs/addon/src/ngx_http_lua_logby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_logby.c:131: first defined here
objs/addon/src/ngx_http_lua_sleep.o: In function `ngx_http_lua_inject_sleep_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_sleep.c:132: multiple definition of `ngx_http_lua_inject_sleep_api'
objs/addon/src/ngx_http_lua_sleep.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_sleep.c:132: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_sema_mm_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:49: multiple definition of `ngx_http_lua_sema_mm_init'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:49: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_sema_mm_cleanup':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:158: multiple definition of `ngx_http_lua_sema_mm_cleanup'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:158: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_ffi_sema_new':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:310: multiple definition of `ngx_http_lua_ffi_sema_new'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:310: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_ffi_sema_post':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:340: multiple definition of `ngx_http_lua_ffi_sema_post'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:340: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_ffi_sema_wait':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:357: multiple definition of `ngx_http_lua_ffi_sema_wait'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:357: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_ffi_sema_count':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:430: multiple definition of `ngx_http_lua_ffi_sema_count'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:430: first defined here
objs/addon/src/ngx_http_lua_semaphore.o: In function `ngx_http_lua_ffi_sema_gc':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:556: multiple definition of `ngx_http_lua_ffi_sema_gc'
objs/addon/src/ngx_http_lua_semaphore.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_semaphore.c:556: first defined here
objs/addon/src/ngx_http_lua_coroutine.o: In function `ngx_http_lua_coroutine_create_helper':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_coroutine.c:68: multiple definition of `ngx_http_lua_coroutine_create_helper'
objs/addon/src/ngx_http_lua_coroutine.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_coroutine.c:68: first defined here
objs/addon/src/ngx_http_lua_coroutine.o: In function `ngx_http_lua_inject_coroutine_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_coroutine.c:242: multiple definition of `ngx_http_lua_inject_coroutine_api'
objs/addon/src/ngx_http_lua_coroutine.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_coroutine.c:242: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_by_chunk':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:88: multiple definition of `ngx_http_lua_body_filter_by_chunk'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:88: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:153: multiple definition of `ngx_http_lua_body_filter_inline'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:153: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:186: multiple definition of `ngx_http_lua_body_filter_file'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:186: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:340: multiple definition of `ngx_http_lua_body_filter_init'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:340: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_param_get':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:349: multiple definition of `ngx_http_lua_body_filter_param_get'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:349: first defined here
objs/addon/src/ngx_http_lua_bodyfilterby.o: In function `ngx_http_lua_body_filter_param_set':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:433: multiple definition of `ngx_http_lua_body_filter_param_set'
objs/addon/src/ngx_http_lua_bodyfilterby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_bodyfilterby.c:433: first defined here
objs/addon/src/ngx_http_lua_initby.o: In function `ngx_http_lua_init_by_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initby.c:19: multiple definition of `ngx_http_lua_init_by_inline'
objs/addon/src/ngx_http_lua_initby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initby.c:19: first defined here
objs/addon/src/ngx_http_lua_initby.o: In function `ngx_http_lua_init_by_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initby.c:33: multiple definition of `ngx_http_lua_init_by_file'
objs/addon/src/ngx_http_lua_initby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initby.c:33: first defined here
objs/addon/src/ngx_http_lua_initworkerby.o: In function `ngx_http_lua_init_worker':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:23: multiple definition of `ngx_http_lua_init_worker'
objs/addon/src/ngx_http_lua_initworkerby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:23: first defined here
objs/addon/src/ngx_http_lua_initworkerby.o: In function `ngx_http_lua_init_worker_by_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:298: multiple definition of `ngx_http_lua_init_worker_by_inline'
objs/addon/src/ngx_http_lua_initworkerby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:298: first defined here
objs/addon/src/ngx_http_lua_initworkerby.o: In function `ngx_http_lua_init_worker_by_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:312: multiple definition of `ngx_http_lua_init_worker_by_file'
objs/addon/src/ngx_http_lua_initworkerby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_initworkerby.c:312: first defined here
objs/addon/src/ngx_http_lua_socket_udp.o: In function `ngx_http_lua_inject_socket_udp_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_udp.c:77: multiple definition of `ngx_http_lua_inject_socket_udp_api'
objs/addon/src/ngx_http_lua_socket_udp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_socket_udp.c:77: first defined here
objs/addon/src/ngx_http_lua_req_method.o: In function `ngx_http_lua_inject_req_method_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:24: multiple definition of `ngx_http_lua_inject_req_method_api'
objs/addon/src/ngx_http_lua_req_method.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:24: first defined here
objs/addon/src/ngx_http_lua_req_method.o: In function `ngx_http_lua_ffi_req_get_method':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:152: multiple definition of `ngx_http_lua_ffi_req_get_method'
objs/addon/src/ngx_http_lua_req_method.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:152: first defined here
objs/addon/src/ngx_http_lua_req_method.o: In function `ngx_http_lua_ffi_req_get_method_name':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:163: multiple definition of `ngx_http_lua_ffi_req_get_method_name'
objs/addon/src/ngx_http_lua_req_method.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:163: first defined here
objs/addon/src/ngx_http_lua_req_method.o: In function `ngx_http_lua_ffi_req_set_method':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:177: multiple definition of `ngx_http_lua_ffi_req_set_method'
objs/addon/src/ngx_http_lua_req_method.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_req_method.c:177: first defined here
objs/addon/src/ngx_http_lua_phase.o: In function `ngx_http_lua_inject_phase_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_phase.c:97: multiple definition of `ngx_http_lua_inject_phase_api'
objs/addon/src/ngx_http_lua_phase.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_phase.c:97: first defined here
objs/addon/src/ngx_http_lua_uthread.o: In function `ngx_http_lua_inject_uthread_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_uthread.c:32: multiple definition of `ngx_http_lua_inject_uthread_api'
objs/addon/src/ngx_http_lua_uthread.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_uthread.c:32: first defined here
objs/addon/src/ngx_http_lua_timer.o: In function `ngx_http_lua_inject_timer_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_timer.c:53: multiple definition of `ngx_http_lua_inject_timer_api'
objs/addon/src/ngx_http_lua_timer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_timer.c:53: first defined here
objs/addon/src/ngx_http_lua_config.o: In function `ngx_http_lua_inject_config_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_config.c:23: multiple definition of `ngx_http_lua_inject_config_api'
objs/addon/src/ngx_http_lua_config.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_config.c:23: first defined here
objs/addon/src/ngx_http_lua_worker.o: In function `ngx_http_lua_inject_worker_api':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:24: multiple definition of `ngx_http_lua_inject_worker_api'
objs/addon/src/ngx_http_lua_worker.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:24: first defined here
objs/addon/src/ngx_http_lua_worker.o: In function `ngx_http_lua_ffi_worker_pid':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:96: multiple definition of `ngx_http_lua_ffi_worker_pid'
objs/addon/src/ngx_http_lua_worker.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:96: first defined here
objs/addon/src/ngx_http_lua_worker.o: In function `ngx_http_lua_ffi_worker_id':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:104: multiple definition of `ngx_http_lua_ffi_worker_id'
objs/addon/src/ngx_http_lua_worker.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:104: first defined here
objs/addon/src/ngx_http_lua_worker.o: In function `ngx_http_lua_ffi_worker_exiting':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:120: multiple definition of `ngx_http_lua_ffi_worker_exiting'
objs/addon/src/ngx_http_lua_worker.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:120: first defined here
objs/addon/src/ngx_http_lua_worker.o: In function `ngx_http_lua_ffi_worker_count':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:128: multiple definition of `ngx_http_lua_ffi_worker_count'
objs/addon/src/ngx_http_lua_worker.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_worker.c:128: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ssl_cert_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:110: multiple definition of `ngx_http_lua_ssl_cert_by_lua'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:110: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ssl_cert_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:46: multiple definition of `ngx_http_lua_ssl_cert_handler_file'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:46: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ssl_cert_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:66: multiple definition of `ngx_http_lua_ssl_cert_handler_inline'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:66: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ssl_cert_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:88: multiple definition of `ngx_http_lua_ssl_cert_by_lua_block'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:88: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ssl_cert_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:195: multiple definition of `ngx_http_lua_ssl_cert_handler'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:195: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o:(.data+0x0): multiple definition of `ngx_http_lua_ssl_ctx_index'
objs/addon/src/ngx_http_lua_ssl_certby.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_get_tls1_version':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:511: multiple definition of `ngx_http_lua_ffi_ssl_get_tls1_version'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:511: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_clear_certs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:542: multiple definition of `ngx_http_lua_ffi_ssl_clear_certs'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:542: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_set_der_certificate':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:581: multiple definition of `ngx_http_lua_ffi_ssl_set_der_certificate'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:581: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_set_der_private_key':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:671: multiple definition of `ngx_http_lua_ffi_ssl_set_der_private_key'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:671: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_raw_server_addr':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:739: multiple definition of `ngx_http_lua_ffi_ssl_raw_server_addr'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:739: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_ssl_server_name':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:806: multiple definition of `ngx_http_lua_ffi_ssl_server_name'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:806: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_cert_pem_to_der':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:840: multiple definition of `ngx_http_lua_ffi_cert_pem_to_der'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:840: first defined here
objs/addon/src/ngx_http_lua_ssl_certby.o: In function `ngx_http_lua_ffi_priv_key_pem_to_der':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:919: multiple definition of `ngx_http_lua_ffi_priv_key_pem_to_der'
objs/addon/src/ngx_http_lua_ssl_certby.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_certby.c:919: first defined here
objs/addon/src/ngx_http_lua_ssl_ocsp.o: In function `ngx_http_lua_ffi_ssl_get_ocsp_responder_from_der_chain':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:31: multiple definition of `ngx_http_lua_ffi_ssl_get_ocsp_responder_from_der_chain'
objs/addon/src/ngx_http_lua_ssl_ocsp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:31: first defined here
objs/addon/src/ngx_http_lua_ssl_ocsp.o: In function `ngx_http_lua_ffi_ssl_create_ocsp_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:153: multiple definition of `ngx_http_lua_ffi_ssl_create_ocsp_request'
objs/addon/src/ngx_http_lua_ssl_ocsp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:153: first defined here
objs/addon/src/ngx_http_lua_ssl_ocsp.o: In function `ngx_http_lua_ffi_ssl_validate_ocsp_response':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:268: multiple definition of `ngx_http_lua_ffi_ssl_validate_ocsp_response'
objs/addon/src/ngx_http_lua_ssl_ocsp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:268: first defined here
objs/addon/src/ngx_http_lua_ssl_ocsp.o: In function `ngx_http_lua_ffi_ssl_set_ocsp_status_resp':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:448: multiple definition of `ngx_http_lua_ffi_ssl_set_ocsp_status_resp'
objs/addon/src/ngx_http_lua_ssl_ocsp.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_ssl_ocsp.c:448: first defined here
objs/addon/src/ngx_http_lua_lex.o: In function `ngx_http_lua_lex':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_lex.c:45: multiple definition of `ngx_http_lua_lex'
objs/addon/src/ngx_http_lua_lex.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_lex.c:45: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_balancer_handler_file':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:60: multiple definition of `ngx_http_lua_balancer_handler_file'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:60: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_balancer_by_lua':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:132: multiple definition of `ngx_http_lua_balancer_by_lua'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:132: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_balancer_free_peer':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:405: multiple definition of `ngx_http_lua_balancer_free_peer'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:405: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_balancer_handler_inline':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:80: multiple definition of `ngx_http_lua_balancer_handler_inline'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:80: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_balancer_by_lua_block':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:102: multiple definition of `ngx_http_lua_balancer_by_lua_block'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:102: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_ffi_balancer_set_current_peer':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:459: multiple definition of `ngx_http_lua_ffi_balancer_set_current_peer'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:459: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_ffi_balancer_set_more_tries':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:552: multiple definition of `ngx_http_lua_ffi_balancer_set_more_tries'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:552: first defined here
objs/addon/src/ngx_http_lua_balancer.o: In function `ngx_http_lua_ffi_balancer_get_last_failure':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:613: multiple definition of `ngx_http_lua_ffi_balancer_get_last_failure'
objs/addon/src/ngx_http_lua_balancer.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../ngx_lua-0.10.5/src/ngx_http_lua_balancer.c:613: first defined here
objs/addon/src/ngx_http_lua_upstream_module.o:(.data+0x40): multiple definition of `ngx_http_lua_upstream_module'
objs/addon/src/ngx_http_lua_upstream_module.o:(.data+0x40): first defined here
objs/addon/src/ngx_http_headers_more_filter_module.o: In function `ngx_http_headers_more_merge_loc_conf':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_filter_module.c:178: multiple definition of `ngx_http_headers_more_location_hash'
objs/addon/src/ngx_http_headers_more_filter_module.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_filter_module.c:178: first defined here
objs/addon/src/ngx_http_headers_more_filter_module.o:(.data+0x0): multiple definition of `ngx_http_headers_more_filter_module'
objs/addon/src/ngx_http_headers_more_filter_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_headers_more_headers_out.o: In function `ngx_http_headers_more_exec_cmd':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:112: multiple definition of `ngx_http_headers_more_exec_cmd'
objs/addon/src/ngx_http_headers_more_headers_out.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:112: first defined here
objs/addon/src/ngx_http_headers_more_headers_out.o: In function `ngx_http_headers_more_set_headers':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:500: multiple definition of `ngx_http_headers_more_set_headers'
objs/addon/src/ngx_http_headers_more_headers_out.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:500: first defined here
objs/addon/src/ngx_http_headers_more_headers_out.o: In function `ngx_http_headers_more_clear_headers':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:509: multiple definition of `ngx_http_headers_more_clear_headers'
objs/addon/src/ngx_http_headers_more_headers_out.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_out.c:509: first defined here
objs/addon/src/ngx_http_headers_more_headers_in.o: In function `ngx_http_headers_more_exec_input_cmd':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:172: multiple definition of `ngx_http_headers_more_exec_input_cmd'
objs/addon/src/ngx_http_headers_more_headers_in.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:172: first defined here
objs/addon/src/ngx_http_headers_more_headers_in.o: In function `ngx_http_headers_more_set_input_headers':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:440: multiple definition of `ngx_http_headers_more_set_input_headers'
objs/addon/src/ngx_http_headers_more_headers_in.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:440: first defined here
objs/addon/src/ngx_http_headers_more_headers_in.o: In function `ngx_http_headers_more_clear_input_headers':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:449: multiple definition of `ngx_http_headers_more_clear_input_headers'
objs/addon/src/ngx_http_headers_more_headers_in.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_headers_in.c:449: first defined here
objs/addon/src/ngx_http_headers_more_util.o: In function `ngx_http_headers_more_parse_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:22: multiple definition of `ngx_http_headers_more_parse_header'
objs/addon/src/ngx_http_headers_more_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:22: first defined here
objs/addon/src/ngx_http_headers_more_util.o: In function `ngx_http_headers_more_parse_statuses':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:164: multiple definition of `ngx_http_headers_more_parse_statuses'
objs/addon/src/ngx_http_headers_more_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:164: first defined here
objs/addon/src/ngx_http_headers_more_util.o: In function `ngx_http_headers_more_parse_types':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:229: multiple definition of `ngx_http_headers_more_parse_types'
objs/addon/src/ngx_http_headers_more_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:229: first defined here
objs/addon/src/ngx_http_headers_more_util.o: In function `ngx_http_headers_more_rm_header_helper':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:268: multiple definition of `ngx_http_headers_more_rm_header_helper'
objs/addon/src/ngx_http_headers_more_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../headers-more-nginx-module-0.30/src/ngx_http_headers_more_util.c:268: first defined here
objs/addon/src/ngx_http_array_var_module.o:(.data+0x0): multiple definition of `ngx_http_array_var_module'
objs/addon/src/ngx_http_array_var_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_array_var_util.o: In function `ngx_http_array_var_strlstrn':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:24: multiple definition of `ngx_http_array_var_strlstrn'
objs/addon/src/ngx_http_array_var_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:24: first defined here
objs/addon/src/ngx_http_array_var_util.o: In function `ngx_http_array_var_get_func_from_cmd':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:48: multiple definition of `ngx_http_array_var_get_func_from_cmd'
objs/addon/src/ngx_http_array_var_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:48: first defined here
objs/addon/src/ngx_http_array_var_util.o: In function `ngx_http_array_var_add_variable':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:98: multiple definition of `ngx_http_array_var_add_variable'
objs/addon/src/ngx_http_array_var_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c:98: first defined here
objs/addon/src/ngx_http_memc_module.o:(.data+0x0): multiple definition of `ngx_http_memc_module'
objs/addon/src/ngx_http_memc_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_storage_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:20: multiple definition of `ngx_http_memc_create_storage_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:20: first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_get_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:267: multiple definition of `ngx_http_memc_create_get_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:267: first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_noarg_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:330: multiple definition of `ngx_http_memc_create_noarg_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:330: first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_flush_all_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:365: multiple definition of `ngx_http_memc_create_flush_all_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:365: first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_delete_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:422: multiple definition of `ngx_http_memc_create_delete_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:422: first defined here
objs/addon/src/ngx_http_memc_request.o: In function `ngx_http_memc_create_incr_decr_cmd_request':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:504: multiple definition of `ngx_http_memc_create_incr_decr_cmd_request'
objs/addon/src/ngx_http_memc_request.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_request.c:504: first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_process_simple_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:64: multiple definition of `ngx_http_memc_process_simple_header'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:64: first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_empty_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:243: multiple definition of `ngx_http_memc_empty_filter_init'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:243: first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_empty_filter':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:263: multiple definition of `ngx_http_memc_empty_filter'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:263: first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_get_cmd_filter_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:279: multiple definition of `ngx_http_memc_get_cmd_filter_init'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:279: first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_get_cmd_filter':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:293: multiple definition of `ngx_http_memc_get_cmd_filter'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:293: first defined here
objs/addon/src/ngx_http_memc_response.o:(.data+0x0): multiple definition of `ngx_http_memc_end'
objs/addon/src/ngx_http_memc_response.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_memc_response.o: In function `ngx_http_memc_process_get_cmd_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:393: multiple definition of `ngx_http_memc_process_get_cmd_header'
objs/addon/src/ngx_http_memc_response.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_memc_response.rl:393: first defined here
objs/addon/src/ngx_http_memc_util.o: In function `ngx_http_memc_parse_cmd':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_util.c:17: multiple definition of `ngx_http_memc_parse_cmd'
objs/addon/src/ngx_http_memc_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_util.c:17: first defined here
objs/addon/src/ngx_http_memc_util.o: In function `ngx_http_memc_upstream_add':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_util.c:119: multiple definition of `ngx_http_memc_upstream_add'
objs/addon/src/ngx_http_memc_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_util.c:119: first defined here
objs/addon/src/ngx_http_memc_handler.o: In function `ngx_http_memc_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_handler.c:57: multiple definition of `ngx_http_memc_handler'
objs/addon/src/ngx_http_memc_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_handler.c:57: first defined here
objs/addon/src/ngx_http_memc_handler.o: In function `ngx_http_memc_init':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_handler.c:479: multiple definition of `ngx_http_memc_init'
objs/addon/src/ngx_http_memc_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../memc-nginx-module-0.17/src/ngx_http_memc_handler.c:479: first defined here
objs/addon/src/ngx_http_redis2_module.o:(.data+0x0): multiple definition of `ngx_http_redis2_module'
objs/addon/src/ngx_http_redis2_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_redis2_handler.o: In function `ngx_http_redis2_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_handler.c:23: multiple definition of `ngx_http_redis2_handler'
objs/addon/src/ngx_http_redis2_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_handler.c:23: first defined here
objs/addon/src/ngx_http_redis2_reply.o: In function `ngx_http_redis2_process_reply':
/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_redis2_reply.rl:26: multiple definition of `ngx_http_redis2_process_reply'
objs/addon/src/ngx_http_redis2_reply.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/src/ngx_http_redis2_reply.rl:26: first defined here
objs/addon/src/ngx_http_redis2_util.o: In function `ngx_http_redis2_set_complex_value_slot':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:21: multiple definition of `ngx_http_redis2_set_complex_value_slot'
objs/addon/src/ngx_http_redis2_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:21: first defined here
objs/addon/src/ngx_http_redis2_util.o: In function `ngx_http_redis2_upstream_add':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:55: multiple definition of `ngx_http_redis2_upstream_add'
objs/addon/src/ngx_http_redis2_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:55: first defined here
objs/addon/src/ngx_http_redis2_util.o: In function `ngx_http_redis2_build_query':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:114: multiple definition of `ngx_http_redis2_build_query'
objs/addon/src/ngx_http_redis2_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../redis2-nginx-module-0.13/src/ngx_http_redis2_util.c:114: first defined here
objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o:(.data+0x40): multiple definition of `ngx_http_redis_module'
objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o:(.data+0x40): first defined here
objs/addon/src/ngx_http_rds_json_filter_module.o:(.data+0x0): multiple definition of `ngx_http_rds_json_filter_module'
objs/addon/src/ngx_http_rds_json_filter_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_rds_json_processor.o: In function `ngx_http_rds_json_process_more_field_data':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:444: multiple definition of `ngx_http_rds_json_process_more_field_data'
objs/addon/src/ngx_http_rds_json_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:444: first defined here
objs/addon/src/ngx_http_rds_json_processor.o: In function `ngx_http_rds_json_process_field':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:336: multiple definition of `ngx_http_rds_json_process_field'
objs/addon/src/ngx_http_rds_json_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:336: first defined here
objs/addon/src/ngx_http_rds_json_processor.o: In function `ngx_http_rds_json_process_row':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:244: multiple definition of `ngx_http_rds_json_process_row'
objs/addon/src/ngx_http_rds_json_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:244: first defined here
objs/addon/src/ngx_http_rds_json_processor.o: In function `ngx_http_rds_json_process_col':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:143: multiple definition of `ngx_http_rds_json_process_col'
objs/addon/src/ngx_http_rds_json_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:143: first defined here
objs/addon/src/ngx_http_rds_json_processor.o: In function `ngx_http_rds_json_process_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:26: multiple definition of `ngx_http_rds_json_process_header'
objs/addon/src/ngx_http_rds_json_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_processor.c:26: first defined here
objs/addon/src/ngx_http_rds_json_util.o: In function `ngx_http_rds_json_escape_json_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:24: multiple definition of `ngx_http_rds_json_escape_json_str'
objs/addon/src/ngx_http_rds_json_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:24: first defined here
objs/addon/src/ngx_http_rds_json_util.o: In function `ngx_http_rds_json_test_content_type':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:129: multiple definition of `ngx_http_rds_json_test_content_type'
objs/addon/src/ngx_http_rds_json_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:129: first defined here
objs/addon/src/ngx_http_rds_json_util.o: In function `ngx_http_rds_json_discard_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:142: multiple definition of `ngx_http_rds_json_discard_bufs'
objs/addon/src/ngx_http_rds_json_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_util.c:142: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_literal':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:36: multiple definition of `ngx_http_rds_json_output_literal'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:36: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:63: multiple definition of `ngx_http_rds_json_output_bufs'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:63: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:121: multiple definition of `ngx_http_rds_json_output_header'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:121: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_props':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:313: multiple definition of `ngx_http_rds_json_output_props'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:313: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_cols':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:410: multiple definition of `ngx_http_rds_json_output_cols'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:410: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_field':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:470: multiple definition of `ngx_http_rds_json_output_field'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:470: first defined here
objs/addon/src/ngx_http_rds_json_output.o: In function `ngx_http_rds_json_output_more_field_data':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:786: multiple definition of `ngx_http_rds_json_output_more_field_data'
objs/addon/src/ngx_http_rds_json_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_output.c:786: first defined here
objs/addon/src/ngx_http_rds_json_handler.o: In function `ngx_http_rds_json_ret_handler':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_handler.c:12: multiple definition of `ngx_http_rds_json_ret_handler'
objs/addon/src/ngx_http_rds_json_handler.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-json-nginx-module-0.14/src/ngx_http_rds_json_handler.c:12: first defined here
objs/addon/src/ngx_http_rds_csv_filter_module.o:(.data+0x0): multiple definition of `ngx_http_rds_csv_filter_module'
objs/addon/src/ngx_http_rds_csv_filter_module.o:(.data+0x0): first defined here
objs/addon/src/ngx_http_rds_csv_processor.o: In function `ngx_http_rds_csv_process_more_field_data':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:409: multiple definition of `ngx_http_rds_csv_process_more_field_data'
objs/addon/src/ngx_http_rds_csv_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:409: first defined here
objs/addon/src/ngx_http_rds_csv_processor.o: In function `ngx_http_rds_csv_process_field':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:299: multiple definition of `ngx_http_rds_csv_process_field'
objs/addon/src/ngx_http_rds_csv_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:299: first defined here
objs/addon/src/ngx_http_rds_csv_processor.o: In function `ngx_http_rds_csv_process_row':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:223: multiple definition of `ngx_http_rds_csv_process_row'
objs/addon/src/ngx_http_rds_csv_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:223: first defined here
objs/addon/src/ngx_http_rds_csv_processor.o: In function `ngx_http_rds_csv_process_col':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:144: multiple definition of `ngx_http_rds_csv_process_col'
objs/addon/src/ngx_http_rds_csv_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:144: first defined here
objs/addon/src/ngx_http_rds_csv_processor.o: In function `ngx_http_rds_csv_process_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:26: multiple definition of `ngx_http_rds_csv_process_header'
objs/addon/src/ngx_http_rds_csv_processor.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_processor.c:26: first defined here
objs/addon/src/ngx_http_rds_csv_util.o: In function `ngx_http_rds_csv_escape_csv_str':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:23: multiple definition of `ngx_http_rds_csv_escape_csv_str'
objs/addon/src/ngx_http_rds_csv_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:23: first defined here
objs/addon/src/ngx_http_rds_csv_util.o: In function `ngx_http_rds_csv_test_content_type':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:77: multiple definition of `ngx_http_rds_csv_test_content_type'
objs/addon/src/ngx_http_rds_csv_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:77: first defined here
objs/addon/src/ngx_http_rds_csv_util.o: In function `ngx_http_rds_csv_discard_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:90: multiple definition of `ngx_http_rds_csv_discard_bufs'
objs/addon/src/ngx_http_rds_csv_util.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_util.c:90: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_literal':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:34: multiple definition of `ngx_http_rds_csv_output_literal'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:34: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_bufs':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:61: multiple definition of `ngx_http_rds_csv_output_bufs'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:61: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_header':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:120: multiple definition of `ngx_http_rds_csv_output_header'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:120: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_field_names':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:217: multiple definition of `ngx_http_rds_csv_output_field_names'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:217: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_field':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:303: multiple definition of `ngx_http_rds_csv_output_field'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:303: first defined here
objs/addon/src/ngx_http_rds_csv_output.o: In function `ngx_http_rds_csv_output_more_field_data':
/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:468: multiple definition of `ngx_http_rds_csv_output_more_field_data'
objs/addon/src/ngx_http_rds_csv_output.o:/root/openresty-1.9.15.1/build/nginx-1.9.15/../rds-csv-nginx-module-0.07/src/ngx_http_rds_csv_output.c:468: first defined here
collect2: error: ld returned 1 exit status
make[2]: *** [objs/nginx] Error 1
make[2]: Leaving directory `/root/openresty-1.9.15.1/build/nginx-1.9.15'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/root/openresty-1.9.15.1/build/nginx-1.9.15'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment