Looking at the default Lua path with luajit:
luajit -e "print(package.cpath)"
I get:
./?.so;/usr/local/lib/lua/5.1/?.so;/usr/local/luajit/lib/lua/5.1/?.so;/usr/local/lib/lua/5.1/loadall.so
What is the purpose of loadall.so ? This does not exist anywhere on my Linux system.
timbo source share