szqm123 commented on issue #3752: URL: https://github.com/apache/apisix/issues/3752#issuecomment-803772489
我也遇到类似问题,解决方法如下(不要单独安装pcre和Openssl_1_1_1-statble): 首先下载到github上下载pcre和openssl_1_1_1-stable的源码包并解压到/usr/local,然后执行如下命令进行安装: ./configure --with-pcre=/usr/local/pcre-master --with-openssl=/usr/local/openssl-OpenSSL_1_1_1-stable --with-http_stub_status_module --with-http_ssl_module --with-http_realip_module --with-http_v2_module -with-pcre-jit gmake gmake install -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
