Skip to content

Instantly share code, notes, and snippets.

@mlowicki
Created December 21, 2015 22:12
Show Gist options
  • Select an option

  • Save mlowicki/60f4dd5eec64922c5469 to your computer and use it in GitHub Desktop.

Select an option

Save mlowicki/60f4dd5eec64922c5469 to your computer and use it in GitHub Desktop.
bash-3.2$ ./lua-5.3.1/src/lua code/soc.lua
./lua-5.3.1/src/lua: error loading module 'socket.core' from file '/usr/local/lib/lua/5.3/socket/core.so':
dlopen(/usr/local/lib/lua/5.3/socket/core.so, 6): Symbol not found: _lua_getctx
Referenced from: /usr/local/lib/lua/5.3/socket/core.so
Expected in: dynamic lookup
stack traceback:
[C]: in ?
[C]: in function 'require'
/usr/local/share/lua/5.3/socket.lua:12: in main chunk
[C]: in function 'require'
code/soc.lua:3: in main chunk
[C]: in ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment