fukiki commented on a change in pull request #3335:
URL: https://github.com/apache/apisix/pull/3335#discussion_r564157996
##########
File path: Makefile
##########
@@ -193,6 +195,8 @@ install: default
$(INSTALL) -d $(INST_LUADIR)/apisix/plugins/slslog
$(INSTALL) apisix/plugins/slslog/*.lua
$(INST_LUADIR)/apisix/plugins/slslog/
+ cp -r deps/* /usr/local/
Review comment:
All dependencies are installed in INST_LUADIR(/user/share/) by LuaRocks,
but when use luajit, it will be find deps in luajit default path
`/user/local/...`
This is also why changed INST_LIBDIR and INST_LUADIR in
`rockspec/apisix-master-0.rockspec`.
----------------------------------------------------------------
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]