Skip to content

Instantly share code, notes, and snippets.

@raphink
Created December 17, 2015 09:47
Show Gist options
  • Save raphink/0928b6665f03775de7a7 to your computer and use it in GitHub Desktop.
Save raphink/0928b6665f03775de7a7 to your computer and use it in GitHub Desktop.
> 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