编译安装 openresty 1.15.8.3 运行时报错 missing declaration for symbol 'ngx_http_lua_ffi_exec_regex'
编译安装命令:

./configure --prefix=/usr/local/openresty --with-pcre-jit --with-ipv6 --with-http_stub_status_module --with-http_realip_module  --with-http_v2_module --with-http_ssl_module --with-pcre=../pcre-8.37 --with-zlib=../zlib-1.2.11 --with-openssl=../openssl-1.0.2p

    zhuizhuhaomeng 直接用 luarocks 安装了 apisix,启动 apisix 就会报错,apisix 依赖 openresty

      zhuizhuhaomeng 添加之后执行 make 报错 /usr/bin/ld: unrecognized option '--require-defined=pcre_version'

        Write a Reply...