fukiki commented on a change in pull request #3335:
URL: https://github.com/apache/apisix/pull/3335#discussion_r566880930



##########
File path: Makefile
##########
@@ -35,6 +35,8 @@ ifeq ($(OR_EXEC), )
 ifeq ("$(wildcard /usr/local/openresty-debug/bin/openresty)", "")
        @echo "ERROR: OpenResty not found. You have to install OpenResty and 
add the binary file to PATH before install Apache APISIX."
        exit 1
+else

Review comment:
       Done

##########
File path: doc/install-dependencies.md
##########
@@ -35,6 +35,8 @@
 
 - If you want use Tengine instead of OpenResty, please take a look at this 
installation step script [Install Tengine at 
Ubuntu](../.travis/linux_tengine_runner.sh).
 
+- By default Apache APISIX runs with luajit of OpenResty 1.19 (priority) or 
Lua 5.1. If you run in to an issue `luajit: lj_asm_x86.h:2819: asm_loop_fixup: 
Assertion '((intptr_t)target & 15) == 0' failed`, it is caused by to the 
compatibility of OpenResty version. OpenResty 1.19 is recommended, please take 
a look at this installation step script 
[linux-install-openresty](../utils/linux-install-openresty.sh).

Review comment:
       Done




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


Reply via email to