apache / apisix

The Cloud-Native API Gateway
https://apisix.apache.org/blog/
Apache License 2.0
14.3k stars 2.49k forks source link

need help: apisix init error #11460

Open chappie-k opened 1 month ago

chappie-k commented 1 month ago

Description

According to official documents building apisix from source,when i execute instruction 'apisix init', "ERROR: Please check the version of OpenResty and Lua, OpenResty 1.19+ + LuaJIT is required for Apache APISIX." is displayed.

Environment

shreemaan-abhishek commented 1 month ago

The error clearly says you need to have openresty installed. If you have already installed openresty and still getting this problem it maybe the openresty execuatable is not under your PATH variable.