Git Product home page Git Product logo

Comments (4)

agentzh avatar agentzh commented on July 25, 2024

@Yahook Seems like you have a 3rd-party Lua module named table.new in your LuaJIT's search paths?

from lua-resty-mysql.

agentzh avatar agentzh commented on July 25, 2024

table.new should be a standard Lua module provided by LuaJIT and the module itself is a Lua function instead of a table.

from lua-resty-mysql.

Yahook avatar Yahook commented on July 25, 2024

Hello,

Thank you for your answer. I checked which modules I have:

[root@s2316 /opt/lua/resty]# grep -r new_tab /opt /opt/lua/resty/cookie.lua:local ok, new_tab = pcall(require, "table.new") /opt/lua/resty/cookie.lua: new_tab = function () return {} end /opt/lua/resty/cookie.lua:local _M = new_tab(0, 2) /opt/lua/resty/cookie.lua: local cookie_table = new_tab(0, n + 1) /opt/lua/resty/cookie.lua: return setmetatable({ _cookie = _cookie, set_cookie_table = new_tab(4, 0) }, /opt/lua/resty/mysql.lua:local ok, new_tab = pcall(require, "table.new") /opt/lua/resty/mysql.lua: new_tab = function (narr, nrec) return {} end /opt/lua/resty/mysql.lua:local converters = new_tab(0, 8) /opt/lua/resty/mysql.lua: local bytes = new_tab(len, 0) /opt/lua/resty/mysql.lua: local bytes = new_tab(len, 0) /opt/lua/resty/mysql.lua: local bytes = new_tab(n, 0) /opt/lua/resty/mysql.lua: local res = new_tab(0, 5) /opt/lua/resty/mysql.lua: local col = new_tab(0, 2) /opt/lua/resty/mysql.lua: row = new_tab(ncols, 0) /opt/lua/resty/mysql.lua: row = new_tab(0, ncols) /opt/lua/resty/mysql.lua: local cols = new_tab(field_count, 0) /opt/lua/resty/mysql.lua: local rows = new_tab(est_nrows or 4, 0) /opt/lua/resty/redis.lua:local ok, new_tab = pcall(require, "table.new") /opt/lua/resty/redis.lua: new_tab = function (narr, nrec) return {} end /opt/lua/resty/redis.lua:local _M = new_tab(0, 151) /opt/lua/resty/redis.lua: local vals = new_tab(n, 0); /opt/lua/resty/redis.lua: local req = new_tab(nargs + 1, 0) /opt/lua/resty/redis.lua: local array = new_tab(n, 0) /opt/lua/resty/redis.lua: self._reqs = new_tab(n or 4, 0) /opt/lua/resty/redis.lua: local vals = new_tab(nreqs, 0) /opt/lua/resty/redis.lua: local h = new_tab(0, n / 2)
There is no table.new anywhere.

[root@s2316 ~]# luajit -v LuaJIT 2.0.4

from lua-resty-mysql.

agentzh avatar agentzh commented on July 25, 2024

@Yahook You need LuaJIT 2.1. Better use OpenResty directly to avoid such problems. See https://openresty.org. Sorry, I do not have the time to diagnose your own setup issues.

from lua-resty-mysql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.