Looking at the default Lua cpath 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 the loadall.so
? It doesn't actually exist anywhere on my Linux system.