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 2020/10/29 10:35:29 UTC

[GitHub] [apisix] idbeta commented on issue #2562: bug: APISIX 2.0 run failed on CentOS 7 missing package lua-tinyyaml and lua-resty-template

idbeta commented on issue #2562:
URL: https://github.com/apache/apisix/issues/2562#issuecomment-718620979


   Maybe the install-dependencies.md is not right about install openresty on centos7. 
   you can see if the openresty existed, if not, you can resolved like that:
   ```shell
   wget https://openresty.org/package/centos/openresty.repo
   sudo mv openresty.repo /etc/yum.repos.d/
   sudo yum check-update
   sudo yum install openresty
   ```
   


----------------------------------------------------------------
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:
users@infra.apache.org