Created
December 17, 2015 09:47
-
-
Save raphink/0928b6665f03775de7a7 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
> lua5.1 | |
Lua 5.1.5 Copyright (C) 1994-2012 Lua.org, PUC-Rio | |
> require 'augeas' | |
error loading module 'augeas' from file '/usr/lib/x86_64-linux-gnu/lua/5.1/augeas.so': | |
/usr/lib/x86_64-linux-gnu/lua/5.1/augeas.so: undefined symbol: aug_close | |
stack traceback: | |
[C]: ? | |
[C]: in function 'require' | |
stdin:1: in main chunk | |
[C]: ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment