Created
December 21, 2015 22:12
-
-
Save mlowicki/60f4dd5eec64922c5469 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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