Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZoomQuiet/1984990 to your computer and use it in GitHub Desktop.
Save ZoomQuiet/1984990 to your computer and use it in GitHub Desktop.
ngx_openresty-1.0.10.48 in mac make fail
platform: macosx (darwin)
cp -rp bundle/ build
cd build
cd LuaJIT-2.0.0-beta9
make TARGET_STRIP=@: PREFIX=/usr/local/openresty/luajit
==== Building LuaJIT 2.0.0-beta9 ====
make -C src
HOSTCC buildvm.o
HOSTCC buildvm_asm.o
HOSTCC buildvm_peobj.o
HOSTCC buildvm_lib.o
HOSTCC buildvm_fold.o
HOSTLINK 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_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_api.o
CC lj_lex.o
CC lj_parse.o
CC lj_bcread.o
CC lj_bcwrite.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_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 ../lib/vmdef.lua
DYNLINK libluajit.so
LINK luajit
OK Successfully built LuaJIT
==== Successfully built LuaJIT 2.0.0-beta9 ====
make install TARGET_STRIP=@: PREFIX=/usr/local/openresty/luajit DESTDIR=/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root
==== Installing LuaJIT 2.0.0-beta9 to /usr/local/openresty/luajit ====
mkdir -p /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/bin /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/share/man/man1 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/pkgconfig /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/share/luajit-2.0.0-beta9/jit /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/share/lua/5.1 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/lua/5.1
cd src && install -m 0755 luajit /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/bin/luajit-2.0.0-beta9
cd src && test -f libluajit.a && install -m 0644 libluajit.a /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-5.1.a || :
rm -f /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.2.0.0.dylib /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.dylib /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.2.dylib
cd src && test -f libluajit.so && \
install -m 0755 libluajit.so /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.2.0.0.dylib && \
: /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib && \
ln -sf libluajit-51.2.0.0.dylib /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.dylib && \
ln -sf libluajit-51.2.0.0.dylib /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib/libluajit-51.2.dylib || :
cd etc && install -m 0644 luajit.1 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/share/man/man1
cd etc && sed -e "s|^prefix=.*|prefix=/usr/local/openresty/luajit|" luajit.pc > luajit.pc.tmp && \
install -m 0644 luajit.pc.tmp /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/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 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0
cd lib && install -m 0644 bc.lua v.lua dump.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_ppc.lua bcsave.lua vmdef.lua /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/share/luajit-2.0.0-beta9/jit
==== Successfully installed LuaJIT 2.0.0-beta9 to /usr/local/openresty/luajit ====
Note: the beta releases deliberately do NOT install a symlink for luajit
You can do this now by running this command (with sudo):
ln -sf luajit-2.0.0-beta9 /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/bin/luajit
export LUAJIT_LIB='/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib'
export LUAJIT_INC='/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0'
cd ..
cd nginx-1.0.10
./configure --prefix=/usr/local/openresty/nginx \
--add-module=../ngx_devel_kit-0.2.17 \
--add-module=../iconv-nginx-module-0.10rc5 \
--add-module=../echo-nginx-module-0.38rc1 \
--add-module=../xss-nginx-module-0.03rc8 \
--add-module=../set-misc-nginx-module-0.22rc5 \
--add-module=../form-input-nginx-module-0.07rc5 \
--add-module=../encrypted-session-nginx-module-0.02 \
--add-module=../ngx_lua-0.4.1 \
--add-module=../headers-more-nginx-module-0.17rc1 \
--add-module=../srcache-nginx-module-0.13rc3 \
--add-module=../array-var-nginx-module-0.03rc1 \
--add-module=../memc-nginx-module-0.13rc3 \
--add-module=../redis2-nginx-module-0.08rc2 \
--add-module=../upstream-keepalive-nginx-module-0.7 \
--add-module=../auth-request-nginx-module-0.2 \
--add-module=../rds-json-nginx-module-0.12rc7 \
--add-module=../rds-csv-nginx-module-0.04 \
--with-ld-opt='-Wl,-rpath,/usr/local/openresty/luajit/lib' \
--with-http_ssl_module
checking for OS
+ Darwin 11.3.0 x86_64
checking for C compiler ... found
+ using GNU C compiler
+ gcc version: 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
checking for gcc -pipe switch ... found
checking for --with-ld-opt="-Wl,-rpath,/usr/local/openresty/luajit/lib" ... found
checking for gcc builtin atomic operations ... found
checking for C99 variadic macros ... found
checking for gcc variadic macros ... found
checking for unistd.h ... found
checking for inttypes.h ... found
checking for limits.h ... found
checking for sys/filio.h ... found
checking for sys/param.h ... found
checking for sys/mount.h ... found
checking for sys/statvfs.h ... found
checking for crypt.h ... not found
checking for Darwin specific features
+ kqueue found
checking for kqueue's EVFILT_TIMER ... found
checking for Darwin 64-bit kqueue millisecond timeout bug ... not found
checking for sendfile() ... found
checking for atomic(3) ... found
checking for nobody group ... found
checking for poll() ... found
checking for /dev/poll ... not found
checking for crypt() ... found
checking for F_READAHEAD ... not found
checking for posix_fadvise() ... not found
checking for O_DIRECT ... not found
checking for F_NOCACHE ... found
checking for directio() ... not found
checking for statfs() ... found
checking for statvfs() ... found
checking for dlopen() ... found
checking for sched_yield() ... found
checking for SO_SETFIB ... not found
checking for SO_ACCEPTFILTER ... not found
checking for TCP_DEFER_ACCEPT ... not found
checking for accept4() ... not 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 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 endianess ... little endianess
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 sys_nerr ... found
checking for localtime_r() ... found
checking for posix_memalign() ... found
checking for memalign() ... not found
checking for mmap(MAP_ANON|MAP_SHARED) ... found
checking for mmap("/dev/zero", MAP_SHARED) ... found but is not working
checking for System V shared memory ... found
checking for POSIX semaphores ... found but is not working
checking for POSIX semaphores in libpthread ... found but is not working
checking for POSIX semaphores in librt ... not 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 ... found
checking for struct dirent.d_type ... found
configuring additional modules
adding module in ../ngx_devel_kit-0.2.17
+ ngx_devel_kit was configured
adding module in ../iconv-nginx-module-0.10rc5
found ngx_devel_kit for ngx_iconv; looks good.
checking for libiconv ... not found
checking for libiconv ... found
+ ngx_http_iconv_module was configured
adding module in ../echo-nginx-module-0.38rc1
+ ngx_http_echo_module was configured
adding module in ../xss-nginx-module-0.03rc8
+ ngx_http_xss_filter_module was configured
adding module in ../set-misc-nginx-module-0.22rc5
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.07rc5
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.02
+ ngx_http_encrypted_session_module was configured
adding module in ../ngx_lua-0.4.1
checking for LuaJIT library in /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib and /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0 (specified by the LUAJIT_LIB and LUAJIT_INC env) ... found
adding extra linking options needed by LuaJIT
checking for export symbols by default ... not found
+ ngx_http_lua_module was configured
adding module in ../headers-more-nginx-module-0.17rc1
+ ngx_http_headers_more_filter_module was configured
adding module in ../srcache-nginx-module-0.13rc3
+ ngx_http_srcache_filter_module was configured
adding module in ../array-var-nginx-module-0.03rc1
found ngx_devel_kit for ngx_array_var; looks good.
+ ngx_http_array_var_module was configured
adding module in ../memc-nginx-module-0.13rc3
+ ngx_http_memc_module was configured
adding module in ../redis2-nginx-module-0.08rc2
+ ngx_http_redis2_module was configured
adding module in ../upstream-keepalive-nginx-module-0.7
+ ngx_http_upstream_keepalive_module was configured
adding module in ../auth-request-nginx-module-0.2
+ ngx_http_auth_request_module was configured
adding module in ../rds-json-nginx-module-0.12rc7
+ ngx_http_rds_json_filter_module was configured
adding module in ../rds-csv-nginx-module-0.04
+ ngx_http_rds_csv_filter_module was configured
checking for PCRE library ... 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 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:
make
make install
cd /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/LuaJIT-2.0.0-beta9 && make TARGET_STRIP=@: PREFIX=/usr/local/openresty/luajit
==== Building LuaJIT 2.0.0-beta9 ====
make -C src
make[2]: Nothing to be done for `default'.
==== Successfully built LuaJIT 2.0.0-beta9 ====
cd /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/lua-cjson-1.0.3 && make DESTDIR= LUA_INCLUDE_DIR=/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=gcc
make[1]: Nothing to be done for `all'.
cd /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/lua-redis-parser-0.09rc5 && make DESTDIR= LUA_INCLUDE_DIR=/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/include/luajit-2.0 LUA_LIB_DIR=/usr/local/openresty/lualib LDFLAGS='-bundle -undefined dynamic_lookup' CC=gcc
make[1]: Nothing to be done for `all'.
cd /Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/nginx-1.0.10 && make
make -f objs/Makefile
gcc -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_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_cpuinfo.o \
objs/src/core/ngx_conf_file.o \
objs/src/core/ngx_resolver.o \
objs/src/core/ngx_open_file_cache.o \
objs/src/core/ngx_crypt.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_busy_lock.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_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_setproctitle.o \
objs/src/os/unix/ngx_posix_init.o \
objs/src/os/unix/ngx_user.o \
objs/src/os/unix/ngx_process_cycle.o \
objs/src/os/unix/ngx_darwin_init.o \
objs/src/event/modules/ngx_kqueue_module.o \
objs/src/os/unix/ngx_darwin_sendfile_chain.o \
objs/src/event/ngx_event_openssl.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/ngx_http_header_filter_module.o \
objs/src/http/ngx_http_write_filter_module.o \
objs/src/http/ngx_http_copy_filter_module.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_parse_time.o \
objs/src/http/modules/ngx_http_static_module.o \
objs/src/http/modules/ngx_http_index_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_headers_filter_module.o \
objs/src/http/modules/ngx_http_not_modified_filter_module.o \
objs/src/http/ngx_http_busy_lock.o \
objs/src/http/ngx_http_file_cache.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_autoindex_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_zone_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_ip_hash_module.o \
objs/addon/src/ndk.o \
objs/addon/src/ngx_http_iconv_module.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_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_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_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_conf.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_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_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_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/upstream-keepalive-nginx-module-0.7/ngx_http_upstream_keepalive_module.o \
objs/addon/auth-request-nginx-module-0.2/ngx_http_auth_request_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/ngx_modules.o \
-Wl,-rpath,/usr/local/openresty/luajit/lib -liconv -L/Users/zoomq/Downloads/FLOSS/Nginx/ngx_openresty-1.0.10.48/build/luajit-root/usr/local/openresty/luajit/lib -lluajit-5.1 -lm -pagezero_size 10000 -image_base 100000000 -lpcre -lssl -lcrypto -lz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment