You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@localhost apisix]# ./bin/apisix start
lua: error loading module 'socket.core' from file '/root/github/apisix/deps/lib/lua/5.1/socket/core.so':
/root/github/apisix/deps/lib/lua/5.1/socket/core.so: undefined symbol: lua_pcall
stack traceback:
[C]: in ?
[C]: in function 'require'
/root/github/apisix/deps/share/lua/5.1/socket.lua:12: in main chunk
[C]: in function 'require'
/root/github/apisix/deps/share/lua/5.1/socket/http.lua:10: in main chunk
[C]: in function 'require'
./apisix/cli/etcd.lua:22: in main chunk
[C]: in function 'require'
./apisix/cli/ops.lua:18: in main chunk
[C]: in function 'require'
./bin/apisix:34: in main chunk
[C]: in ?
The text was updated successfully, but these errors were encountered:
when I update the code to the lastest master branch, I had the same problem, @spacewander@membphis@tokers pls take a look when you have time, thanks a lot~^_^
Issue description
Using the latest master branch code, apisix cannot be started after make deps
Environment
apisix version
): masterError log;
The text was updated successfully, but these errors were encountered: