lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


This was a scary way to start Saturday with Lua 5.2:

> require 'lfs'
error loading module 'lfs' from file '/usr/local/lib/lua/5.1/lfs.so':
        /usr/local/lib/lua/5.1/lfs.so: undefined symbol: luaL_openlib

Was it a deliberate decision to break the 5.1 ABI? If so, I can see a
world of pain opening up, particularly on Windows.

steve d.