Lua error: liblua5.1.so.0 => not found
September 11, 2014 18:23:04 Last update: September 11, 2014 18:23:04
Got this error while trying to load a Lua module:
Turns out that
error while loading shared libraries: liblua5.1.so.0: cannot open shared object file: No such file or directory
Turns out that
liblua5.1-0
has to be installed separately even though I had Lua5.1 on my system.
$ sudo apt-get install liblua5.1-0