You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/19 06:54:46 UTC

[GitHub] [apisix] yuhaizr edited a comment on issue #4594: request help:

yuhaizr edited a comment on issue #4594:
URL: https://github.com/apache/apisix/issues/4594#issuecomment-882277488


   > ldd /usr/local/apisix-2.7/deps/lib/lua/5.1/ssl.so
   
   我重新安装了 openrestry   使用  --with-openssl=/usr/local/openssl1.1.1k  之后可以了。
   但是start 的时候遇到新的问题
   
   ./bin/apisix start
   /usr/local/openresty/luajit/bin/luajit ./apisix/cli/apisix.lua start
   nginx: [error] init_by_lua error: /usr/local/apisix-2.7/apisix/init.lua:65: pcre jit stack allocation failed
   stack traceback:
           [C]: in function 'error'
           /usr/local/openresty/lualib/ngx/re.lua:311: in function 'opt'
           /usr/local/apisix-2.7/apisix/init.lua:65: in function 'http_init'
           init_by_lua:9: in main chunk
   
   之后又重新安装了openrestry 使用了 --with-pcre-jit  之后就正常了。
   我们可以在哪里看到需要的所有的依赖有哪些嘛?
   
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org