Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LuaJit - error loading module 'socket.core' from file '/usr/lib/lua/5.3/socket/core.so': #27

Open
GildedHonour opened this issue Jul 5, 2019 · 0 comments

Comments

@GildedHonour
Copy link

$ luajit
LuaJIT 2.0.5 -- Copyright (C) 2005-2017 Mike Pall. http://luajit.org/
JIT: ON CMOV SSE2 SSE3 SSE4.1 fold cse dce fwd dse narrow loop abc sink fuse


> local http_client = require("requests")
error loading module 'socket.core' from file '/usr/lib/lua/5.3/socket/core.so':
	/usr/lib/lua/5.3/socket/core.so: undefined symbol: luaL_setfuncs
stack traceback:
	[C]: at 0x563059ea8fb0
	[C]: in function 'require'
	/usr/share/lua/5.3/socket.lua:12: in main chunk
	[C]: in function 'require'
	/usr/share/lua/5.3/socket/http.lua:10: in main chunk
	[C]: in function 'require'
	/usr/share/lua/5.3/requests.lua:3: in main chunk
	[C]: in function 'require'
	stdin:1: in main chunk
	[C]: at 0x563059e59c00
> ^\Quit (core dumped)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant