tokers commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r580699183



##########
File path: FAQ.md
##########
@@ -355,3 +355,19 @@ The high availability of APISIX can be divided into two 
parts:
 1. The data plane of Apache APISIX is stateless and can be elastically scaled 
at will. Just add a layer of LB in front.
 
 2. The control plane of Apache APISIX relies on the highly available 
implementation of `etcd cluster` and does not require any relational database 
dependency.
+
+## Why does the `make deps` command fail in source installation?
+
+When executing the `make deps` command, an error such as the one shown below 
occurs. This is caused by the missing dependency of 
`openresty-openssl111-devel`, you need to execute `yum install -y 
openresty-openssl111-devel` to install it first.

Review comment:
       Well, people might not use RedHat series Linux distro.




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


Reply via email to