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/02/22 15:52:05 UTC

[GitHub] [apisix] Firstsawyou opened a new pull request #3636: docs: FAQ doc added make deps execution failed

Firstsawyou opened a new pull request #3636:
URL: https://github.com/apache/apisix/pull/3636


   
   ### What this PR does / why we need it:
   <!--- Why is this change required? What problem does it solve? -->
   <!--- If it fixes an open issue, please link to the issue here. -->
   close #3632
   
   ### Pre-submission checklist:
   
   * [x] Did you explain what problem does this PR solve? Or what new features have been added?
   * [ ] Have you added corresponding test cases?
   * [ ] Have you modified the corresponding document?
   * [ ] Is this PR backward compatible? **If it is not backward compatible, please discuss on the [mailing list](https://github.com/apache/apisix/tree/master#community) first**
   


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



[GitHub] [apisix] tokers commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
tokers commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r580961829



##########
File path: FAQ.md
##########
@@ -358,7 +358,7 @@ The high availability of APISIX can be divided into two parts:
 
 ## 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.
+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 install it first. Please refer to the [install-dependencies.md](doc/install-dependencies.md) document for installation.

Review comment:
       `You` should in small case, the sentence doesn't finish.




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



[GitHub] [apisix] Firstsawyou commented on pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#issuecomment-792597755


   @spacewander  If you have time, please take a look.


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



[GitHub] [apisix] Firstsawyou commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r580780192



##########
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:
       updated.




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



[GitHub] [apisix] tokers commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
tokers commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r581507384



##########
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 install it first. Please refer to the [install-dependencies.md](doc/install-dependencies.md) document for installation.

Review comment:
       In Debian/Ubuntu Linux, the package name is not `openresty-openssl111-devel` but `openresty-openssl111-dev`. Here we don't need to show the real package name but tell people the development package of openssl for OpenResty is missing, guiding them to refer to the document.




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



[GitHub] [apisix] Firstsawyou commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r581045028



##########
File path: FAQ.md
##########
@@ -358,7 +358,7 @@ The high availability of APISIX can be divided into two parts:
 
 ## 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.
+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 install it first. Please refer to the [install-dependencies.md](doc/install-dependencies.md) document for installation.

Review comment:
       Nice, updated.




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



[GitHub] [apisix] Firstsawyou commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on a change in pull request #3636:
URL: https://github.com/apache/apisix/pull/3636#discussion_r581590944



##########
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 install it first. Please refer to the [install-dependencies.md](doc/install-dependencies.md) document for installation.

Review comment:
       updated.




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



[GitHub] [apisix] spacewander merged pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
spacewander merged pull request #3636:
URL: https://github.com/apache/apisix/pull/3636


   


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



[GitHub] [apisix] tokers commented on a change in pull request #3636: docs: FAQ doc added make deps execution failed

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org