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 2020/10/14 11:18:50 UTC

[GitHub] [apisix] HuangDayu commented on issue #2419: request help: 没有安装cjson,但仍要求删除cjson

HuangDayu commented on issue #2419:
URL: https://github.com/apache/apisix/issues/2419#issuecomment-708336487


   ```shell
   huangdayu@SK-20191227AUWA:~/apache-apisix-1.5$ lua -e "require 'cjson'"
   huangdayu@SK-20191227AUWA:~/apache-apisix-1.5$ lua -e "require('table.new')"
   lua: (command line):1: module 'table.new' not found:
           no field package.preload['table.new']
           no file './table/new.lua'
           no file '/usr/local/share/lua/5.1/table/new.lua'
           no file '/usr/local/share/lua/5.1/table/new/init.lua'
           no file '/usr/local/lib/lua/5.1/table/new.lua'
           no file '/usr/local/lib/lua/5.1/table/new/init.lua'
           no file '/usr/share/lua/5.1/table/new.lua'
           no file '/usr/share/lua/5.1/table/new/init.lua'
           no file './table/new.so'
           no file '/usr/local/lib/lua/5.1/table/new.so'
           no file '/usr/lib/x86_64-linux-gnu/lua/5.1/table/new.so'
           no file '/usr/lib/lua/5.1/table/new.so'
           no file '/usr/local/lib/lua/5.1/loadall.so'
           no file './table.so'
           no file '/usr/local/lib/lua/5.1/table.so'
           no file '/usr/lib/x86_64-linux-gnu/lua/5.1/table.so'
           no file '/usr/lib/lua/5.1/table.so'
           no file '/usr/local/lib/lua/5.1/loadall.so'
   stack traceback:
           [C]: in function 'require'
           (command line):1: in main chunk
           [C]: ?
   ```
   
   @spacewander 


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